You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get all the site policies for each site collections in SharePoint Online.
6
+
.EXAMPLE
7
+
PS C:\> .\Get-SitePolicy.ps1
8
+
This command will retrieve all the site policies for each site collections on the tenant (access to the site collection required)
9
+
.INPUTS
10
+
Inputs (if any)
11
+
.OUTPUTS
12
+
Output (if any)
13
+
.NOTES
14
+
More detail on my blog post: https://veronicageek.com/sharepoint/sharepoint-2013/retrieve-site-policies-in-sharepoint-online-using-powershell-pnp/2018/08/
0 commit comments