Windows server 2003 and Exchange 2007 – How to grant full access rights for the mailbox

Posted by Thomas | Posted in Exchange 2007, Powershell, Windows 2003 | Posted on 30-04-2009

0




This example will show how to grant full access rights to specific mailbox using power shell on Windows server 2003 with Exchange 2007 installed.

You want user Admin to have full access over mailbox named TestUser.

Open Power Shell extention for exchange and type:

Add-MailboxPermission -Identity TestUser -User Admin -AccessRights FullAccess

To make it work your user (Admin in this example) must be member of Exchange Administrators and Local administrators groups.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • Reddit
  • StumbleUpon
  • Blogosphere News


Follow us on Twitter !
Follow us on Twitter!


Write a comment