mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-29 13:47:23 +00:00
rearranged as table
This commit is contained in:
parent
20ea1fd567
commit
fd24a1aa20
@ -7,7 +7,7 @@ ms.sitesec: library
|
|||||||
author: kaushika-msft
|
author: kaushika-msft
|
||||||
ms.localizationpriority: high
|
ms.localizationpriority: high
|
||||||
ms.author: kaushika
|
ms.author: kaushika
|
||||||
ms.date: 04/03/2018
|
ms.date: 04/05/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# Determining the Windows Update Service source
|
# Determining the Windows Update Service source
|
||||||
@ -16,138 +16,17 @@ 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`. Compare the resulting output to this table:
|
||||||
|
|
||||||
```
|
|
||||||
Name : Microsoft Update
|
|
||||||
ContentValidationCert : {}
|
|
||||||
ExpirationDate :
|
|
||||||
IsManaged : False
|
|
||||||
IsRegisteredWithAU : True
|
|
||||||
IssueDate : 01-Jan-01 12:00:00 AM
|
|
||||||
OffersWindowsUpdates : True
|
|
||||||
RedirectUrls : System.__ComObject
|
|
||||||
ServiceID : 7971f918-a847-4430-9279-4a52d1efe18d
|
|
||||||
IsScanPackageService : False
|
|
||||||
CanRegisterWithAU : True
|
|
||||||
ServiceUrl : https://fe2.update.microsoft.com/v6/
|
|
||||||
SetupPrefix : mu
|
|
||||||
IsDefaultAUService : False
|
|
||||||
|
|
||||||
Name : DCat Flighting Prod
|
| Output | Interpretation |
|
||||||
ContentValidationCert : {}
|
|-----------------------------------------------|-----------------------------------|
|
||||||
ExpirationDate :
|
| Name : Microsoft Update<br>ContentValidationCert : {}<br>ExpirationDate : <br>IsManaged : False<br>IsRegisteredWithAU : True<br>IssueDate : 01-Jan-01 12:00:00 AM<br>OffersWindowsUpdates : True<br>RedirectUrls : System.__ComObject<br>ServiceID : 7971f918-a847-4430-9279-4a52d1efe18d<br>IsScanPackageService : False<br>CanRegisterWithAU : True<br>ServiceUrl : https://fe2.update.microsoft.com/v6/<br>SetupPrefix : mu<br>IsDefaultAUService : False | - Name: **Microsoft Update** Indicates the source against which we will are checking the Client capability. Microsoft Updates indicates, updates for other Microsoft Products checkbox. <br>- OffersWindowsUpdates: **True** Indicates that the client is configured to receive updates for all Microsoft Products (Office, etc.)|
|
||||||
IsManaged : False
|
| Name : Microsoft Update<br>ContentValidationCert : {}<br>ExpirationDate :<br>IsManaged : False<br>IsRegisteredWithAU : True<br>IssueDate : 01-Jan-01 12:00:00 AM<br>OffersWindowsUpdates : True<br>RedirectUrls : System.__ComObject<br>ServiceID : 7971f918-a847-4430-9279-4a52d1efe18d<br>IsScanPackageService : False<br>CanRegisterWithAU : True<br>ServiceUrl : https://fe2.update.microsoft.com/v6/<br>SetupPrefix : mu<br> IsDefaultAUService : False |- Name: **DCat Flighting Prod** The update source is the Windows Insider Program.<br>- OffersWindowsUpdates: **False** Indicates that the client will not receive or is not configured to receive these updates.|
|
||||||
IsRegisteredWithAU : False
|
|Name : DCat Flighting Prod<br>ContentValidationCert : {}<br>ExpirationDate :<br>IsManaged : False<br>IsRegisteredWithAU : False<br>IssueDate : 01-Jan-01 12:00:00 AM<br>OffersWindowsUpdates : False<br>RedirectUrls : System.__ComObject<br>ServiceID : 8b24b027-1dee-babb-9a95-3517dfb9c552<br>IsScanPackageService : False<br>CanRegisterWithAU : False<br>ServiceUrl: https://fe3.delivery.mp.microsoft.com/<br>SetupPrefix : wu<br>IsDefaultAUService : False | - Name: **DCat Flighting Prod** The update source is the Windows Insider Program.<br>- OffersWindowsUpdates: **False** Indicates that the client will not receive or is not configured to receive these updates. |
|
||||||
IssueDate : 01-Jan-01 12:00:00 AM
|
|Name : Windows Store (DCat Prod)<br>ContentValidationCert : {}<br>ExpirationDate :<br>IsManaged : False<br>IsRegisteredWithAU : False<br>IssueDate : 01-Jan-01 12:00:00 AM<br>OffersWindowsUpdates : False<br>RedirectUrls : System.__ComObject<br>ServiceID : 855e8a7c-ecb4-4ca3-b045-1dfa50104289<br>IsScanPackageService : False<br>CanRegisterWithAU : True<br>ServiceUrl : https://fe3.delivery.mp.microsoft.com/<br>SetupPrefix : ws<br>IsDefaultAUService : False | - Name: **Windows Store (DCat Prod)** The update source is Insider Updates for Store Apps.<br>- OffersWindowsUpdates: **False** Indicates that the client will not receive or is not configured to receive these updates. |
|
||||||
OffersWindowsUpdates : False
|
| Name : Windows Server Update Service<br>ContentValidationCert : {}<br>ExpirationDate : 18-Jun-54 9:21:00 PM<br>IsManaged : True<br>IsRegisteredWithAU : True<br>IssueDate : 01-Jan-03 12:00:00 AM<br>OffersWindowsUpdates : True<br>RedirectUrls : System.__ComObject<br>ServiceID : 3da21691-e39d-4da6-8a4b-b43877bcb1b7<br>IsScanPackageService : False<br>CanRegisterWithAU : True<br>ServiceUrl :<br>SetupPrefix :<br>IsDefaultAUService : True|- Name: **Windows Server Update Service** The source is a Windows Server Updates Services server.<br>- OffersWindowsUpdates: **True** The client is configured to receive updates from WSUS |
|
||||||
RedirectUrls : System.__ComObject
|
| Name : Windows Update<br>ContentValidationCert : {}<br>ExpirationDate :<br>IsManaged : False<br>IsRegisteredWithAU : False<br>IssueDate : 01-Jan-01 12:00:00 AM<br>OffersWindowsUpdates : True<br>RedirectUrls : System.__ComObject<br>ServiceID : 9482f4b4-e343-43b6-b170-9a65bc822c77<br>IsScanPackageService : False<br>CanRegisterWithAU : True<br>ServiceUrl : https://fe2.update.microsoft.com/v6/<br>SetupPrefix : wu<br>IsDefaultAUService : False |- Name: **Windows Update** The source is Windows Update.<br>- OffersWindowsUpdates: **True** The client is configured to receive updates from Windows Update Online |
|
||||||
ServiceID : 8b24b027-1dee-babb-9a95-3517dfb9c552
|
|
||||||
IsScanPackageService : False
|
|
||||||
CanRegisterWithAU : False
|
|
||||||
ServiceUrl : https://fe3.delivery.mp.microsoft.com/
|
|
||||||
SetupPrefix : wu
|
|
||||||
IsDefaultAUService : False
|
|
||||||
|
|
||||||
Name : Windows Store (DCat Prod)
|
|
||||||
ContentValidationCert : {}
|
|
||||||
ExpirationDate :
|
|
||||||
IsManaged : False
|
|
||||||
IsRegisteredWithAU : False
|
|
||||||
IssueDate : 01-Jan-01 12:00:00 AM
|
|
||||||
OffersWindowsUpdates : False
|
|
||||||
RedirectUrls : System.__ComObject
|
|
||||||
ServiceID : 855e8a7c-ecb4-4ca3-b045-1dfa50104289
|
|
||||||
IsScanPackageService : False
|
|
||||||
CanRegisterWithAU : True
|
|
||||||
ServiceUrl : https://fe3.delivery.mp.microsoft.com/
|
|
||||||
SetupPrefix : ws
|
|
||||||
IsDefaultAUService : False
|
|
||||||
|
|
||||||
Name : Windows Server Update Service
|
|
||||||
ContentValidationCert : {}
|
|
||||||
ExpirationDate : 18-Jun-54 9:21:00 PM
|
|
||||||
IsManaged : True
|
|
||||||
IsRegisteredWithAU : True
|
|
||||||
IssueDate : 01-Jan-03 12:00:00 AM
|
|
||||||
OffersWindowsUpdates : True
|
|
||||||
RedirectUrls : System.__ComObject
|
|
||||||
ServiceID : 3da21691-e39d-4da6-8a4b-b43877bcb1b7
|
|
||||||
IsScanPackageService : False
|
|
||||||
CanRegisterWithAU : True
|
|
||||||
ServiceUrl :
|
|
||||||
SetupPrefix :
|
|
||||||
IsDefaultAUService : True
|
|
||||||
|
|
||||||
Name : Windows Update
|
|
||||||
ContentValidationCert : {}
|
|
||||||
ExpirationDate :
|
|
||||||
IsManaged : False
|
|
||||||
IsRegisteredWithAU : False
|
|
||||||
IssueDate : 01-Jan-01 12:00:00 AM
|
|
||||||
OffersWindowsUpdates : True
|
|
||||||
RedirectUrls : System.__ComObject
|
|
||||||
ServiceID : 9482f4b4-e343-43b6-b170-9a65bc822c77
|
|
||||||
IsScanPackageService : False
|
|
||||||
CanRegisterWithAU : True
|
|
||||||
ServiceUrl : https://fe2.update.microsoft.com/v6/
|
|
||||||
SetupPrefix : wu
|
|
||||||
IsDefaultAUService : False
|
|
||||||
```
|
|
||||||
|
|
||||||
4. Check the category **Name** and **OffersWindowsUpdates**:
|
|
||||||
|
|
||||||
Name: **Microsoft Update**
|
|
||||||
|
|
||||||
Indicates the source against which we will are checking the Client capability. Microsoft Updates indicates, updates for other Microsoft Products checkbox.
|
|
||||||
|
|
||||||
OffersWindowsUpdates: **True**
|
|
||||||
|
|
||||||
Indicates that the client is configured to receive updates for all Microsoft Products (Office, etc.)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Name: **DCat Flighting Prod**
|
|
||||||
|
|
||||||
The update source is the Windows Insider Program.
|
|
||||||
|
|
||||||
OffersWindowsUpdates: **False**
|
|
||||||
|
|
||||||
Indicates that the client will not receive or is not configured to receive these updates.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Name: **Windows Store (DCat Prod)**
|
|
||||||
|
|
||||||
The update source is Insider Updates for Store Apps.
|
|
||||||
|
|
||||||
OffersWindowsUpdates: **False**
|
|
||||||
|
|
||||||
Indicates that the client will not receive or is not configured to receive these updates.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Name: **Windows Server Update Service**
|
|
||||||
|
|
||||||
The source is a Windows Server Updates Services server.
|
|
||||||
|
|
||||||
OffersWindowsUpdates: **True**
|
|
||||||
|
|
||||||
The client is configured to receive updates from WSUS
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Name: **Windows Update**
|
|
||||||
|
|
||||||
The source is Windows Update.
|
|
||||||
|
|
||||||
OffersWindowsUpdates: **True**
|
|
||||||
|
|
||||||
The client is configured to receive updates from Windows Update Online
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
See also:
|
See also:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user