Articles about European Sharepoint Hosting Service
SharePoint 2013 Hosting – HostForLIFE.eu : How To Get All The Lists Which Have Unique Permissions From the Sharepoint Online Site Using PnP PowerShell
In this blog, you will see how to get all the lists which have unique permissions from the root site as well as sub sites using PnP PowerShell.
You can download setup files from the releases section of the PnP PowerShell repository. Copy the below script and paste it in a notepad. Save the file as GetUniquePermissions.ps1.
Open PowerShell window and run the following command.
1 |
>cd "<folderlocation>" |
folderlocation – GetUniquePermissions.ps1 file location
Run the following command
1 |
>.\GetUniquePermissions.ps1 |
Thus in this blog, you saw how to get all the lists which have unique permissions from the SharePoint online site using PnP PowerShell.
Print article | This entry was posted by Peter on August 9, 2018 at 7:09 am, and is filed under European SharePoint 2013 Hosting. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |