Skip to content

Commit 2dee921

Browse files
committed
feedback incorporated
1 parent 4efdd4c commit 2dee921

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/update-center/support-matrix.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ 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-
```
45+
> [!NOTE]
46+
> Run the following PowerShell script on the server to disable first party updates.
47+
> ```powershell
48+
> $ServiceManager = (New-Object -com "Microsoft.Update.ServiceManager")
49+
> $ServiceManager.Services
50+
> $ServiceID = "7971f918-a847-4430-9279-4a52d1efe18d"
51+
> $ServiceManager.RemoveService($ServiceId)
52+
> ```
5353
5454
### Third-party updates
5555

0 commit comments

Comments
 (0)