Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2006-12-18

This topic explains how to use the Exchange Management Shell to remove full access from a resource mailbox schedule. A resource mailbox is a mailbox that represents conference rooms and company equipment. Resource mailboxes are used for conference room or equipment scheduling. The user account that is associated with a resource mailbox is disabled.

Note:
You cannot use the Exchange Management Console to set full access to a resource mailbox schedule. You must use the Exchange Management Shell.

Before You Begin

To run the Remove-MailboxPermission cmdlet. the account you use must be delegated the following:

  • Exchange Organization Administrator role

For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.

Procedure

To use the Exchange Management Shell to remove full access from a resource mailbox schedule

  • Run the following command:

    Copy Code
    Remove-MailboxPermission -AccessRights None -Identity Administrator -Owner ResourceMailbox -User Test1
    

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