To increase your knowledge in managing Exchange Server 2007. I recommend you to read the article written by Neil Hobson about Exchange Server 2007 Permissions and Roles. Here's the link: http://url.king.net/exchangepermissions and Part2 http://url.king.net/exchangepermissions2
How to Grant Full Mailbox Access permission? You can Add-Mailbox Permission from shell to assign it. For example, we can assign Full Mailbox Access permission on John Smith (jsmith) mailbox to another user John Doe (jdoe).
From the shell command, type the following:
Add-MailboxPermission "jsmith" -AccessRights FullAccess -user "jdoe" [Enter]
and if doesn't work for you, try this alternative command:
Add-MailboxPermission jdoe -User jsmith -AccessRights FullAccess
Please send me feedback.
References:
- Deploying Exchange Servers 2007 SP1. Retrieved last September 17, 2010 from http://url.king.net/exchang2007sp1
- Exchange Server 2007 Permissions and Roles. Retrieved last September 18, 2010 from http://url.king.net/exchangepermissions and Part2 http://url.king.net/exchangepermissions2
Reading Materials:
0 Comments