Home > Email, Exchange 2007, Microsoft Exchange Server > Grant access to resource mailbox in Exchange 2007

Grant access to resource mailbox in Exchange 2007

December 28th, 2009 Aaron Leave a comment Go to comments

To grant access to a resource mailbox, you must use the Exchange management shell.

Assuming you already have the mailbox created, and it is called “ResourceMailboxName”, here is the command you should run:

Add-MailboxPermission -AccessRights FullAccess -Identity ResourceMailboxName -User Username

If you need to grant a different level of permission, use a different option with the ‘AccessRights’ switch.  The other options are:

  • ChangePermission
  • ChangeOwner
  • DeleteItem
  • ExternalAccount
  • ReadPermission
  • SendAs

See these pages for more information on resource mailboxes:

http://msexchangeteam.com/archive/2009/02/26/450776.aspx

http://technet.microsoft.com/en-us/library/aa995916.aspx

TwitterFacebookEvernoteDiggStumbleUponInstapaperShare
  1. No comments yet.
  1. No trackbacks yet.