
12 Sep 2013 by Emma Robinson
Get all Public Folder Permissions in Office 365
If you need to quickly list out all the permissions applied to all public folders in your Office 365 environment you can do so by running this cmdlet. Get-PublicFolder -Recurse | Get-PublicFolderClientPermission | Select Identity, User, AccessRights It will print out a list of each folder and the permissions assigned to them. Read more PS […]