1432 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Charles Inglis
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
VARADHARAJAN K
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
Gary Moore
3e4e27e9ca
Updated a bookmark on a link
Second attempt following force-push.
2020-09-02 16:49:11 -07:00
Thomas Raya
dce25117ed
create UC_workspace_safeguard_queries.png 2020-09-02 10:19:45 -07:00
Jaime Ondrusek
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
Jaime Ondrusek
83506c417f
Merge pull request #8166 from katoma2017/patch-3
Add Update Baseline
2020-08-28 08:57:38 -07:00
Jaime Ondrusek
0190b0fcc1
Update waas-manage-updates-wufb.md
Corrections for style and markdown formatting.
2020-08-28 08:54:53 -07:00
Gary Moore
3a8b0af9d5 Various fixes: Acrolinx spelling, layout, note styles, indentation 2020-08-27 15:20:24 -07:00
katoma2017
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
Jaime Ondrusek
5b5524a7ae
Update waas-wufb-csp-mdm.md
Small edits.
2020-08-27 11:15:24 -07:00
arcarley
59fef75b73
Update waas-wufb-csp-mdm.md
Updating the Target Release Version Information to be correct
2020-08-27 11:04:59 -07:00
mesharma-msft
cbf3244e83
Merge branch 'public' into patch-1 2020-08-26 17:04:23 -07:00
Tina Burden
a8e6c6d0a6
Merge pull request #3584 from damabe/1610820-damabe18
SEODescFix: User Story 1610820, Part 18
2020-08-24 08:19:57 -07:00
damabe
d041ee0f71 Update short descriptions for SEO improvement 2020-08-19 23:16:20 -07:00
damabe
ae7fb17515 Update short descriptions for SEO improvement 2020-08-19 21:35:40 -07:00