Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2011-03-19

You can use the Shell to remove Full Access permissions from a resource mailbox schedule. A resource mailbox is a mailbox that represents conference rooms and company equipment and is used for conference room or equipment scheduling. The user account associated with a resource mailbox is disabled.

Looking for other management tasks related to resource mailboxes? Check out Managing Resource Mailboxes and Scheduling.

Use the Shell to remove Full Access permissions from a resource mailbox schedule

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Permissions and delegation" entry in the Mailbox Permissions topic.

Note:
You can't use the EMC to remove Full Access permissions from a resource mailbox schedule.

This example removes Tony's permissions to access the resource mailbox Car 54.

Copy Code
Remove-MailboxPermission -AccessRights FullAccess -Identity "Car 54" -User Tony@contoso.com

For detailed syntax and parameter information, see Remove-MailboxPermission.