September 13, 2011 0

Add User to Public Folder – Recursive Permissions

By in Microsoft, Windows Server

This is normaly a pain in the ass!

But Microsoft has some cool scripts to add recursive permissions to the Public Folders. My example is from Exchange Server 2010 but it works on earlier versions too!

Navigate to your Exchange installation dir, for example (DO THIS IN POWERSHELL):

C:\Program Files\Microsoft\Exchange Server\V14\Scripts>

Now execute this command:

.\AddUsersToPFRecursive.ps1 -TopPublicFolder "\badLink Docs" -User "John" -Permission Owner

Tags: , , ,

Leave a Reply