Commit Graph

1286 Commits

Author SHA1 Message Date
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
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
1caa0dfd05 adding closing backticks 2020-09-18 12:42:15 -07:00
dea6677b0c fixing typos 2020-09-18 12:05:39 -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
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
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
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
2695f1dd23 pencil edit 2020-09-11 10:00:12 -07:00
56d1f8ac69 Merge pull request #8247 from RAJU2529/patch-91
replaced  6048000  to 604800
2020-09-11 09:33:24 -07:00
7277dd465c Merging changes synced from https://github.com/MicrosoftDocs/windows-docs-pr (branch live) 2020-09-09 17:54:09 +00:00
e286ab05ae Merge pull request #7077 from VLG17/patch-79
add missing URLs
2020-09-09 10:40:14 -07:00
747500935e pencil edit 2020-09-09 09:05:07 -07:00
6916af04a0 Remove product removal blurbs
It's been 6 months since they were removed. @jaimeo
2020-09-09 10:50:50 -05:00
76e516c712 Update update-compliance-configuration-manual.md
Pencil edits.
2020-09-09 08:42:35 -07:00
8eac590c24 Update update-compliance-configuration-manual.md
Grammar
2020-09-09 10:36:11 -05:00
71e40ab9c1 Update manual config to include full census sync
Incidents have been popping up wherein customers are experiencing issues with missing fields. This is partially due to Census not fully syncing those fields on every run, only once per week. The config script has always invoked a full Census sync. This is being added as it has been observed many customers simply manually configure devices for Update Compliance.
2020-09-09 10:29:39 -05:00
869de4ea7d replaced 6048000 to 604800
while calculating  no of days in seconds for 7 days, it should be 604800
2020-09-09 18:17:08 +05:30
3e4e27e9ca Updated a bookmark on a link
Second attempt following force-push.
2020-09-02 16:49:11 -07:00
dce25117ed create UC_workspace_safeguard_queries.png 2020-09-02 10:19:45 -07:00
0c2849692d Merge pull request #8063 from mesharma-msft/patch-1
Update update-compliance-feature-update-status.md
2020-09-02 09:31:58 -07:00
83506c417f Merge pull request #8166 from katoma2017/patch-3
Add Update Baseline
2020-08-28 08:57:38 -07:00
0190b0fcc1 Update waas-manage-updates-wufb.md
Corrections for style and markdown formatting.
2020-08-28 08:54:53 -07:00
3a8b0af9d5 Various fixes: Acrolinx spelling, layout, note styles, indentation 2020-08-27 15:20:24 -07:00
4fa88c8f92 Add Update Baseline
Adding a blurb and explanation of Update Baseline when it comes to helping improve end user experience
2020-08-27 14:56:36 -07:00
5b5524a7ae Update waas-wufb-csp-mdm.md
Small edits.
2020-08-27 11:15:24 -07:00
59fef75b73 Update waas-wufb-csp-mdm.md
Updating the Target Release Version Information to be correct
2020-08-27 11:04:59 -07:00