Link to home
Create AccountLog in
Avatar of steveLaMi
steveLaMiFlag for United States of America

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.
Avatar of christsis
christsis

Have you tried to use the powershell to add it?

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.
ASKER CERTIFIED SOLUTION
Avatar of Pradeep
Pradeep
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer