Commit Graph

4663 Commits

Author SHA1 Message Date
acccabd53d UC config script note, doesn't configure DO
@jaimeo - we could also include a link to DO docs in the Note if you think that's best, not sure about the navpath.
2020-10-01 10:50:25 -05:00
ed4c3e5a5f Update windows/deployment/volume-activation/activate-using-key-management-service-vamt.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-10-01 13:17:20 +02:00
c38824ac33 Merge pull request #8371 from lindspea/patch-31
Update update-compliance-configuration-manual.md
2020-09-30 11:55:42 -07:00
1827a91d20 Update windows/deployment/volume-activation/activate-using-key-management-service-vamt.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-09-30 20:13:21 +02:00
ac0d15a8fd Merge branch 'master' into cleanupdotnet 2020-09-29 12:01:53 -07:00
5f1cb67115 Merge branch 'master' into repo_sync_working_branch 2020-09-29 11:56:50 -07:00
326ac55677 pencil edit 2020-09-29 11:49:31 -07:00
415cdc4b89 fixing instances of .Net 2020-09-29 11:05:17 -07:00
e085f6c4a7 Merge pull request #8350 from MaratMussabekov/patch-214
Update Feature Updates release time
2020-09-29 10:44:07 -07:00
0d365e2a0c Merge pull request #8380 from arcarley/patch-17
Update waas-servicing-channels-windows-10-updates.md
2020-09-29 10:43:50 -07:00
28333b1dc3 Update waas-servicing-channels-windows-10-updates.md 2020-09-29 10:43:30 -07:00
7c76ef2237 Update waas-servicing-channels-windows-10-updates.md 2020-09-29 10:41:23 -07:00
2202848400 Update update-compliance-configuration-manual.md 2020-09-29 10:38:01 -07:00
83043b83db Merge pull request #8355 from RAJU2529/patch-93
removed broken link. added correct link
2020-09-29 10:34:39 -07:00
7ee5fec1f4 Update media-dynamic-update.md 2020-09-29 10:33:52 -07:00
e66afe997f Update media-dynamic-update.md 2020-09-29 09:44:36 -07:00
aa388990b5 Update waas-servicing-channels-windows-10-updates.md
Updating to remove the end user control (as we took that away in 2004, now folks should use local GP). Additionally, made a few small tweaks to add clarity.
2020-09-29 07:47:14 -07:00
97f7c1fe51 Update media-dynamic-update.md
Fixed missing words, and added PowerShell formatting for code. Note this formatting was originally left out as it was causing formatting issues. This should be fixed with the removal of curly quotes.
2020-09-28 15:52:43 -07:00
b460e75929 Update update-compliance-configuration-manual.md
Added note.
2020-09-28 10:41:18 +02:00
f4e1b8e21b Update windows/deployment/update/get-started-updates-channels-tools.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-09-26 23:04:12 +05:00
6b22b0b2de Remove HoloLens from delivery optimization chart 2020-09-25 16:50:41 -07:00
64ce73e96d adding description 2020-09-25 09:45:33 -07:00
b8fad2c8d0 fixing TOC 2020-09-25 09:23:56 -07:00
24ed80789d Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into DOproxy 2020-09-25 09:19:18 -07:00
d16d9f7938 small tweaks; wiring into TOC 2020-09-25 09:19:09 -07:00
6f5ba61aa4 Merge pull request #8348 from alecoot/RemoveMSA
Updating MSA warning documentation
2020-09-25 08:16:14 -07:00
7bbd5b95b3 Update windows-update-troubleshooting.md
Cleaned up language for clarity and terminology.
2020-09-25 08:15:36 -07:00
cdf08e07bb removed broken link. added correct link
as per the user report #8351 . so I removed invalid link , added correct link.
This PR editied using Android smartphone.
2020-09-25 18:49:49 +05:30
e11ea766cd Update get-started-updates-channels-tools.md 2020-09-25 09:43:17 +05:00
a1d16d9d3a Updating MSA warning documentation 2020-09-24 15:58:48 -07:00
86f91160a7 initial import 2020-09-24 11:29:50 -07:00
5796bfb7ec Script improvements
- Script: Marked each snippet as "PowerShell" instead of plain text. Both GitHub and Microsoft Docs can highlight PowerShell syntax.
- Script: Added `#Requires -RunAsAdministrator` because the `Mount-WindowsImage` cmdlet needs it.
- Script: Eliminated the path-concatenating code-spaghetti. A mixture of different string-concatenating features was used alongside `Join-Path`! As a result, reading, interpreting, and adopting the path section of the script was a total nightmare.
- Script: Replaced all instances of "Write-Host" with "Write-Output". This is a serious change, as PowerShell scripts do not always run attended. Per PowerShell guidelines, `Write-Host` is a last-resort cmdlet. Where possible, `Write-Output` should be used instead.
- Script: Changed `"{0:HH:mm:ss}" -f (Get-Date)` into `return "{0:HH:mm:ss}" -f [DateTime]::Now`. It seems not everyone knows that Get-Date's output can be customized, and not always via its parameters. Hence, the former could have unintended consequences. It is also possible to write `Get-Date -Format "HH:mm:ss"` which is neither superior nor inferior. (Well, maybe it costs a few more CPU ticks.)
- Markdown Linter: Replaced inline HTML with Markdown
- Markdown Linter: Inserted the missing line breaks before each heading
2020-09-24 11:50:11 +03:30
6df7937bb1 Update update-baseline.md
nit: corrected capitalization in title
2020-09-23 15:52:27 -07:00
38b1ff8182 Update activate-using-key-management-service-vamt.md
Added retail link for activating Windows 10.
Added markdown for Notes.
Corrected a nested list error, which incorrectly indented a numbered list item. 
Modified spacing inside numbered list so that text is rendered as author seemed to intend.
2020-09-23 20:04:24 +02:00
ef68e5d0a4 Update introduction-vamt.md
Added markdown for Notes. 
Added line breaks before lists and after headings.
2020-09-23 19:21:24 +02:00
1caa0dfd05 adding closing backticks 2020-09-18 12:42:15 -07:00
dea6677b0c fixing typos 2020-09-18 12:05:39 -07:00
9ee77f7d16 fixing TOC entry 2020-09-18 11:40:27 -07:00
a5741b4ad8 Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into optionalcontent 2020-09-18 11:33:45 -07:00
118d8b1060 typos, adding links 2020-09-18 11:33:39 -07:00
2a18bb8fa2 fixing TOC 2020-09-18 10:48:19 -07:00
1c5a751935 connect to TOC 2020-09-18 10:46:29 -07:00
5f98ead2fb corrections 2020-09-18 10:42:14 -07:00
3bd68e4a56 tweaks; connect to TOC 2020-09-18 10:26:23 -07:00
2da1c95164 metadata in a nother file 2020-09-18 10:17:30 -07:00
57575c4f8e import 2020-09-18 10:07:47 -07:00
6f87e9def3 metadata fu 2020-09-17 15:24:16 -07:00
6bbc7c131e initial import 2020-09-17 15:09:15 -07:00
5b300417ff Fix bold marking
The "C" was not in bold
2020-09-15 21:44:36 +02:00
1d0a285d20 Merge pull request #8281 from WplusAzureAuto/patch-1
Update waas-delivery-optimization-setup.md
2020-09-15 10:52:01 -07:00