Commit Graph

1628 Commits

Author SHA1 Message Date
f72c381aa7 minor updates 2019-05-14 14:36:47 -07:00
d40de304c4 Merge branch 'MDBranch3309387' of https://github.com/MicrosoftDocs/windows-docs-pr into MDBranch3309387 2019-05-14 13:27:25 -07:00
813eeec9de Merge pull request #179 from MicrosoftDocs/public
Push public merges to live
2019-05-14 12:55:28 -07:00
df349a5989 Merge pull request #178 from MicrosoftDocs/MDBranch19H1Authentication
Added preview mode text for two authentication policies
2019-05-14 12:52:41 -07:00
fcbdcdfd77 Added 19H1 policy 2019-05-14 12:35:56 -07:00
2c927d925b minor update 2019-05-14 11:29:02 -07:00
f066c23a3f Added preview mode info 2019-05-14 11:14:34 -07:00
a5408734e8 Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into FromPrivateRepo 2019-05-14 10:47:01 -07:00
2a48e19222 Merge pull request #177 from MicrosoftDocs/MDBranch19H1Update
19H1 policies: Update
2019-05-14 10:32:41 -07:00
5297438f59 minor update 2019-05-14 10:08:42 -07:00
baeeac3e09 Moved supported value tag after ADMXmapped tag 2019-05-14 10:06:17 -07:00
da0b5bab31 finish 2019-05-14 15:59:53 +08:00
a7a083cda3 Merge branch 'master' into MDBranch3122154 2019-05-13 16:32:15 -07:00
7e1f1cb739 Added feedback from dev 2019-05-13 15:08:33 -07:00
6e379b4f69 Merge branch 'master' into MDBranch19H1Update 2019-05-13 15:03:28 -07:00
d3ed76ec25 Formatting updates 2019-05-13 15:01:37 -07:00
0a0c85548f Update configuration-service-provider-reference.md 2019-05-13 12:07:31 -07:00
6e854b67b7 Added enrollmentstatustracking CSP 2019-05-13 12:06:47 -07:00
08adcc05c8 Mobile Device Management: duplicate entry in XSD
Remove duplicate entry in the XSD for the ProfileXML node in VPNv2 CSP.

XSD XML lines can contain the elements
- name
- minOccurs
- maxOccurs

These elements can alter between having the values 0, 1 or unbound,
but can only appear once in each XSD XML element line.

Closes #1950
2019-05-11 11:50:10 +02:00
774a98767c Added 19H1 policy 2019-05-10 15:38:34 -07:00
a5c6d19edf Merge pull request #3492 from MaratMussabekov/patch-16
update nodecache-csp.md
2019-05-10 15:36:52 -07:00
7ede43e7ed Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into FromPrivateRepo 2019-05-10 15:21:16 -07:00
ac18c99ca7 Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into FromPrivateRepo 2019-05-10 10:40:42 -07:00
9178e4ce72 Added 19H1 new policy doc and policy 2019-05-10 09:52:59 -07:00
f8b4a764a2 Merge branch 'master' into MDBranch19H1Power 2019-05-09 17:03:18 -07:00
a7086db799 Removed extra space 2019-05-09 17:00:55 -07:00
64dccb2fa5 Merge pull request #152 from MicrosoftDocs/MDBranch19H1WindowsLogon
19 H1 WindowsLogon policies
2019-05-09 16:46:03 -07:00
6ab9f954d9 Removed ADMXBacked info for 19H1 policies 2019-05-09 16:29:52 -07:00
fa02b615b0 Corrected bookmark 2019-05-09 15:43:52 -07:00
8cd5b6f62b Updated with dev comments 2019-05-09 15:23:44 -07:00
c1717953a5 Updated bookmark 2019-05-09 14:07:01 -07:00
cc7245d287 Added policy doc for 19H1 Troubleshooting policy 2019-05-09 13:43:03 -07:00
8b6c29d532 Updating Domain/ComputerName node info
Incorporating the following info:

•	This node edits the DNS hostname of the computer.
•	If using the %RAND:x% or %SERIAL% macros, the new name is limited to 15 characters
•	If the serial number generated from the %SERIAL% macro is too long, the serial number will be truncated from the beginning of the serial number sequence, not the end. (e.g. 123ABCDEF456 --> CDEF456)
•	If the new name is a constant string (i.e. not using any of the macros) the new name can be up to 63 characters long
•	Validation for accepted characters are based on the SetComputerNameEx function: https://docs.microsoft.com/en-us/windows/desktop/api/sysinfoapi/nf-sysinfoapi-setcomputernameexa 
•	This node does not work properly for hybrid-joined AAD/AD devices (it only works for fully AAD joined devices)

I would love feedback and additional edits on how to make the proposed changes more customer-doc-friendly. Thanks!
2019-05-09 16:28:26 -04:00
4abcbc3962 Added 19H1 policy 2019-05-09 10:20:14 -07:00
26f085eedd Added 19H1 policies 2019-05-09 09:40:06 -07:00
a43aa79c9b Merge pull request #3564 from joinimran/patch-24
Wrong Command
2019-05-09 09:34:57 -07:00
47a1102d62 Merge pull request #3573 from MaratMussabekov/patch-21
update win32-and-centennial-app-policy-configuration.md
2019-05-09 09:34:28 -07:00
6c10a7191c Merge pull request #3599 from joinimran/patch-26
Removed random alpha-numeric value
2019-05-09 09:33:35 -07:00
a72734f715 update win32-and-centennial-app-policy-configuration.md 2019-05-09 18:59:26 +05:00
c1f385942d Removed random alpha-neumaric value
As the user suggested, removed the random value and inserted the guideline to let the user know what to insert here.

Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/1239
2019-05-09 17:28:50 +05:00
8debfd6503 Sentence was confusing
The sentence was confusing so I made a correction where now it makes more sense that when MDM policy is configured, it will win over GP.

Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/3379
2019-05-09 17:06:58 +05:00
c88375348d Minor update 2019-05-08 16:02:39 -07:00
6e18540509 Minor updates 2019-05-08 15:21:26 -07:00
d180e83297 Moved supportedvalues after description 2019-05-08 14:57:42 -07:00
3ead1b5707 Added 19H1 policies 2019-05-08 14:04:00 -07:00
be76bfd2ec Merge pull request #3512 from illfated/cm_mdm_reboot_csp
Reboot CSP: sentence end closing HTML tag restored
2019-05-08 09:33:21 -07:00
6d337b5763 Minor update 2019-05-08 08:53:59 -07:00
f49d3c2d6d update win32-and-centennial-app-policy-configuration.md 2019-05-08 14:21:59 +05:00
79f9363a41 Wrong Command
Their method mentioned was POST where in actual it was DELETE method. I have updated this accordingly. 

Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/1252
2019-05-08 14:09:10 +05:00
b55772c6cf Merge pull request #3380 from lindspea/patch-11
Update assignedaccess-csp.md
2019-05-07 16:06:35 -07:00