Content
Search in Sharepoint list does not work
Hi, I have created a Sharepoint list in order to handle and follow up with hundreds of different cases/items. Unfortunately, search function does not work, as the system does not search in all items, only in those first that shows up. If you roll down…
For Host named site collection, SPSite is null. When we are reading the database using Unattached database method.
When we are trying to read the host names site collection using ConnectAsUnattachedDatabase through database via power shell. We are getting NULL for SPSite . Here is the script : - $dbName = "My_WSS_Content" $dbServer =…
Conditional Access - block ODfB sync, but allow Teams app
Hi all, im have a problem with allowing/blocking the following: Devices which are not compliant (not Intune-managed, not (hybrid) Entra joined) must not sync using ODfB client The same devices which are not managed/compliant may use Teams app if they…
How to make Title column mandatory in Document library (Sharepoint 2019 on prem - Modern XP)
We have a document library where the column title is set as mandatory, but still, we are able to upload document without inputting any data in this field. As you can see in the screen capture, other mandatory fields are highlighted in yellow when empty.…
Recurrence Power Automate Flow
I am trying to create a recurrent flow that sends a reminder email to the employee 11 months after the request date and the SharePoint status is marked as completed. I have created a list column with Status ( Completed, Rejected), RequestDate, and Name.…
How to restore or recreate Sharepoint 2013 Web Application that was accidently deleted?
Hi, I accidently deleted a Sharepoint 2013 mysites web application. I thought I had backed it up correctly but I was mistaken. Is there a way to restore or recreate the web application and then map it to the ISS Sites that are still in ISS Manager?
PowerShell: last accessed date/time of the file
Hello, we're using loads of SharePoint sites that consume enough space in our tenant, thus we're trying to filter out files' usage, and in this case we need to get last access date of the files through PowerShell. Currently on SharePoint site level…
Can not click to open an uploaded files on sharepoint page
I have uploaded a file to a SharePoint page, then I can't click to the link file to open it. I provide to you some details: Our System was built on the SharePoint on-premises and I just added a new table and attach file on it. I added two file pdf on…
How to add the list item in the folder on SharePoint online by PowerShell
Hello I try to add list items inside folder on SharePoint Online using by PowerShell script. I use SharePoint.Client package because I updating the script Anyway, I success to get list items and get sub folders in the List. However, I cannot add list…
How to use Microsoft Graph API to read from a view that a user created from a list?
With the Microsoft Graph API, I am able to navigate to the list which is on the Sharepoint site. For example my list contains 5 columns. Now, I created a view based on that list with 3 columns on it. When using the API, I can only retrieve the…
How do we handle the 410 resyncRequired error from the https://graph.microsoft.com/beta/sites/{site_id}/lists/{list_id}/items/delta endpoint.
We have an application that queries https://graph.microsoft.com/beta/sites/{site_id}/lists/{list_id}/items/delta endpoint in order to capture Sharepoint and Onedrive item change events. We first attempt to use a token={timestamp of last successful run}…
REST API Filter by Modified date ThrottledException
Good day, We have a SharePoint document library that has more than 5000 items. We are trying to retrieve a small set of files that we have calculated are less than 5000 based on a Modified date of earlier than September 17, 2023. We are using this API…
Why is roles a collection in permission object in Drive/Sharepoint permission graph API
Hello everyone, I was going through permission related APIs in Microsoft graph to query OneDrive/Sharepoint item permissions. Permission API has a property roles in its response which is a collection. Questions: Why is roles property a collection. As…
[CSOM on SharePoint Online Error] Upload & Update Items occasionally hits "File has been modified by XXX"
Hello, I am trying to use CSOM to upload & update many files with field values to a document library on SharePoint Online. This is what I have done on each files: Upload the file Update Modified, Modified Date, Created, Created Date (…
Access SharePoint List Attachement
There seems to be no way to access attachments of items in SharePoint lists via the Graph API. Instead one has to use the old SP API. Does Microsoft plan to implement this feature in Graph API in the near future?
Teams related SharePoint sites not showing up
Hey, To the best of my knowledge, when creating a "Microsoft Teams" team, a corresponding SharePoint site is also created. I want to retrieve all of these sites. I'm trying to…
Unable to get only active sites via graph api
We are using following graph API to get all sites . but it returning all sites including deleted one , and not able to distinct between active and delete site as no such attribute in response also. Is there any filter or other way to get active sites…
server with no internet to run office web.
Hi I have seen you can run Word, Excel, and PowerPoint on ie. I like to implement this on SharePoint 2019. What is the software I need to install . The server doesn't have internet and how do I point a SharePoint 2019 docs to default to point to the…
How to automated the page creation in sharepoint online communication site?
Hi, I want to know how to automate page creation on the SharePoint online communication site. How can a user publish a document? In my scenario, I have a communication site with one home page and four department pages, say infra, qa, dev, and HR. Inside…
SharePoint viewers feature not visible in sharepoint
Hi Team, I like to know how to enable the feature of SharePoint viewer. Currently on SharePoint 2019 on-premises environment. As a administrator of SharePoint, I like to know how many people click or access on a folder/file. until a specific users name…