Note:
MS Exchange 2010 requires impersonation. However, for MS Exchange 2013 and 2016, you must run the following command for all used mailboxes, instead of configuring impersonation:
Add-MailboxPermission -Identity username@domain -user psadmin -AccessRights FullAccess -InheritanceType all
Where, psadmin is the Exchange Server user name.
For more information, see Configuring Exchange Collector
.
Before you run the command, create or import the Presence Services session. For more information, see Creating or importing a Presence Services session
.