Skip to content

Commit ddb2a5e

Browse files
authored
Merge pull request #291557 from SnehaSudhirG/06Dec-AUMUpdate
added a note
2 parents 1c2cb1a + 2636ea9 commit ddb2a5e

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

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

Lines changed: 3 additions & 11 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: 09/06/2024
5+
ms.date: 12/11/2024
66
ms.topic: how-to
77
author: SnehaSudhirG
88
ms.author: sudhirsneha
@@ -24,15 +24,7 @@ For additional recommendations on setting up WSUS in your Azure subscription and
2424

2525
## Pre-download updates
2626

27-
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. 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.
28-
29-
You can enable this setting in PowerShell:
30-
31-
```powershell
32-
$WUSettings = (New-Object -com "Microsoft.Update.AutoUpdate").Settings
33-
$WUSettings.NotificationLevel = 3
34-
$WUSettings.Save()
35-
```
27+
Pre-download of updates isn't supported in Azure Update Manager. Don't use pre-download functionality through AUOptions while using Azure Update Manager default/advanced patching mechanisms which sets NoAutoUpdate=1.
3628

3729
## Configure reboot settings
3830

@@ -53,7 +45,7 @@ Use one of the following options to perform the settings change at scale:
5345
$ServiceManager.AddService2($ServiceId,7,"")
5446
```
5547
56-
- For servers running Server 2016 or later which are not using Update Manager scheduled patching (that has the VM PatchSettings set to AutomaticByOS = Azure-Orchestrated) you can use Group Policy to control this by downloading and using the latest Group Policy [Administrative template files](/troubleshoot/windows-client/group-policy/create-and-manage-central-store).
48+
- For servers running Server 2016 or later which aren't using Update Manager scheduled patching (that has the VM PatchSettings set to AutomaticByOS = Azure-Orchestrated) you can use Group Policy to control this by downloading and using the latest Group Policy [Administrative template files](/troubleshoot/windows-client/group-policy/create-and-manage-central-store).
5749
5850
5951
## Configure a Windows server for Microsoft updates

0 commit comments

Comments
 (0)