3598 Commits

Author SHA1 Message Date
Jaime Ondrusek
83043b83db
Merge pull request #8355 from RAJU2529/patch-93
removed broken link. added correct link
2020-09-29 10:34:39 -07:00
Steve DiAcetis (MSFT)
7ee5fec1f4
Update media-dynamic-update.md 2020-09-29 10:33:52 -07:00
Steve DiAcetis (MSFT)
e66afe997f
Update media-dynamic-update.md 2020-09-29 09:44:36 -07:00
arcarley
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
Steve DiAcetis (MSFT)
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
Lindsay
b460e75929
Update update-compliance-configuration-manual.md
Added note.
2020-09-28 10:41:18 +02:00
MaratMussabekov
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
Evan Miller
6b22b0b2de
Remove HoloLens from delivery optimization chart 2020-09-25 16:50:41 -07:00
jaimeo
64ce73e96d adding description 2020-09-25 09:45:33 -07:00
jaimeo
b8fad2c8d0 fixing TOC 2020-09-25 09:23:56 -07:00
jaimeo
24ed80789d Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into DOproxy 2020-09-25 09:19:18 -07:00
jaimeo
d16d9f7938 small tweaks; wiring into TOC 2020-09-25 09:19:09 -07:00
Jaime Ondrusek
6f5ba61aa4
Merge pull request #8348 from alecoot/RemoveMSA
Updating MSA warning documentation
2020-09-25 08:16:14 -07:00
Jaime Ondrusek
7bbd5b95b3
Update windows-update-troubleshooting.md
Cleaned up language for clarity and terminology.
2020-09-25 08:15:36 -07:00
VARADHARAJAN K
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
MaratMussabekov
e11ea766cd
Update get-started-updates-channels-tools.md 2020-09-25 09:43:17 +05:00
Alec Oot
a1d16d9d3a Updating MSA warning documentation 2020-09-24 15:58:48 -07:00
jaimeo
86f91160a7 initial import 2020-09-24 11:29:50 -07:00
skycommand
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
katoma2017
6df7937bb1
Update update-baseline.md
nit: corrected capitalization in title
2020-09-23 15:52:27 -07:00
Baard Hermansen
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
Baard Hermansen
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
jaimeo
1caa0dfd05 adding closing backticks 2020-09-18 12:42:15 -07:00
jaimeo
dea6677b0c fixing typos 2020-09-18 12:05:39 -07:00
jaimeo
9ee77f7d16 fixing TOC entry 2020-09-18 11:40:27 -07:00
jaimeo
a5741b4ad8 Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into optionalcontent 2020-09-18 11:33:45 -07:00
jaimeo
118d8b1060 typos, adding links 2020-09-18 11:33:39 -07:00
jaimeo
2a18bb8fa2 fixing TOC 2020-09-18 10:48:19 -07:00
jaimeo
1c5a751935 connect to TOC 2020-09-18 10:46:29 -07:00
jaimeo
5f98ead2fb corrections 2020-09-18 10:42:14 -07:00
jaimeo
3bd68e4a56 tweaks; connect to TOC 2020-09-18 10:26:23 -07:00
jaimeo
2da1c95164 metadata in a nother file 2020-09-18 10:17:30 -07:00
jaimeo
57575c4f8e import 2020-09-18 10:07:47 -07:00
jaimeo
6f87e9def3 metadata fu 2020-09-17 15:24:16 -07:00
jaimeo
6bbc7c131e initial import 2020-09-17 15:09:15 -07:00
Jonathan Herlin
5b300417ff
Fix bold marking
The "C" was not in bold
2020-09-15 21:44:36 +02:00
Jaime Ondrusek
1d0a285d20
Merge pull request #8281 from WplusAzureAuto/patch-1
Update waas-delivery-optimization-setup.md
2020-09-15 10:52:01 -07:00
Greg Lindsay
92d0de2323
Merge pull request #8262 from baardhermansen/patch-11
Update windows-10-poc-sc-config-mgr.md
2020-09-14 09:54:57 -07:00
Eddy Ng
b0e6671ccc
Update waas-delivery-optimization-setup.md
Amended line 149 from Get-DeliveryOptimizationPerfSnap to Get-DeliveryOptimizationStatus, this command is validated from windows powershell to be the valid command that has -peerinfo switch
2020-09-14 11:00:14 +08:00
Andy Rivas
4088a10437
Update waas-delivery-optimization-reference.md
Incorrectly stated that the DHCP option for group was 235.  The option ID is 234 for DHCP group.
2020-09-11 17:00:32 -07:00
Tina Burden
2695f1dd23
pencil edit 2020-09-11 10:00:12 -07:00
Jaime Ondrusek
56d1f8ac69
Merge pull request #8247 from RAJU2529/patch-91
replaced  6048000  to 604800
2020-09-11 09:33:24 -07:00
Baard Hermansen
e334e2adce
Update windows-10-poc-sc-config-mgr.md
Converted HTML table to markdown.
2020-09-10 15:04:37 +02:00
Baard Hermansen
98f3d9c90c
Update windows-10-poc-sc-config-mgr.md
Added markdown code for code snippets.
Corrected an URL.
Multiple small edits, like removing trailing spaces, extraneous line shifts, etc..
2020-09-10 14:29:03 +02:00
dstrome
7277dd465c Merging changes synced from https://github.com/MicrosoftDocs/windows-docs-pr (branch live) 2020-09-09 17:54:09 +00:00
Kateyanne
e286ab05ae
Merge pull request #7077 from VLG17/patch-79
add missing URLs
2020-09-09 10:40:14 -07:00
Tina Burden
747500935e
pencil edit 2020-09-09 09:05:07 -07:00
Charles Inglis
6916af04a0
Remove product removal blurbs
It's been 6 months since they were removed. @jaimeo
2020-09-09 10:50:50 -05:00
Jaime Ondrusek
76e516c712
Update update-compliance-configuration-manual.md
Pencil edits.
2020-09-09 08:42:35 -07:00
Charles Inglis
8eac590c24
Update update-compliance-configuration-manual.md
Grammar
2020-09-09 10:36:11 -05:00