Skip to content

Commit 6e805e6

Browse files
committed
feedback from PM-updated
1 parent 7ff9e98 commit 6e805e6

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

articles/update-manager/configure-wu-agent.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure Windows Update settings in Azure Update Manager
33
description: This article tells how to configure Windows update settings to work with Azure Update Manager.
44
ms.service: azure-update-manager
5-
ms.date: 12/06/2024
5+
ms.date: 12/11/2024
66
ms.topic: how-to
77
author: SnehaSudhirG
88
ms.author: sudhirsneha
@@ -24,20 +24,7 @@ For additional recommendations on setting up WSUS in your Azure subscription and
2424

2525
## Pre-download updates
2626

27-
> [!NOTE]
28-
> Pre-download of updates is not supported in Azure Update Manager. Do not use pre-download functionality through AUOptions while using Azure Update Manager default/advanced patching mechanisms which sets NoAutoUpdate=1.
29-
30-
To configure the automatic downloading of updates without automatically installing them, you can use Group Policy to [configure the Automatic Updates setting](/windows-server/administration/windows-server-update-services/deploy/4-configure-group-policy-settings-for-automatic-updates#configure-automatic-updates) to 3.
31-
32-
This setting enables downloads of the required updates in the background, and notifies you that the updates are ready to install. In this way, Update Manager remains in control of schedules, but allows downloading of updates outside the maintenance window. This behavior prevents `Maintenance window exceeded` errors in Update Manager.
33-
34-
You can enable this setting in PowerShell:
35-
36-
```powershell
37-
$WUSettings = (New-Object -com "Microsoft.Update.AutoUpdate").Settings
38-
$WUSettings.NotificationLevel = 3
39-
$WUSettings.Save()
40-
```
27+
Pre-download of updates is not supported in Azure Update Manager. Do not use pre-download functionality through AUOptions while using Azure Update Manager default/advanced patching mechanisms which sets NoAutoUpdate=1.
4128

4229
## Configure reboot settings
4330

0 commit comments

Comments
 (0)