Commit Graph

38152 Commits

Author SHA1 Message Date
25cca6aa07 Update .openpublishing.redirection.json 2019-10-21 16:11:03 -07:00
e62741a380 draft 2019-10-21 16:05:37 -07:00
23d444ef68 draft 2019-10-21 16:04:27 -07:00
ffbd452ef7 draft 2019-10-21 15:58:57 -07:00
5f15e35e6b Merging changes synced from https://github.com/MicrosoftDocs/windows-docs-pr (branch live) 2019-10-21 22:47:57 +00:00
339422ee7a Merge pull request #1384 from MicrosoftDocs/master
Publish 10/21/2019 3:30 PM PST
2019-10-21 15:46:33 -07:00
905eb3a011 Revise metadata with correct owner of BitLocker articles 2019-10-22 01:38:46 +03:00
c98ab6d32f draft 2019-10-21 15:22:24 -07:00
de9fe80c57 placeholder 2019-10-21 15:20:40 -07:00
32c6075c2b Update .openpublishing.redirection.json
Exploit Guard
2019-10-21 14:45:00 -07:00
d1af07ae6d placeholder 2019-10-21 14:40:18 -07:00
44ebc6107b Update enroll-a-windows-10-device-automatically-using-group-policy.md
Device credential automatic enrollment isnt supported by Intune. Added a note to call this out.
2019-10-21 14:33:10 -07:00
e118ae829a remove name 2019-10-21 14:27:46 -07:00
8fb9ac9a79 product name update 2019-10-21 14:26:19 -07:00
5b08438a40 Merge pull request #1382 from MicrosoftDocs/MDBranch19H1DefenderCSPUpdate
1903 updates to Defender CSP doc
2019-10-21 14:19:07 -07:00
cd9dfebd75 author change 2019-10-21 14:16:32 -07:00
59d45a798c Update surface-pro-arm-app-performance.md 2019-10-21 13:48:54 -07:00
05d4cbe68f Update change-history-for-surface.md 2019-10-21 13:48:28 -07:00
dc4cef941b Update TOC.md 2019-10-21 13:48:12 -07:00
88c4069cde Update surface-manage-dfci-guide.md 2019-10-21 13:47:50 -07:00
2ceb52e68f Merge pull request #1374 from MicrosoftDocs/surface-2s-update
Changing surface hub topic ownership to Greg Lindsay
2019-10-21 13:30:16 -07:00
dd9c0955d9 Fixed typos 2019-10-21 13:13:32 -07:00
dcbc909ff1 toc change 2019-10-21 13:11:02 -07:00
7a4a7ec85d Fixed typo 2019-10-21 13:08:07 -07:00
07b95e522e Minor updates 2019-10-21 12:52:25 -07:00
0bebbe9d65 Update surface-manage-dfci-guide.md 2019-10-21 12:51:30 -07:00
bb4faedb44 Merge pull request #5221 from Van-Fouran/patch-2
Information DOES NOT apply to Windows 10
2019-10-21 12:48:08 -07:00
3bf1c25c14 mpcmdrun.exe : block table column from translation
Description:
Machine translation of this page (e.g. De-De and Fr-Fr) tends to
break the table format by translating some of the escaped pipe
characters as cell dividers instead of keeping them as code
within the first column.

Thanks to d-Rickyy-b (Rico) for noting this issue in the De-De version.

Proposed changes:
- Add code block back ticks around the command line arguments
  in the first column to keep them from being translated.
- adjustment of white space (blanks) for consistency.

issue ticket closure or reference:

Ref. #4604 (wait for migration to translated pages before closing)
2019-10-21 21:33:11 +02:00
925d1c1eff Update windows/deployment/update/feature-update-maintenance-window.md
- rephrase the Note text, based on MS Docs style guide

Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com>
2019-10-21 21:31:58 +02:00
6d2ae5f01d Update feature-update-maintenance-window.md
- formatting and correction suggestions
- 2 code block syntax names added
2019-10-21 21:31:58 +02:00
310e9cbeaa Update feature-update-maintenance-window.md
- re-add the removed `> [!NOTE]` line for the new note
- properly remove an added line which should have been replaced
- remove trailing spaces (redundant blank space at the end of the lines)
2019-10-21 21:31:58 +02:00
eff38d1336 Update windows/deployment/update/feature-update-maintenance-window.md
- added already existing corrections from JohanFreelancer9
- change the link from docs.microsoft.com to its Github counterpart
2019-10-21 21:31:58 +02:00
aa498077fd Update windows/deployment/update/feature-update-maintenance-window.md
- highlight the keyword "Required"
- add a missing "the"

Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2019-10-21 21:31:57 +02:00
d3b7b88ecb Update windows/deployment/update/feature-update-maintenance-window.md
- add an Oxford comma

Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2019-10-21 21:31:57 +02:00
9e9d79e2dd Windows/Deployment: add Peer Cache Enterprise note
Description:
Based on community feedback and recommendation, this document can be
improved by adding notes regarding Delivery Optimization and endpoints.

Thanks to Stephen Leuthold for providing feedback and the information.
See also issue ticket "Delivery Optimization" (#4638).

Proposed changes:
- add a note containing the text suggested by SLeuthold
- add MarkDown compatibility quote spacing (33)

Caveats:
- The added text does not necessarily have to be in the form of a Note.
- The added text can, if required, be placed somewhere else on the page.

issue ticket closure or reference:

Closes #4638
2019-10-21 21:31:57 +02:00
58ebfeec83 WHfB/certutil: Add command args comma separators
Description:
As reported & discussed in issue ticket #5089 (Certutil command wrong),
the certutil command modifiers need to be in a comma separated list,
otherwise you will get the error message "too many arguments".

This behavior has been verified by TechNet moderator Steven_Lee0510:
https://social.technet.microsoft.com/Forums/windowsserver/en-US/847c13d5-a32e-4799-bb83-2f8ead98a069/certutil-too-many-arguments?forum=winserversecurity

Thanks to Digiroka for reporting and pointing out this issue.

Proposed changes:
- replace the modifier/argument spaces with commas
- add missing MD compatibility spacing in 2 MarkDown notes

issue ticket closure or reference:

Closes #5089
2019-10-21 21:31:03 +02:00
2e9c1eb648 Standardize column 1
- Aligned and evened out the column spacing in column 1, "Error code",
  by removing redundant spaces and aligning the values (same width).
- Removed a misplaced number in the "Handler errors" table.
2019-10-21 21:28:44 +02:00
20d3453d6a WU Error Codes: Block codes from translation
This is a "best effort" attempt at keeping code names from being
translated by automatic translation/machine translation.

The main change here is to add a MarkDown back tick (code tag) before
and after each code name reference in the tables, to block translation.

The side effect of seeing a massive text change appears because of the
text being shifted at least 2 spaces sideways for the entire Message
column, some times more due to code names also appearing in the
Description text. I have also taken the liberty to add spacing to clean
up the table layout, to improve readability for future edits. This also
affects the appearance of massive change.

Browsing the PR content in Rich Text Diff view will be most useful.

A couple of minor typos are also corrected (cancelled -> canceled)
(according to Webster).

This content should in theory close issue ticket #4933, but it remains
to be seen if blocking the code names from being translated will be as
effective as we are hoping for. Hence, I will only reference issue
ticket #4933 and not apply automatic git closure.

Ref. Перевод констант #4933
2019-10-21 21:28:44 +02:00
567a70e4c5 Merge pull request #5225 from MaratMussabekov/patch-77
revert the changes in 4998
2019-10-21 12:21:41 -07:00
098e367bd8 Merge pull request #5228 from CGREEN95/public
Fix Typo (Line 171)
2019-10-21 12:20:50 -07:00
faf004c91c Added line breaks for MSD-ATP country descriptions
- added 3 line breaks to reduce the column width for less white space
2019-10-21 21:20:47 +02:00
45f6af930e Data Management Service Endpoints: link correction
Description:

As reported in issue ticket #4936, the link win.data.microsoft.com
does not work as a an endpoint for diagnostic data services.
On the other hand, settings-win.data.microsoft.com does.

Thanks to amirsc3 for finding and reporting the incorrect links.

Proposed changes:
- add table outer limit markers
- correct 3 links by adding the missing prefix "settings-"
- replace hyphens with colon to separate descriptions and data
- add extra line breaks in the tables to separate different data
- add 1 missing MarkDown space in a Note further down

issue ticket closure or reference:

Resolves #4936
2019-10-21 21:20:47 +02:00
f19fae3013 Merge pull request #5227 from illfated/msd_atp_stream_ah_events
MDATP/Raw Data Streaming: turn Preview features On
2019-10-21 12:20:18 -07:00
bf5e0a66c6 Merge pull request #5234 from Jcoetsee/patch-8
change made to "disable local list merging"
2019-10-21 12:18:19 -07:00
c9d9547f0d Merge pull request #5230 from MaratMussabekov/patch-78
added link to the article about potential harm to Exchange Servers
2019-10-21 12:16:06 -07:00
0981f8324f Update microsoft-defender-atp-mac-resources.md 2019-10-21 11:53:34 -07:00
72aa9f972f Added 19H1 nodes 2019-10-21 11:52:19 -07:00
ed09a63c59 toc change 2019-10-21 11:45:49 -07:00
JC
c4b7c7c8f9 change made to "disable local list merging"
This relates to https://github.com/MicrosoftDocs/windows-itpro-docs/issues/5035
2019-10-21 19:25:00 +02:00
9bc93af082 Merge branch 'master' into v-tea-hololens-redirect-fixes 2019-10-21 10:17:41 -07:00