Please enter search query.
Search <book_title>...
Veritas Alta™ Archiving : Folder Sync 1.14.0 Administration Guide
Last Published:
2023-08-28
Product(s):
Veritas Alta Archiving (1.0)
- About Folder Sync
- Requirements for Folder Sync
- Preparing the service and admin accounts for Folder Sync
- Installing or upgrading Folder Sync
- Configuring the Folder Sync task
- Running and scheduling Folder Sync synchronizations
- Performing a "Run Now" Folder Sync synchronization
- Monitoring and managing Folder Sync
- Viewing the All Mailboxes table
- Viewing the Folder Sync job list
- Viewing the Folder Sync mailbox report
- Viewing the Folder Sync status report
- Troubleshooting Folder Sync
Preparing the administration account for Exchange 2007
For Exchange 2007, the Folder Sync service account must also act as the Exchange administration account.
The account requires the Exchange View-Only Administrator role and the Exchange Impersonation role on each Exchange Server that Folder Sync is to process.
To prepare the administration account for Exchange 2007
- Log on to the Exchange Server using administrator credentials.
- Click Start > All Programs > Microsoft Exchange Server 2007 > Exchange Management Shell.
- Enter the following command to assign the Exchange View-Only Administrator role to the Folder Sync service account.
Add-ExchangeAdministrator -Role ViewOnlyAdmin -Identity domain\ "Service Account"
where Service Account is the name of the Folder Sync service account.
- Exit from the Exchange Management Shell.
- Initiate an Exchange PowerShell window.
- Enter the following PowerShell command to grant the Exchange Impersonation role to the Folder Sync service account:
Get-MailboxDatabase | ForEach-Object {Add-ADPermission -Identity $_.DistinguishedName -User Service Account -ExtendedRights ms-Exch-EPI-May-Impersonate}
where Service Account is the name of the Folder Sync service account.