Update policy-csp-update.md

This commit is contained in:
Denise Vangel-MSFT 2022-01-11 11:54:45 -08:00 committed by GitHub
parent 20bbe616b6
commit 548e15d1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -540,8 +540,9 @@ The following list shows the supported values:
- 1 Allowed. Accepts updates received through Microsoft Update. - 1 Allowed. Accepts updates received through Microsoft Update.
> [!NOTE] > [!NOTE]
> Setting this policy back to 0 or "Not configured" does not revert the configuration to receive updates from Microsoft Update automatically. > Setting this policy back to **0** or **Not configured** does not revert the configuration to receive updates from Microsoft Update automatically. You can use PowerShell commands to revert your configuration to receive updates automatically.
> In order to revert this we can run the PowerShell commands below to remove the Microsoft Update service:
To receive updates from Microsoft Update automatically, run the following PowerShell commands:
``` ```
$MUSM = New-Object -ComObject "Microsoft.Update.ServiceManager" $MUSM = New-Object -ComObject "Microsoft.Update.ServiceManager"