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
a4e67880ba
Removed extra space
2019-05-07 15:49:05 -07:00
64b22e58ed
Added 19H1 policies
2019-05-07 15:33:04 -07:00
2a7799ee70
Added 19H1 policies
2019-05-07 12:19:40 -07:00
2956823bea
removed extra space
2019-05-06 12:07:09 -07:00
c45366c820
Added 19H1 Power policies
2019-05-06 11:43:34 -07:00
3d6346be58
removed obsolete information
...
https://github.com/MicrosoftDocs/windows-itpro-docs/issues/3085
2019-05-06 12:49:49 +03:00
021a00f05b
Reboot CSP: sentence end closing HTML tag restored
...
Excerpt from the docs.microsoft.com page before restoring the HTML tag:
> The supported operations are Execute and Get. **Schedule**
Ref. closed issue ticket #3471 (**How to set null**)
2019-05-05 23:23:24 +02:00
355c7ccc34
update nodecache-csp.md
...
removed DFType value, as it is out of the scope of this article
2019-05-03 16:11:27 +05:00
4453b2fe8b
Merge branch 'master' into ado18474106
2019-05-02 15:11:15 -07:00
4948c331df
added that hidde and system drives are no encrypted
2019-05-02 14:13:32 -07:00
5b064efa56
Updated storage bookmark
2019-05-02 09:01:59 -07:00
5d77662d21
Added missing xrefs and updated warning
2019-05-01 18:17:24 -07:00
24efe93403
Updates per task 3309387
2019-05-01 12:53:52 -07:00
cc151d53a7
Updater per bug 3122154
2019-04-30 16:53:19 -07:00
8d32eea856
Updates per bug 3122154
2019-04-30 16:17:49 -07:00
aacdf73752
Update windows/client-management/mdm/assignedaccess-csp.md
...
Changed wording.
Co-Authored-By: lindspea <45809756+lindspea@users.noreply.github.com >
2019-04-29 05:29:27 +02:00
84e8a5a03e
Update assignedaccess-csp.md
...
Added note about assigned access.
2019-04-27 16:35:21 +02:00
4be2bf64b3
Update windows/client-management/mdm/mdm-enrollment-of-windows-devices.md
...
Capitalise acronyms.
Co-Authored-By: lindspea <45809756+lindspea@users.noreply.github.com >
2019-04-26 08:52:07 +02:00
dd1d7eeb0c
Update mdm-enrollment-of-windows-devices.md
...
Added acronym descriptions.
2019-04-25 21:48:52 +02:00
baec85761d
Merge pull request #3145 from joinimran/patch-14
...
Change required for Command
2019-04-19 16:33:16 -07:00
4069f16ca2
Corrected casing and punctuation
2019-04-19 16:32:32 -07:00
1159f22a0d
Spelling update
...
There was hypen in semicolon which has been removed.
2019-04-19 22:08:32 +05:00
6550c12881
added clarification about value 1
...
https://github.com/MicrosoftDocs/windows-itpro-docs/issues/3028
2019-04-19 11:18:41 +03:00
e5cdb04fa0
Add LTE attach purpose guid
2019-04-17 11:42:37 -07:00
433deba19a
Corrected UseProxyForLocalAddresses error
...
Switched definitions of 0 and 1 for UseProxyForLocalAddresses (should be 0 use proxy for local, 1 means don't).
2019-04-17 10:37:19 -07:00
c65767647c
DiagnosticLog CSP: ProvderGUID typo correction
...
- providerguid is misspelled as provderguid (3 times)
- ProviderGUID is misspelled as ProvderGUID (3 times)
This commit corrects those typos described above.
Closes #3277
2019-04-16 22:28:12 +02:00
d49fabe38f
Added text per Task 3267358
2019-04-10 11:32:30 -07:00
d75cf6ed02
Added text per Task 3267358
2019-04-10 11:30:14 -07:00
59f7508324
Added text per Task 3267358
2019-04-10 11:11:09 -07:00
19f040fc02
Adding CSP Reference Link
...
These changes will clear up confusion about the support of this CSP in Windows 10 as it wasn't added for all versions of Windows.
2019-04-08 15:51:45 -04:00
431076c612
Added minor edit per Task 3239310
2019-04-05 11:56:13 -07:00
426d39e63c
Added deployment values
...
added deployment values to Start/HidePeopleBar and Start/DisableContextMenus
2019-04-05 01:20:19 +05:30