How to Apply Permissions to Public Folder and All Sub Folders in Exchange 2007/2010 Using Exchange Management Shell
If you have a public folder that your working on, and you need to apply permissions to it using the Exchange Management Shell, its pretty easy. The command is: Add-PublicFolderClientPermission –Identity “Foldername” –user UserName –AccessRights PublishingEditor For instance, to add the user pponzeka to the folder IT with the Publishing Editor permission, the command would be the following: This works […]
Read more