Skip to content

Commit c05e699

Browse files
committed
updated content
1 parent dc82eb0 commit c05e699

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ The registry keys listed in [Configuring Automatic Updates by editing the regist
3030

3131
## Enable updates for other Microsoft products
3232

33-
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't be configured by Group Policy. Run the following PowerShell command on the systems that you want to enable other Microsoft updates on. Update Management will comply with this setting.
33+
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) that is available for Windows 2016 and higher.
34+
35+
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.
3436

3537
```powershell
3638
$ServiceManager = (New-Object -com "Microsoft.Update.ServiceManager")
@@ -41,7 +43,7 @@ $ServiceManager.AddService2($ServiceId,7,"")
4143

4244
## WSUS configuration settings
4345

44-
Update Management complies with Windows Server Update Services (WSUS) settings. The WSUS settings you can configure for working with Update Management are listed below.
46+
Update Management supports WSUS settings. The WSUS settings you can configure for working with Update Management are listed below.
4547

4648
### Intranet Microsoft update service location
4749

0 commit comments

Comments
 (0)