From 46b7eaa6eeffd30e2e833e8564b25f6d80b3e27c Mon Sep 17 00:00:00 2001 From: denisebmsft <18405051+denisebmsft@users.noreply.github.comgit> Date: Tue, 11 Jan 2022 12:23:31 -0800 Subject: [PATCH] Update policy-csp-update.md --- windows/client-management/mdm/policy-csp-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/client-management/mdm/policy-csp-update.md b/windows/client-management/mdm/policy-csp-update.md index 3d2791a1a3..34939e9c01 100644 --- a/windows/client-management/mdm/policy-csp-update.md +++ b/windows/client-management/mdm/policy-csp-update.md @@ -540,9 +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. You can use PowerShell commands to revert your configuration to receive updates automatically. +> 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 the configuration, you can run the PowerShell commands listed below to remove the Microsoft Update service. -To receive updates from Microsoft Update automatically, run the following PowerShell commands: +To remove the Microsoft Update service, run the following PowerShell commands: ``` $MUSM = New-Object -ComObject "Microsoft.Update.ServiceManager"