July 2017
Intermediate to advanced
648 pages
31h 9m
English
Use the following cmdlets to exclude the Exchange install directory, the Exchange Transport service, and some extensions of files used by Exchange from being scanned by Windows Defender:
Add-MpPreference -ExclusionPath $ExInstall
Add-MpPreference -ExclusionProcess "$($ExInstall)Bin\MSExchangeTransport.exe"
Add-MpPreference -ExclusionExtension ".chk", ".edb", ".log", ".que"
Read now
Unlock full access