Granting permissions at the Organization level for Exchange Server 2007 for the Archiving Option

You can grant the Full Control permission for the Backup Exec service account at the Organization level.

See About granting permissions on the Exchange Server for the Backup Exec service account in the Archiving Option .

Note:

You must have Exchange administrative permissions to grant permissions to other accounts.

To grant permissions at the Organization level for the Backup Exec service account in the Archiving Option

  1. On the Exchange Server, click Start > All Programs > Microsoft Exchange Server 2007 > Exchange Management Shell.

  2. Type the following command:

    Get-OrganizationConfig | Add-ADPermission -User ‘<Domain Name\Backup Exec service account>’ -AccessRights GenericAll -InheritanceType All

  3. Type the following command:

    Add-ADPermission -Identity ‘<system mailbox name>’ -User ‘<Domain Name\Backup Exec service account>’ -ExtendedRights ‘Send-as’

  4. To grant Send As permission on the mailboxes that you created for Backup Exec’s exclusive use, repeat the previous step on the appropriate Exchange Servers.

Granting permissions at the Organization level for Exchange Server 2007 for the Archiving Option