Skip to content

Commit 5205d46

Browse files
committed
Update server-migration.md
1 parent 6850c64 commit 5205d46

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

defender-endpoint/server-migration.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: defender-endpoint
66
author: denisebmsft
77
ms.author: deniseb
88
ms.localizationpriority: medium
9-
ms.date: 03/17/2025
9+
ms.date: 03/18/2025
1010
manager: deniseb
1111
audience: ITPro
1212
ms.collection:
@@ -72,12 +72,13 @@ For instructions on how to migrate using Microsoft Endpoint Configuration Manage
7272
3. Author your policies for the protection capabilities in Microsoft Defender for Endpoint and target those to the machine in the tool of your choice.
7373

7474
4. Install the Microsoft Defender for Endpoint for Windows Server 2012 R2 and 2016 package and **enable passive mode**. See [Install Microsoft Defender Antivirus using command line](configure-server-endpoints.md#install-microsoft-defender-for-endpoint-using-the-command-line).
75+
76+
7577
a. Apply the onboarding script **for use with Group Policy** downloaded from [Microsoft Defender XDR](https://security.microsoft.com).
7678

7779
5. Apply updates.
7880

79-
6. Remove your non-Microsoft antivirus software by either using the non-Microsoft antivirus console or by using Microsoft Endpoint Configuration Manager as
80-
appropriate. Make sure to remove passive mode configuration.*
81+
6. Remove your non-Microsoft antivirus software by either using the non-Microsoft antivirus console or by using Microsoft Endpoint Configuration Manager as appropriate. Make sure to remove passive mode configuration.*
8182

8283
> [!TIP]
8384
> You can use the [installer-script](server-migration.md#installer script) as part of your application to automate the above steps. To enable passive mode, apply the -Passive flag. For example, .\install.ps1 -RemoveMMA <YOUR_WORKSPACE_ID> -OnboardingScript ".\WindowsDefenderATPOnboardingScript.cmd" -Passive
@@ -86,10 +87,10 @@ appropriate. Make sure to remove passive mode configuration.*
8687

8788
To move a machine out of passive mode, set the following key to 0:
8889

89-
Path: HKLM\SOFTWARE\Policies\Microsoft\Windows Advanced Threat Protection
90-
Name: ForceDefenderPassiveMode
91-
Type: REG_DWORD
92-
Value: 0
90+
Path: `HKLM\SOFTWARE\Policies\Microsoft\Windows Advanced Threat Protection`
91+
Name: `ForceDefenderPassiveMode`
92+
Type: `REG_DWORD`
93+
Value: `0`
9394

9495
## If you are running System Center Endpoint Protection but aren't managing the machine using Microsoft Endpoint Configuration Manager (MECM/ConfigMgr)
9596

0 commit comments

Comments
 (0)