Skip to content

Commit 20609b9

Browse files
authored
Merge pull request #189 from andrewjohnporter/patch-8
Update configure-updates.md
2 parents 1d85cc9 + 217755e commit 20609b9

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

defender-endpoint/configure-updates.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
- tier2
1616
ms.topic: conceptual
1717
search.appverid: met150
18-
ms.date: 01/12/2024
18+
ms.date: 02/10/2025
1919
---
2020

2121
# Create a custom gradual rollout process for Microsoft Defender updates
@@ -51,17 +51,15 @@ The following table lists the available group policy settings for configuring up
5151
> [!NOTE]
5252
> An updated Defender ADMX template are published together with the 21H2 release of Windows 10. A non-localized version is available for download at [defender-updatecontrols](https://github.com/microsoft/defender-updatecontrols) on GitHub.
5353
54-
You can use [Group Policy](/windows/win32/srvnodes/group-policy?redirectedfrom=MSDN) to configure and manage Microsoft Defender Antivirus on your endpoints.
55-
56-
In general, you can use the following procedure to configure or change Microsoft Defender Antivirus group policy settings:
54+
You can use [Group Policy](/windows/win32/srvnodes/group-policy?redirectedfrom=MSDN) to configure and manage Microsoft Defender Antivirus on your endpoints. In general, you can use the following procedure to configure or change Microsoft Defender Antivirus group policy settings:
5755

5856
1. On your Group Policy management machine, open the **Group Policy Management Console**, right-click the **Group Policy Object** (GPO) you want to configure and select **Edit**.
5957

6058
2. Using the Group Policy Management Editor go to **Computer configuration**.
6159

6260
3. Select **Administrative templates**.
6361

64-
4. Expand the tree to **Windows components > Microsoft Defender Antivirus**.
62+
4. Expand the tree to **Windows components** > **Microsoft Defender Antivirus**.
6563

6664
5. Expand the section (referred to as **Location** in the table in this article) that contains the setting you want to configure, double-click the setting to open it, and make configuration changes.
6765

@@ -88,15 +86,22 @@ Set-MpPreference
8886
-DisableGradualRelease 1|0
8987
-DefinitionUpdatesChannel Staged|Broad|NotConfigured
9088
```
91-
9289
Example:
9390

9491
Use `Set-MpPreference -PlatformUpdatesChannel Beta` to configure platform updates to arrive from the Beta Channel.
9592

9693
For more information on the parameters and how to configure them, see [Set-MpPreference](/powershell/module/defender/set-mppreference) (Microsoft Defender Antivirus).
9794

95+
## Registry
96+
97+
These settings can be confirmed in the registry under `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender`:
98+
99+
- `EngineRing`
100+
- `PlatformRing`
101+
- `SignaturesRing`
102+
98103
> [!NOTE]
99-
> You can also use a management tool such as Microsoft Configuration Manager to run PowerShell scripts. See [Create and run PowerShell scripts from the Configuration Manager console](/mem/configmgr/apps/deploy-use/create-deploy-scripts) for guidance on this topic.
104+
> You can also use a management tool such as Microsoft Configuration Manager to run PowerShell scripts. See [Create and run PowerShell scripts from the Configuration Manager console](/mem/configmgr/apps/deploy-use/create-deploy-scripts).
100105
101106
> [!TIP]
102107
> If you're looking for Antivirus related information for other platforms, see:

0 commit comments

Comments
 (0)