Replies: 3 comments 9 replies
-
In "Microsoft Defender Policies" section there's this one : Enables [ECS Configurations] in the Microsoft Defender. They improve product health and security by automatically fixing any possible issues/bugs that may arise, in a timely manner. When I look how this is configured, this seem to be documented here : But this feature look's gone.. there nothing in "Computer Configuration -> Administrative Templates -> Windows Components -> Microsoft Defender Antivirus" Turn on Experimentation and Configuration Service (ECS) integration for Defender core service And the switch -DisableCoreServiceECSIntegration and -DisableCoreServiceTelemetry for Set-MpPreference are gone too. (they did a typo on the doc and called the cmdlet "Set-MpPreferenceS " Have you implemented this with the registry key? Is it still something working? The default is said it's activated by default: DisableCoreServiceECSIntegration (dword) 0 (hex) So we dont need to worry about it? Thx again for all! |
Beta Was this translation helpful? Give feedback.
-
Hi, Everything being applied via registry is in here: This is how the ECS Configurations policy is being applied (via CIM/COM): All 3 parameters, |
Beta Was this translation helpful? Give feedback.
-
I tried using Group policy for the 2 policies you mentioned but they still have problem and when implemented through policy, they are not detected via CIM/COM. When we use CIM/COM, we can see the actual effective state of things, Group Policies only change registry keys. For this reason i let them continue by applied via COM/CIM as before. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In "Microsoft Defender Policies" section there's 2 parameters marked with a magenta point and it's now available with GPO too:
Async Inspection for Network protection
https://learn.microsoft.com/en-us/defender-endpoint/network-protection?view=o365-worldwide#use-group-policy-to-enable-turn-on-asynchronous-inspection
Enables a network protection setting that blocks malicious network traffic instead of displaying a warning.
https://learn.microsoft.com/en-us/defender-endpoint/network-protection#use-group-policy-to-enable-convert-warn-verdict-to-block
Beta Was this translation helpful? Give feedback.
All reactions