I am having issues when adding mailbox delegation permissions.
I know before CU7 there was an issue which meant using ECP did not alays work so using the command shell was required. Since we installed CU7 neither ECP of the shell seems to do anything.
This morning I have added myself as a delegate to a mailbox using ECP, when I tried to open it via OWA it told me I did not have permission. I left it a few minutes then tried again, same issue. Using Outlook and adding the mailbox through account settings > account settings etc. I get Cannot expand the folder when I try to access it.
I then used "Add-MailboxPermission -Identity JDoe -User 'testuser22' -AccessRights FullAccess -InheritanceType All -AutoMapping $false"
and got an error telling me no changes were made, tried to open the mailbox again, same result.
I then used "Remove-MailboxPermission -Identity JDoe -User 'testuser22' -AccessRights FullAccess -InheritanceType All" which gave no error, checking ECP I saw I was no longer a delegate.
I ran the Add-mailboxPermissions script again, it ran and gave me the correct result, but I still get the same error when trying to open the mailbox.
What could cause this?
<o:p></o:p>