Link to home
Start Free TrialLog in
Avatar of Roger H. Svensrud
Roger H. SvensrudFlag for Norway

asked on

Exchange 365 E3: Can I Set permissions on Public Folders, including subfolders, with PowerShell?

Can I Set permissions on Public Folders, including subfolders, with PowerShell?
I have a lot of PublicFolders with subfolders in our Exchange Organization, and I'm getting frustrated with managing permissions via the Web interface. It seems to hang for hours/days sometimes when changing permissions.
The only reason why I'm trying the web interface is because it has the option to apply changes to all subfolders.

I would like to get this done, but with PowerShell.
If I use Add-PublicFolderClientPermission -Identity "\Foldername" -User PublicFolderAccess -AccessRights PublishingAuthor it applies only to the specified folder.

How can I get this to include all the subfolders?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Vasil Michev (MVP)
Vasil Michev (MVP)
Flag of Bulgaria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Roger H. Svensrud

ASKER

Excellent, thank you!