mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
trying again with the steps
This commit is contained in:
parent
4c2c7b0a9c
commit
c820a727b0
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
title: Determining the Windows Update Service source
|
title: Determining the Windows Update Service source
|
||||||
description: Determine the source that Windows Update service is currently using.
|
description: Determine the source that Windows Update service is currently using.
|
||||||
@ -18,6 +17,7 @@ Windows 10 devices can receive updates from a variety of sources, including Wind
|
|||||||
1. Start Windows PowerShell as an administrator
|
1. Start Windows PowerShell as an administrator
|
||||||
2. Run `\$MUSM = New-Object -ComObject “Microsoft.Update.ServiceManager”`.
|
2. Run `\$MUSM = New-Object -ComObject “Microsoft.Update.ServiceManager”`.
|
||||||
3. Run `\$MUSM.Services`. The resulting output should be similar to the following:
|
3. Run `\$MUSM.Services`. The resulting output should be similar to the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
Name : Microsoft Update
|
Name : Microsoft Update
|
||||||
ContentValidationCert : {}
|
ContentValidationCert : {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user