Mar 03 2023 02:30 AM
Currently we are preparing to to move from a non-Microsoft endpoint protection solution to Microsoft Defender for Endpoint. On Windows Server 2022 we did set the registry key to enable passive mode(ForceDefenderPassiveMode = 1). Behavior is 2022 servers are in passive mode, but when we check the state using Powershell(Get-MpComputerStatus | select AMRunningMode) it is giving Mode =Normal.
We expect Mode is "Passive" instead of "Normal".
Is this all correct or should it be as expected("Passive" Mode)?
Mar 03 2023 03:47 AM
SolutionHi @basvhoof,
You are correct about Normal mode. Normal mode means Defender is acting as the primary AV. It is not enough to set up just the registry key, you also need a server to be onboarded to Defender for Endpoint before it can go to the passive mode. Has this server been onboarded to the MDE? https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/microsoft-defender-antivi...
Mar 03 2023 04:36 AM
Mar 05 2023 06:12 PM
Mar 06 2023 05:41 AM
@gilblumberg, that's correct. You need to set the registry key first, and once onboarded, the passive mode gets activated. Migrate to Microsoft Defender for Endpoint - Setup | Microsoft Learn
If you try to do this later, the tamper protection will prevent you from changing the registry. And you do not want to disable the tamper protection. Therefore, it is best to have the registry key before you have onboarded a server.