I'm trying to set Reviewer permissions on a mailbox for all folders. Well Outlook doesn't help with this because you are doing it one by one. So I thought doing per PS. Since I'm the exchange admin i thought Get-MailboxFolder -Recurse -Getchildren <mailbox>
|add..... should do it.
To my own suprise it didn't do it since only the owner can do a Get-MailBoxFolder. But whats that for? Since the owner is a normal user and has nothing to do with exchange PS! So do I have to do it one by one too? I made myself Owner of the Mailbox (Add-MailboxFolderPermissions)
and I've full access on the mailbox.
So which "crazy" command can help me to do that for all 50 folders by PS?
The strange thing is: I'm Exchange Admin with all rights to the mailbox and that command Get-MailBoxFolder doesn't work.
Is there something I missed?
Thanks for the help
Need to support users over the internet? click here try our remote control online beta




