Wednesday, September 3, 2008

Full MailBox Permissions from Shell

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


Add-MailboxPermission "Sales" -AccessRights FullAccess -user " CaneT "

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 Allow Mailbox Access

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:

Anonymous said...

Proud of you OZ!