Skip to content

Commit e736e53

Browse files
committed
updated article
1 parent aed1fc9 commit e736e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/automation-configure-windows-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Update Management respects many of the settings specified to control the Windows
2121

2222
To configure automatic downloading of updates but don't automatically install them, you can use Group Policy to set the [Configure 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 Management remains in control of schedules, but updates can be downloaded outside the Update Management maintenance window. This behavior prevents **Maintenance window exceeded** errors in Update Management.
2323

24-
You can also turn on this setting by running the following PowerShell command on a machine that you want to configure for auto-downloading of updates:
24+
You can enable this setting setting using PowerShell, by running the following command:
2525

2626
```powershell
2727
$WUSettings = (New-Object -com "Microsoft.Update.AutoUpdate").Settings
@@ -37,7 +37,7 @@ The registry keys listed in [Configuring Automatic Updates by editing the regist
3737

3838
By default, Windows Update client is configured to provide updates only for Windows. If you enable the **Give me updates for other Microsoft products when I update Windows** setting, you also receive updates for other products, including security patches for Microsoft SQL Server and other Microsoft software. This option can be configured if you have downloaded and copied the latest [Administrative template files](https://support.microsoft.com/help/3087759/how-to-create-and-manage-the-central-store-for-group-policy-administra) available for Windows 2016 and higher.
3939

40-
If you are running Windows Server 2012 R2, this setting cannot be configured by Group Policy. Run the following PowerShell command on the machines that you want to enable other Microsoft updates on. Update Management complies with this setting.
40+
If you are running Windows Server 2012 R2, this setting cannot be configured by Group Policy. Run the following PowerShell command on those machines. Update Management complies with this setting.
4141

4242
```powershell
4343
$ServiceManager = (New-Object -com "Microsoft.Update.ServiceManager")

0 commit comments

Comments
 (0)