Skip to content

Commit 4efdd4c

Browse files
committed
added a new section
1 parent e64d209 commit 4efdd4c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/update-center/support-matrix.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Provides a summary of supported regions and operating system settin
44
ms.service: update-management-center
55
author: SnehaSudhirG
66
ms.author: sudhirsneha
7-
ms.date: 05/31/2023
7+
ms.date: 07/11/2023
88
ms.topic: overview
99
ms.custom: references_regions
1010
---
@@ -42,6 +42,15 @@ Use one of the following options to perform the settings change at scale:
4242
```
4343
- For servers running Server 2016 or later which are not using Update management center 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](https://learn.microsoft.com/troubleshoot/windows-client/group-policy/create-and-manage-central-store).
4444
45+
#### Remove updates
46+
Run the following PowerShell script on the server to remove the updates.
47+
48+
```powershell
49+
$ServiceManager = (New-Object -com "Microsoft.Update.ServiceManager") $ServiceManager.Services
50+
$ServiceID = "7971f918-a847-4430-9279-4a52d1efe18d"
51+
$ServiceManager.RemoveService($ServiceId)
52+
```
53+
4554
### Third-party updates
4655

4756
**Windows**: Update Management relies on the locally configured update repository to update supported Windows systems, either WSUS or Windows Update. Tools such as [System Center Updates Publisher](/mem/configmgr/sum/tools/updates-publisher) allow you to import and publish custom updates with WSUS. This scenario allows update management to update machines that use Configuration Manager as their update repository with third-party software. To learn how to configure Updates Publisher, see [Install Updates Publisher](/mem/configmgr/sum/tools/install-updates-publisher).

0 commit comments

Comments
 (0)