Tag: Site Collection

SharePoint Online: Permission Report for Specific User in a Site Collection using PowerShell
SharePoint Online: Permission Report for Specific User in a Site Collection using PowerShell
Blog Posts

Requirement:  Generate a permission report to audit a specific user’s permissions in given SharePoint Online site collection, sub-sites, all its lists, libraries and list items. SharePoint Online PowerShell permissions report This PowerShell script checks user permissions and exports the findings into a CSV file. How to run this script? Just change the Parameters from Line#6 to… READ MORE

SharePoint - Moving a Document with a Document-ID to Another Site Collection
SharePoint – Moving a Document with a Document-ID to Another Site Collection
Blog Posts

In the past months I talked a lot about Document Management with SharePoint 2013. In my last session in Rosenheim there has been an interesting question. The scope of the standard Document ID provider that is shipped with SharePoint is ‘Site Collection’. In other word: to activate the Document ID you need to activate a Site Collection feature. What happens if you have two different Site Collections that use each the standard Document ID provider and you move a document (with a valid Document ID) from one Site Collection to the other?