microsoft / CSS-Exchange

Exchange Server support tools and scripts
MIT License
1.21k stars 332 forks source link

[Issue] - Health Checker - feature request - UnifiedContent temp path check #2067

Open githubths opened 2 months ago

githubths commented 2 months ago

Hi Exchange Team,

Please add the following additional check in the Script.

check whether the current UnifiedContent temp path of the Transport Configuration is also included as a cleanup path in Antimalware.xml in the CleanupFolderResponderFolderPaths section. If the path is not included, a warning should be issued.

The current path used for the UnifiedContent directory can be read in the $env:ExchangeInstallPath\bin\EdgeTransport.exe.config file in the 'TemporaryStoragePath' section.

The whole thing is described in the Doc article and is actually a misconfiguration that can lead to mailflow problems.

Regards Steve

P.S : The Script that is described in the Doc Article at the end is not working correctly.

dpaulson45 commented 2 months ago

Duplicate of #1086