Scenario:
User CaneT (Tony Cane) needs to have access to user Sales mailbox called "Sales" on Exchange 2007.
Solution:
Open EMS (Exchange Management Shell),
First we wanted to see the mailboxes and we will type following liner into shell window
Get-Mailbox
If we do as below we will get all the mailboxes starting with 3 letters defined with below parameters
Get-MailBox can*
We are giving full permissions to CaneT on the Sales mailbox with following command line
|
If you go back to EMC, locate the Sales mailbox, you will verify the full mailbox access rights have been assigned to user CaneT
How to Remove Mailbox Access Rights From Shell
--Oz Ozugurlu
MVP (Exchange) MCITP (EMA),
MCITP (SA) MCSE 2003, M+, S+,
MCDST, Security+, Project +, Server +
Blog: http://www.smtp25.blogspot.com
1 comment:
Proud of you OZ!
Post a Comment