Please enter search query.
Search <book_title>...
Enterprise Vault.cloud™ Folder Sync 1.11 Administration Guide
Last Published:
2017-10-01
Product(s):
Veritas Alta Archiving (Version Not Specified)
- Folder Sync Overview
- Requirements for Folder Sync
- Steps to set up Folder Sync
- Preparing the Folder Sync service account
- Configuring sufficient concurrent MAPI sessions for Folder Sync
- Installing or upgrading Folder Sync
- Configuring Folder Sync
- Running and scheduling Folder Sync synchronizations
- Performing a "Run Now" Folder Sync synchronization
- Monitoring and managing Folder Sync
- Troubleshooting Folder Sync
Removing MAPI session throttling for Folder Sync on Exchange 2013
You can use Exchange Management Shell commands to create a new throttling policy which sets no throttling, and then to set the Folder Sync service account to use the new policy.
To remove MAPI session throttling for Folder Sync on Exchange 2013
- Start the Exchange Management Shell.
- Enter the following command to create the new throttling policy:
New-ThrottlingPolicy ATFSPolicy -IsServiceAccount:$true -RcaMaxConcurrency Unlimited -RcaMaxBurst Unlimited -RcaRechargeRate Unlimited -RcaCutOffBalance Unlimited -DomainController DC_Fully_Qualified_HostName
where DC_Fully_Qualified_HostName is the fully qualified host name of the domain controller
- Enter the following command to assign the new policy to the Folder Sync service account:
Set-Mailbox "Service_Account" -ThrottlingPolicy ATFSPolicy
where Service_Account is the name of the Folder Sync service account.