steveLaMi
asked on
Cannot manage full access permission in exchange 2007
I am logged into our exchange 2007 management console and need to grant the administrator account full access permissions on a particular mailbox. However, when I go to the users mailbox in reciepient configuration to add the administrator with MANAGE FULL ACCESS PERMISSIONS I get an error. It is window title "Microsoft Exchange" Some controls are not valid. You have not made any c hanges to the list of security principals that are granted permissions.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Add-MailboxPermission “User Mailbox” -AccessRights FullAccess -user “administrator”
Where User Mailbox is the name of the mailbox to grant Full Access on and administrator is the administrator user you want to give access to.