Granting permissions explicitly on each Exchange Server 2007 for the Archiving Option

You can grant the Full Control permission for the Backup Exec service account on each Exchange Server. Perform this procedure on each Exchange Server that you want to archive.

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 explicitly on each Exchange Server 2007 for 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-MailboxServer -Identity “<mailbox server name>” > | Add-ADPermission -User “<Domain name\Backup Exe 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’

Granting permissions explicitly on each Exchange Server 2007 for the Archiving Option