Permissions on Mailbox Store (Full Version)

All Forums >> [Microsoft Exchange 2007] >> Management



Message


jap1986 -> Permissions on Mailbox Store (11.Feb.2007 11:33:26 PM)

I recently migrated from Exchange 2003 to Exchange 2007, I am regretting the decision. The new interface and the requirement to use the PowerShell for so much of the management and administration makes me feel like a newbie to Exchange.

I have found links about how to give a user full access to an individual mailbox, but I can't for the life of me figure out how to give permissions to a user to have full access over a whole mailbox database/store.

Things like this were so easy to achieve in Exchange 2003. It seems like a backwards step to me.

Is anyone able to help me with my permissions issue?




Henrik Walther -> RE: Permissions on Mailbox Store (13.Feb.2007 2:48:04 AM)

To allow read access to a mailbox database you must use:

Add-ADPermission –Identity “Mailbox Store” –User “Trusted User” –ExtendedRights Receive-As

Also see:
http://technet.microsoft.com/en-us/library/aa996343.aspx




ddanaj -> RE: Permissions on Mailbox Store (23.Feb.2007 12:30:18 PM)

To full access over a whole mailbox use this powershell command:
Add-MailboxPermission mailbox -AccessRights FullAccess -user "domain\user"

Where mailbox is name of mailbox where you want full access.




Page: [1]