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.
Related information