Question
How do I configure FTK Central to collect from on-premise Microsoft Exchange?
Prerequisites
- Install Outlook 2016 (not 365) 32-bit Professional Plus on the FTK Central server (used for building PSTs when collecting email)
- Exchange Server 2010 SP1, 2013, or 2016 with Exchange Web Services (EWS) enabled
Answer
- On the Exchange server, open Powershell as Administrator
- Run the following command to grant Receive As and View Information Store Status permissions over all mailboxes to the desired collection account (replace with the desired collection account username)
Get-MailboxDatabase | Add-ADPermission -User <collectionAccountAddress> -ExtendedRights Receive-As,ms-Exch-Store-Visible -InheritanceType All
- Run the following command to list the permissions for the collection account, to confirm the permissions were applied (replace with the desired collection account username)
get-mailboxdatabase | get-adpermission -user <collectionAccountAddress> | format-list *
- Log in to FTK Central and click Data Sources
- Click Exchange
- Click Add Exchange
- From the Version drop-down, select the correct version of Exchange
- Do the following:
- Provide a Name for the connector
- Enter the Exchange Server Address
- Enter the collection account Username
- Enter the collection account Password
- Check whether or not Exchange Server-side Mail Box Indexing is enabled
- Choose whether or not to associate the connector to all custodians
- Click Save
Notes
- FTK Central cannot collect from hidden mailboxes.
- Explicit "deny" permissions set on any mailboxes will override the collection account's permissions.
If Exchange has any throttling policies that could constrain the service account, they could prevent FTK Central from collecting successfully. To avoid this, you may need to create a throttling policy that sets at least the below settings to "Unlimited", and attach the collection account to that policy (Descriptions of these settings and additional information about Exchange throttling policies can be found on Microsoft's Set-ThrottlingPolicy).
RCAMaxConcurrency EWSMaxConcurrency EWSMaxSubscriptions CPAMaxConcurrency EwsCutoffBalance EwsMaxBurst EwsRechargeRate