Hi All,
We have recently upgraded to Exchange 2013 and come across a small issue with our leavers process.
Before the upgrade we granted Reviewer access to the leavers mailbox and sub-folders by using PFDAVAdmin, this from what im aware doesnt work on 2013, so im trying to do this via ExchangeShell.
I can set permission on one folder i.e Top of Information Store but how do I push the permissons from the information store to the inbox and its sub folders:
Add-MailboxFolderPermission -Identity leaver@company.com -Usermanager@company.com -AccessRights Reviewer
I thought "-InheritanceType All" might do it but i get:
A parameter cannot be found that matches parameter name 'InheritanceType'.
Can anyone help?