Hello,
We have outlook 2010 users experiencing performance issues during the loading of outlook. Given that outlook <---> CAS traffic is encrypted and To troubleshoot this issue we have been asked to disable encrypted MAPI traffic temporarily so we can run netmon or another third party network capture tool to see better understand what outlook is doing during the load. I unchecked encryption option on outlook client and ran the below command on the CAS server then rest RPC service yet I still can't read the captured data. Are the steps taken here enough to disable encryption or am I missing something else?
Set-RpcClientAccess –Server <CASservername> –EncryptionRequired $false