1935 Commits

Author SHA1 Message Date
Gary Moore
160ac13a9d
Cleaned up cross reference 2020-05-08 15:08:50 -07:00
Gary Moore
f0ba0238f3
Re-correcting indentation 2020-05-08 15:05:42 -07:00
Gary Moore
91a2515039
Applied [!NOTE] style 2020-05-08 14:20:17 -07:00
Gary Moore
40348278f7
Fixes for indentation and numbering 2020-05-08 14:17:13 -07:00
Thomas Raya
180077b24b
Update policy-csp-controlpolicyconflict.md 2020-05-08 13:05:33 -07:00
Thomas Raya
ef4271738d
Update enable-admx-backed-policies-in-mdm.md 2020-05-08 13:04:46 -07:00
Thomas Raya
d39e0d1aa5
Update new-in-windows-mdm-enrollment-management.md 2020-05-08 13:03:50 -07:00
Thomas Raya
d314c39fa9
Update policy-csp-controlpolicyconflict.md 2020-05-08 12:15:52 -07:00
Thomas Raya
393669dfbd
Update new-in-windows-mdm-enrollment-management.md 2020-05-08 12:15:05 -07:00
Thomas Raya
6f4bb184ca
Update enable-admx-backed-policies-in-mdm.md 2020-05-08 12:13:51 -07:00
officedocspr
5e9774ed42 Merging changes synced from https://github.com/MicrosoftDocs/windows-docs-pr (branch live) 2020-05-08 18:13:50 +00:00
Tina Burden
5784019916
Merge pull request #2557 from isbrahm/master
WDAC design guide reorganization and minor corrections
2020-05-08 09:43:28 -07:00
Jeff Reeds (Aquent LLC)
915996ff61 Updated -description meta field to adhere to SEO standards 2020-05-07 17:44:42 -07:00
brbrahm
233c57d9ef Update WMI bridge info, correct per-app rule 2020-05-06 18:46:27 -07:00
Manika Dhiman
b759b298bf
Merge pull request #6627 from illfated/hololens-policy-CSP
Client Management/MDM: rename page names & titles
2020-05-06 16:08:28 -07:00
illfated
af90075a2c Removal of excessive hyphens
Bah, I was too quick at publishing the previous commit, did not notice
that I had copy-pasted an ending hyphen without including the same
hyphen when marking before pasting. Oh well. Water under the bridge.

/meh
2020-05-07 00:56:11 +02:00
illfated
ec7a0ba063 Additional links and link texts: TOC & Policy CSP
2 more files with link references to the already added files in this PR:
- TOC.md
- policy-configuration-service-provider.md

Changes done here are limited to the file names in the links and the
link texts. No further work has been done to improve these 2 files.

#sign-off
2020-05-07 00:49:10 +02:00
Rebecca Agiewich
c13d7febe1
Merge pull request #2627 from MicrosoftDocs/Kellylorenebaker-patch-22
Edit pass: enterprisedataprotection-csp.md
2020-05-05 13:15:15 -07:00
Rebecca Agiewich
945ba0b862
removed reference to TechNet 2020-05-05 10:34:15 -07:00
Denise Vangel-MSFT
8c49a1007c
Update reclaim-seat-from-user.md 2020-05-05 09:45:51 -07:00
Marty Hernandez Avedon
39eb0b56ff
Merge branch 'public' into martyav-refresh-enable-network-protection 2020-05-05 12:45:18 -04:00
illfated
8f84908a46 Corrections in metadata & document file name links
- "Policies" -> "Policy CSPs" in the metadata section
- "policies-" -> "policy-csps-" at the start of the file name links
- added blank line between Related topics heading and subsequent link
2020-05-05 06:57:49 +02:00
illfated
7a0f6b3fe6 6 additional pages as requested
- ADMX-backed policies
- Policies supported by Group Policy
- Policies supported by Windows 10 IoT Core
- Policies supported by Windows 10 IoT Enterprise
- Policies supported by Microsoft Surface Hub
- Policies that can be set using Exchange Active Sync (EAS)
2020-05-05 06:44:35 +02:00
Rebecca Agiewich
294a18829b
removed unecessary code 2020-05-04 17:03:23 -07:00
Thomas Raya
cf6552de45
Update enterprisedataprotection-csp.md
remove extra spaces after [NOTE] declaration in lines 59, 99 and 109.
2020-05-04 16:32:41 -07:00
Thomas Raya
4724eeb3a2
Update enterprisedataprotection-csp.md
Remove extra spaces to the right of the NOTE declaration on line 19
2020-05-04 15:53:54 -07:00
Denise Vangel-MSFT
17b26eaa01
Merge pull request #6592 from matt-call/patch-2
Update remotewipe-csp.md
2020-05-04 10:28:44 -07:00
Denise Vangel-MSFT
87e67249ce
Merge pull request #6605 from eltociear/patch-2
Fix typo
2020-05-04 10:13:02 -07:00
illfated
5f98fe5936 Client Management/MDM: rename page names & titles
Description:

As requested by yannisle (Yannis Lempidakis) in issue ticket #6610 (Can
we change the title of this page to Poilcy "CSPs" supported by HoloLens
2? It makes it clear because the word Policy alone confuses customers),
this PR suggests to rename the page title and the file name according
to the request, to say "Policy CSPs supported by" instead of only
"Policies supported by", because that seems to confuse customers.

Thanks to yannisle for posting the request in ticket #6610.

Changes proposed:
- Rename the page titles, from "Policies supported by"[...]
  to "Policy CSPs supported by"[...], in 3 pages (so far)
- Rename the page names, from "policies-supported-by"[...]
  to "policy-csps-supported-by"[...], affecting 3 files (so far)
- Whitespace changes:
    - Reduce the bullet point link list spacing, from 3 to 1
    - Remove 1 redundant end-of-line space in the "div class" section
    - Add NewLine (line break) at the end-of-file (EOF) for all 3 files

Additional notes:
- [ ] Confirm whether 6 more files need the same change:
    - Policies supported by Group Policy
    - ADMX-backed policies
    - Policies supported by Windows 10 IoT Enterprise
    - Policies supported by Windows 10 IoT Core
    - Policies supported by Microsoft Surface Hub
    - Policies that can be set using Exchange Active Sync (EAS)

(See #6610#issuecomment-623102343 for details)

Ticket closure or reference:

Closes #6610
2020-05-03 14:58:31 +02:00
Rebecca Agiewich
dd3131a49c
trying to fix note formatting 2020-05-01 14:33:48 -07:00
Gary Moore
711c4b20cd
Merge pull request #2647 from MicrosoftDocs/MDBranchAddBitmaskDetails
Added bitmask table
2020-04-29 17:11:21 -07:00
Gary Moore
0133de5d8f
Decreased unnecessary indentation in some code blocks 2020-04-29 16:52:34 -07:00
Gary Moore
e7e18f8c8c
Replaced HTML entities in body text and code blocks
These caused two broken instances of [!NOTE] and invalid XML in the code blocks.
2020-04-29 16:29:54 -07:00
brbrahm
7868aebb5b AppLocker CSP forces reboot during OOBE 2020-04-29 16:26:13 -07:00
ManikaDhiman
e673cc5c10 More text updates 2020-04-29 14:18:40 -07:00
ManikaDhiman
9adbbcaafc Minor text updates 2020-04-29 13:56:35 -07:00
ManikaDhiman
332428dae3 Incorporated dev feedback 2020-04-29 13:08:38 -07:00
Ikko Ashimine
2dc9a5aa3a
Fix typo
Micosoft→Microsoft
2020-04-30 00:25:14 +09:00
matt-call
7e621dd7f9
Update remotewipe-csp.md
More Fixes
2020-04-28 14:52:59 -04:00
Kelly Baker
47b874eea7
Update enterprisedataprotection-csp.md 2020-04-27 10:27:48 -07:00
Kelly Baker
1d4a4c8bc5
Edit pass: enterprisedataprotection-csp.md
@Dansimp 

The edit is complete on this article. Please review and let me know if you'd like to make any changes before we merge.

Thanks!
Kelly
2020-04-27 10:09:45 -07:00
Ikko Ashimine
de1fa5ad12
Fix typo
Micosoft→Microsoft
2020-04-24 01:22:08 +09:00
Tina Burden
39e21ce25b
pencil edits 2020-04-23 08:46:20 -07:00
Kurt Sarens
215ef53e99
Update defender-csp.md
add more info to the description of QuickScanOverdue and FullScanOverdue
2020-04-22 13:15:17 -07:00
Kweku Ako-Adjei
93ef5ab417 Merge branch 'master' into project-snowbird-windows 2020-04-20 19:29:32 -07:00
Ikko Ashimine
9f180218da
Fix typo
Micosoft→Microsoft
2020-04-19 16:28:49 +09:00
ManikaDhiman
1c42ce2aa0 Updated table format 2020-04-16 16:51:31 -07:00
ManikaDhiman
a35f30cde3 Updated table 2020-04-16 16:29:24 -07:00
Kweku Ako-Adjei
7310d54a74 updated to Microsoft 365 groups 2020-04-16 16:25:03 -07:00
Kweku Ako-Adjei
19c2b0f3d4 Sku changes for Microsoft 365 2020-04-16 16:14:51 -07:00