A Exchange cmdlet to export public folder permissions?
I need a PowerShell script to export the permissions for certain user for all the folders in the PF tree. I need to confirm that certain user has full control over all the hierarchy. Many thanks :D
July 8th, 2010 10:36pm

Here's the info: http://technet.microsoft.com/en-us/library/bb124365(EXCHG.80).aspx But how should I use -Recurse or something else to get a list of all the hierarchy?
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2010 11:25pm

I got it: Get-PublicFolder -identity "\" -recurse | Get-PublicFolderClientPermission -Server <your server> -User <user> | fl > C:\PFs.txt
July 9th, 2010 1:18am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics