Commit Graph

468 Commits

Author SHA1 Message Date
e5fc010ef8 Merged PR 14490: 2nd wave metadata tag fixing 2019-02-25 21:30:28 +00:00
c3ae78127b Adding missing </li> tags and older article that wasn't listed 2019-02-21 09:40:30 +02:00
85c71f5bdc Merge pull request #2700 from narkissit/patch-3
Update windows-update-troubleshooting.md
2019-02-20 10:56:01 -08:00
d6cb2517e3 added some info about why collecting device names is worth doing 2019-02-19 12:14:28 -08:00
702d5b8c84 Merged PR 14329: readded waas differences article from ksimpson
readded waas differences article from ksimpson
2019-02-16 01:51:39 +00:00
d3ae6ed75f Update windows-update-troubleshooting.md
then -> than
2019-02-15 13:40:40 -08:00
524ca2cfbb Update windows-update-troubleshooting.md
It is no longer needed to recommend customers to bypass DO.
DO will fallback internally to perform a full file download if Ranges aren't supported.
2019-02-15 09:58:27 -08:00
0978f56e7e Adding the latest article for WUfB/WaaS
As seen on: https://twitter.com/johntwilcox/status/1096151895041658880
2019-02-15 09:47:42 +02:00
78eee4ceea added Server SKUs to Applies To 2019-02-13 14:33:07 -08:00
ba30985354 Merge branch 'master' of https://github.com/microsoftdocs/windows-itpro-docs 2019-02-12 17:33:52 -08:00
da15430e90 Merged PR 14257: removing waas servicing differences article at author request, redirected
removing waas servicing differences article at author request, redirected
2019-02-13 01:16:45 +00:00
ec61b52c8d Merge pull request #2650 from kemiyaza/patch-1
Fix "## When are they released?".
2019-02-08 14:30:59 -08:00
ff41c52428 Merge pull request #2628 from heatherpoulsen/patch-7
Update Champs Corner w/latest content
2019-02-08 05:25:51 -08:00
0bddd06485 Fix "## When are they released?".
SSU are not released with periodic monthly updates as you can see January updates for 1809. I'll propose a new statement.
2019-02-08 15:25:25 +09:00
8252dccd48 changed adjust to access in the last note on the page 2019-02-07 12:43:41 -08:00
2276b9af05 added AV reports to UC mentions in edit 2019-02-06 09:20:06 -08:00
bf132c6b37 removed references to UC AV in description of certain endpoints per Albert Serrano 2019-02-06 08:57:29 -08:00
76d537eec4 Update Champs Corner w/latest content
Added 2/5 Champs Corner blog post to the top of the list.
2019-02-05 16:48:10 -08:00
77154750ca a couple more corrections 2019-02-01 13:29:13 -08:00
b2125b250b fixed link and typo 2019-02-01 11:07:55 -08:00
74701833b5 cleaning up remaining references to OMS 2019-02-01 10:35:44 -08:00
327e5450ed Merge pull request #2592 from andreiztm/patch-11
Update information on the DCAT service & documenting known issue for feature updates
2019-01-31 13:38:05 -08:00
f0594a8fbd Removed "" around policy name. 2019-01-31 13:34:45 -08:00
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
a9ffd321ca Fixed obvious technical errors
The article had some errors, including incorrect use of "\" (backslash) instead of "/" (slash), incorrect use of the word "environment", but most importantly, its incorrect use of the "feature and quality updates" phrase defeated the purpose of an entire paragraph. You see, the paragraph was trying to reassure the reader that WSUS and SCCM continue to work as intended, but these two distribute much more than just quality and feature updates. They distribute device drivers, definition updates, security updates, feature packs (e.g. .NET Framework) and service packs. The "feature and quality updates" phrase unnecessarily restricted the scope of reassurance. Wordiness is bad.
2019-01-31 09:48:13 +03:30
a9c68db9c6 Merge pull request #2550 from andreiztm/patch-10
Incorrect information about deferral on Win10 1703
2019-01-28 14:16:19 -08:00
3db5996dd1 Incorrect information about deferral on Win10 1703
Hi, this was tested internally by multiple engineers and for 1703 the max deferral is 365 days, the MDM CSP documentation is correct:
 Important
The default maximum number of days to defer an update has been increased from 180 (Windows 10, version 1607) to 365 in Windows 10, version 1703.
https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-update#update-deferfeatureupdatesperiodindays

Thank you,
Andrei
2019-01-25 21:58:53 +02:00
a3bb22ed2a different link format 2019-01-25 10:15:17 -08:00
dff3ac83d3 trying to fix link to privacy topic 2019-01-25 09:43:42 -08:00
126810f3db Merged PR 13943: corrected strangely worded sentence about MDM in 1709
corrected strangely worded sentence about MDM in 1709
2019-01-24 21:15:02 +00:00
c2465e3e43 Merged PR 13957: typos/broken links
typos/broken links
2019-01-24 19:31:39 +00:00
7bd6b933d9 corrected strangely worded sentence about MDM in 1709 2019-01-23 13:40:26 -08:00
303683be18 Merged PR 13900: cleaning up some stray OMS references
cleaning up some stray OMS references
2019-01-22 18:31:34 +00:00
a7223d7a54 cleaning up some stray OMS references 2019-01-22 09:55:19 -08:00
48ab901c48 Correcting typos 2019-01-22 19:48:42 +02:00
c6c4021695 Merged PR 13845: New video and blog post for WaaS landing page 2019-01-18 13:45:25 +00:00
aef127f60b Merge pull request #2466 from rramoscabral/patch-1
Compliance architecture setps
2019-01-14 12:42:21 -08:00
22378f1935 Merged PR 13749: added new waas blog post
added new waas blog post
2019-01-11 20:41:17 +00:00
697221c414 Compliance architecture setps
In the Update Compliance architecture  is defined 4 steps and not five.
2019-01-11 17:53:04 +00:00
50271a2b88 fixing msdate; fixing duplicate running typo 2019-01-09 10:46:33 -08:00
6ea1ff43df fixed lagging paren; removed in-process DO topics 2019-01-09 10:22:28 -08:00
31d4fa9695 corrected 1703 to 1803 in v10c endpoint; removed msdate to use auto-dating 2019-01-09 09:35:52 -08:00
48ac03a179 Merged PR 13476: new more news article
new more news article
2018-12-20 00:15:10 +00:00
3545db834f Added new link 2018-12-19 10:54:14 -08:00
e8592666fa Added new podcast link 2018-12-19 10:40:47 -08:00
92e4a58768 Merged PR 13404: Added new blog post
Added new blog post
2018-12-14 18:28:40 +00:00
2727942b8a Merged PR 13403: reverting a DO file
reverting a DO file - removing erroneously published changes.
2018-12-14 17:55:10 +00:00
e65b7ff009 fixing links to privacy event lists 2018-12-11 15:14:23 -08:00
fbaf274312 Merged PR 13285: Minor edits 2018-12-10 18:01:35 +00:00