From 8ceda95f562eae329082e1a9f646f33aeb017380 Mon Sep 17 00:00:00 2001 From: Ed Gallagher Date: Sun, 9 Sep 2018 16:20:57 -0500 Subject: [PATCH] Fix example Powershell Tested and removed leading backslashes from example. --- windows/deployment/update/windows-update-sources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deployment/update/windows-update-sources.md b/windows/deployment/update/windows-update-sources.md index b87b77d354..b5f709e351 100644 --- a/windows/deployment/update/windows-update-sources.md +++ b/windows/deployment/update/windows-update-sources.md @@ -15,8 +15,8 @@ ms.date: 04/05/2018 Windows 10 devices can receive updates from a variety of sources, including Windows Update online, a Windows Server Update Services server, and others. To determine the source of Windows Updates currently being used on a device, follow these steps:  1. Start Windows PowerShell as an administrator -2. Run `\$MUSM = New-Object -ComObject “Microsoft.Update.ServiceManager”`. -3. Run `\$MUSM.Services`. Check the resulting output for the **Name** and **OffersWindowsUPdates** parameters, which you can intepret according to this table: +2. Run `$MUSM = New-Object -ComObject “Microsoft.Update.ServiceManager”`. +3. Run `$MUSM.Services`. Check the resulting output for the **Name** and **OffersWindowsUPdates** parameters, which you can intepret according to this table: | Output | Interpretation | |-----------------------------------------------------|-----------------------------------|