<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX: settembre 2019

BIOLNX

venerdì 6 settembre 2019

Impostare esclusioni in windows defender su Windows 2016 Core

Add-MpPreference -ExclusionPath "C:\Program Files\System Center Operations Manager\Gateway\Health Service State"
Add-MpPreference -ExclusionExtension ".edb"
Add-MpPreference -ExclusionExtension ".chk"
Add-MpPreference -ExclusionExtension ".log"
Add-MpPreference -ExclusionProcess "C:\Program Files\System Center Operations Manager\Gateway\MonitoringHost.exe"


Verificare che le esclusion sono state inserite

$EsPath = Get-MpPreference
$EsPath.ExclusionProcess
$EsPath.ExclusionExtension
$EsPath.ExclusionPath