This Script applies basic recommendations from Microsofts Exchange Health Checker Script. You can use this Script to apply these recommendations:
- Set static Pagefile of 25% of installed memory size
- Disable NIC power saving
- set Power Plan to High Performance
- set TCP KeepAlive to 30 min
- configure TLS Settings
- configure Download Domains
- disable SSL Offloading
- configure Windows Extended Protection
Download and copy this script to an Exchange Server. Run this script interactive:
.\Apply-ExchangeHealthChecker-Recommendations.ps1
or with parameters:
.\Apply-ExchangeHealthChecker-Recommendations.ps1 -SetStaticPagefile "y" -SetDisableNicPowersaving "y" -SetPowerPlanToHighPerformance "y"
-SetTCPKeepAliveTimeTo30Min "y" -SetTlsSettings "n" -SetDownloadDomains "n" -SetOASslOffloadingToFalse "y"
-SetExchangeExtendedProtection "y"
Download Exchange Health Checker here Exchange Health Checker
- Exchange Server 2019
- Windows Server 2022