Commit Graph

57 Commits

Author SHA1 Message Date
75a46dea00 Added known issue for feature updates
This new section will be linked to from other docs pages that document the MSA service, for example:
https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-accounts#accounts-allowmicrosoftaccountsigninassistant
or
https://docs.microsoft.com/en-us/windows/deployment/upgrade/upgrade-readiness-deployment-script (entry 54)
or
https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services#bkmk-microsoft-account
2019-01-31 21:48:51 +02:00
a8aee5019f Update information on the DCAT service
Since 1709, the DCAT service offers Windows Update as well:

PS C:\WINDOWS\system32> $SM = New-Object -ComObject Microsoft.Update.ServiceManager
PS C:\WINDOWS\system32> $SM.Services
Name                  : DCat Flighting Prod
ContentValidationCert : {}
ExpirationDate        :
IsManaged             : False
IsRegisteredWithAU    : False
IssueDate             : 01/01/1601 12:00:00 AM
OffersWindowsUpdates  : True
RedirectUrls          : System.__ComObject
ServiceID             : 8b24b027-1dee-babb-9a95-3517dfb9c552
IsScanPackageService  : False
CanRegisterWithAU     : False
ServiceUrl            : https://fe3.delivery.mp.microsoft.com/
SetupPrefix           : wu
IsDefaultAUService    : False
2019-01-31 20:33:36 +02:00
48ab901c48 Correcting typos 2019-01-22 19:48:42 +02:00
0fb7ba7a7c Typos 2018-12-05 17:34:27 +02:00
00a1f23f15 Corrected typos 2018-12-05 17:33:53 +02:00
d8648eb4fe Document more information on GPOs
Added more information from my internal KB on which this section was based on.
2018-12-03 11:28:31 +02:00
183af3b873 Merged PR 11421: New Windows Update overview content from CSS
Author = kaushika
2018-09-19 18:27:59 +00:00