Commit Graph

44733 Commits

Author SHA1 Message Date
0e9c947a0b Merging changes synced from https://github.com/MicrosoftDocs/windows-docs-pr (branch live) 2020-06-15 23:10:13 +00:00
56a5ba160e Merge pull request #3082 from MicrosoftDocs/master
Publish 3:50 PM 06/15/2020
2020-06-15 16:05:59 -07:00
81b316333f Merge pull request #6930 from 1justingilmore/1justingilmore-work-item-4001116-copy-edits
Copy edits for 401116 DO NOT MERGE
2020-06-15 15:10:08 -07:00
b69c1524f8 Merge pull request #2931 from MicrosoftDocs/tmlyon-patch-3
Update manage-windows-mixed-reality.md
2020-06-15 12:28:07 -07:00
f928ff5503 Merge pull request #3075 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/windows-itpro-docs (branch public)
2020-06-15 11:48:39 -07:00
b33a4c6740 Merge pull request #3068 from DanPandre/patch-4
Fix Local settings descriptions to match user experience
2020-06-15 11:33:36 -07:00
aad89e808d Merge pull request #6955 from illfated/mdatp-onboarding-issues
MDATP/Onboarding issues: Localization adaptations
2020-06-15 11:21:51 -07:00
f572b62361 Merge pull request #6964 from amirsc3/patch-26
Update configure-endpoints-vdi.md
2020-06-15 11:21:01 -07:00
9d97406b08 Merge pull request #6961 from EfiKliger/patch-3
Update manage-indicators.md
2020-06-15 11:20:31 -07:00
cd1ac9a031 Merge pull request #3069 from MicrosoftDocs/allow-block
updating blacklist/whitelist to allow/block
2020-06-15 11:14:23 -07:00
3b16fdb6fa Merge pull request #3072 from MicrosoftDocs/master
Publish 6/15/2020 10:30 AM PT
2020-06-15 11:13:29 -07:00
1e97ea36a0 Merge pull request #3073 from MicrosoftDocs/dh-new-alerts
Fixing toc issue
2020-06-15 10:58:33 -07:00
624d465c86 fixing video 2020-06-15 10:56:23 -07:00
ef4d801f4a pushing out a toc fix 2020-06-15 10:53:44 -07:00
e300ab6f56 pencil edit 2020-06-15 10:44:05 -07:00
5c38abf92d Merge pull request #3070 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/windows-itpro-docs (branch public)
2020-06-15 10:26:06 -07:00
3894a42ea3 adding video 2020-06-15 10:24:28 -07:00
55caea18d0 Merge pull request #3071 from MicrosoftDocs/dh-new-alerts
Alerts to preview
2020-06-15 10:21:40 -07:00
f1a628d11b fixing links 2020-06-15 10:21:23 -07:00
958631d4b4 Merge branch 'master' into dh-new-alerts 2020-06-15 10:17:11 -07:00
c1c122c826 pencil edits 2020-06-15 10:12:12 -07:00
55d3990b16 updating toc 2020-06-15 09:59:00 -07:00
618f27b95f pencil edits 2020-06-15 09:57:21 -07:00
9fe5b1d944 fixing anchor link 2020-06-15 09:41:18 -07:00
ea4c2f5970 pencil edit 2020-06-15 09:41:16 -07:00
29be7a044f fixing brkn link 2020-06-15 09:35:57 -07:00
8ed0c93234 Merge pull request #6932 from SteveBurkettNZ/patch-11
Update update-compliance-configuration-manual.md
2020-06-15 09:18:57 -07:00
5273946ef7 Merge pull request #3067 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/windows-itpro-docs (branch public)
2020-06-15 09:12:40 -07:00
4802f5a04e Merge pull request #6949 from cinglis-msft/patch-17
Updated Defender alternatives
2020-06-15 09:10:42 -07:00
3358ee179f Merge pull request #6956 from illfated/do-not-translate
Windows Update: code blocks vs. translation errors
2020-06-15 09:09:57 -07:00
23e4d58f6f pencil edits 2020-06-15 08:58:13 -07:00
b192690b4b updating blacklist/whitelist to allow/block 2020-06-15 08:51:22 -07:00
a2c6788117 Merge branch 'master' into patch-4 2020-06-15 11:17:34 -04:00
729cef0ad8 Update configure-endpoints-vdi.md
Adding line to remove senseGuid to prevent re-onboarding via PS1 issue
2020-06-15 15:28:30 +03:00
0e3e66440d Merge pull request #3065 from MicrosoftDocs/jreeds-seoproject7
Updated meta descriptions for SEO
2020-06-14 22:33:31 -07:00
8ef88ecb99 Update manage-indicators.md 2020-06-15 07:58:34 +03:00
e0daf0e047 Merge pull request #6941 from RAJU2529/patch-64
replaced error 404 link to new link
2020-06-14 20:55:40 -07:00
1a9a8cec2d Windows Update: code blocks vs. translation errors
Description:

As reported in issue ticket #6953 (Translations errors caused by
missing code block), there are several remaining lines of text directly
referencing file paths and/or OS commands where the commands and
their parameters get translated due to a lack of MarkDown code blocks.

Thanks to sebbu2 for reporting this issue.

Changes proposed:
- Encapsulate (enclose) CLi commands and folder paths in MD back ticks
- Remove MD bullet point indicators from the encapsulated lines

- Whitespace & grammar corrections:
    - Normalize indentation, for the code blocks in particular
    - Add missing MarkDown indent marker compatibility spacing
    - Add blank line after H2 heading (MD codestyle standard)
    - Grammar improvement: "allow reset"  -> 'allows you to reset'
    - Add readability comma to the same sentence
    - Remove redundant blank line in the metadata section

Ticket closure or reference:

Closes #6953
2020-06-14 03:18:09 +02:00
d98285e53d MDATP/Onboarding issues: Localization adaptations
Description:

As discussed in issue ticket #6741
(ID de evento incorrecto o reemplazado por palabras)
and #4775 (Error Event ID is invalid), automatic Machine Translation
translates some table digits to words or replaces digits with others.

Thanks to AmadorM for commenting about this in ticket #4775.

Changes proposed:
- Encapsulate table digits with MarkDown back ticks
- Use MarkDown table center alignment for the value column
- Update 2 MSDN URLs permanently redirected to docs.microsoft.com
- Replace some freetext HTML codes with MarkDown code

- Whitespace, codestyle, and grammar corrections:
    - Remove redundant end-of-line blanks
    - Add MarkDown indent marker compatibility spacing
    - Reduce single line triple back tick pairs to single pairs
    - Reduce some indents to 4 spaces (back from 5 spaces)
    - Normalize numbered list number/text spacing to 1 space
    - Standardize H2/H3/H4 headings to be followed by 1 blank line
    - Normalize headings to be preceded by 2 blank spaces
    - Move the word "key" out of one of the the HKEY code blocks
    - Add missing colon after "The status is then displayed"
    - Standardize line spacing in the 28-step illustrated procedure
    - Move 1 colon inside the MarkDown **bold** formatting
    - Replace tabs (redundant) inside table cells with 1 space
    - Correct the casing in Syncml -> SyncML
    - Remove *is* from "Currently is supported platforms:"

Ticket closure or reference:

Closes #6741
Ref. #4775
2020-06-14 01:59:42 +02:00
a4534aa499 Corrected the type on the code block 2020-06-12 18:38:37 -07:00
4482be1722 Merge pull request #3063 from MicrosoftDocs/jreeds-rebrand-image
Cut images showing old brand name
2020-06-12 18:24:41 -07:00
fc555d881c Applied a valid type to a code block
Code blocks should have a type in this list: https://docsmetadatatool.azurewebsites.net/allowlists#
2020-06-12 17:30:59 -07:00
983b8775e4 Merge pull request #3066 from MicrosoftDocs/jreeds-App-V-updates
Minor chages made to update docs
2020-06-12 17:07:54 -07:00
943d2bf896 Indented content in a list item 2020-06-12 16:56:10 -07:00
5e741c12f1 Corrected type on code block to a valid type
We need to use one of the types on this list: https://docsmetadatatool.azurewebsites.net/allowlists#
2020-06-12 16:54:27 -07:00
c1686f459e Attempting to fix layout and numbering 2020-06-12 16:49:34 -07:00
1bb7409be8 Corrected code block type and indentation 2020-06-12 16:40:41 -07:00
db96efe80b Merge pull request #3062 from MicrosoftDocs/jkaiser-surface-2020
New article Surface Hub Teams app
2020-06-12 16:20:38 -07:00
ef4ecf6cf2 Minor chages made to update docs 2020-06-12 15:27:58 -07:00
85eee2b34b Updated meta descriptions for SEO 2020-06-12 15:17:25 -07:00