From 548e15d1de355de6f4727012480e03f07be3c60d Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Tue, 11 Jan 2022 11:54:45 -0800 Subject: [PATCH] Update policy-csp-update.md --- windows/client-management/mdm/policy-csp-update.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/client-management/mdm/policy-csp-update.md b/windows/client-management/mdm/policy-csp-update.md index 0bcdf3d9b7..dcc273ef6a 100644 --- a/windows/client-management/mdm/policy-csp-update.md +++ b/windows/client-management/mdm/policy-csp-update.md @@ -540,8 +540,9 @@ The following list shows the supported values: - 1 – Allowed. Accepts updates received through Microsoft Update. > [!NOTE] -> Setting this policy back to 0 or "Not configured" does not revert the configuration to receive updates from Microsoft Update automatically. -> In order to revert this we can run the PowerShell commands below to remove the Microsoft Update service: +> 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. + +To receive updates from Microsoft Update automatically, run the following PowerShell commands: ``` $MUSM = New-Object -ComObject "Microsoft.Update.ServiceManager"