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

Topic Last Modified: 2011-03-19

You can use the Shell to set Full Access permissions to 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 set Full Access permissions to 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 set Full Access permissions to a resource mailbox schedule.

This example grants Tony Full Access permissions to Car54's schedule.

Copy Code
Add-MailboxPermission -AccessRights FullAccess -Identity Car54 -User Tony

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