Publicfolder premissions remove all users and set default permissions

I have 2500 Public Folders

I want to remove all explicit permissions and set default to Reviewer and Anonymous to None on most of the folders.

I see I can use RemoveUserFromPFRecursive.ps1 and ReplaceUserWithUserOnPFRecursive.ps1 but I am looking for an easier, faster way. Can this job be scripted or is there any tools that would make it easier?

July 1st, 2015 10:33pm

Hi Techophil,

Base on my knowledge, there is no any other tools more easier/faster than using these PS1 scripts in exchange 2013.

In addition, I recommend you post this in script forum also, as they should have more professional knowledge on scripting and you may get effective solution timely.

Best regards,

Free Windows Admin Tool Kit Click here and download it now
July 6th, 2015 4:51am

Good tip, thanks

It led me to this that helps

Get-PublicFolder identity \Winnie Public Folder -Recurse -ResultSize Unlimited | Get-PublicFolderClientPermission | Remove-PublicFolderClientPermission

July 6th, 2015 7:42pm

I now need a way to script the addition of AddUserstoPFRecursive.ps1 to put back Default and Anonymous permissions in same task.
Free Windows Admin Tool Kit Click here and download it now
July 6th, 2015 7:50pm

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

Other recent topics Other recent topics