mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
editorial revision
This commit is contained in:
parent
f4bc28bdee
commit
ae7f72702a
@ -54,7 +54,7 @@ Available naming macros:
|
|||||||
Supported operation is Add.
|
Supported operation is Add.
|
||||||
|
|
||||||
> [!Note]
|
> [!Note]
|
||||||
> For desktop PCs on Windows 10, version 2004 or later, use the **Ext/Microsoft/DNSComputerName** node in [DevDetail CSP](devdetail-csp.md).
|
> For desktop PCs on supported versions of Windows 10 or later, use the **Ext/Microsoft/DNSComputerName** node in [DevDetail CSP](devdetail-csp.md).
|
||||||
|
|
||||||
<a href="" id="users"></a>**Users**
|
<a href="" id="users"></a>**Users**
|
||||||
Interior node for the user account information.
|
Interior node for the user account information.
|
||||||
@ -62,23 +62,25 @@ Interior node for the user account information.
|
|||||||
<a href="" id="users-username"></a>**Users/_UserName_**
|
<a href="" id="users-username"></a>**Users/_UserName_**
|
||||||
This node specifies the username for a new local user account. This setting can be managed remotely.
|
This node specifies the username for a new local user account. This setting can be managed remotely.
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> The username is limited to 20 characters.
|
||||||
|
|
||||||
<a href="" id="users-username-password"></a>**Users/_UserName_/Password**
|
<a href="" id="users-username-password"></a>**Users/_UserName_/Password**
|
||||||
This node specifies the password for a new local user account. This setting can be managed remotely.
|
This node specifies the password for a new local user account. This setting can be managed remotely.
|
||||||
|
|
||||||
Supported operation is Add.
|
Supported operation is Add.
|
||||||
GET operation isn't supported. This setting will report as failed when deployed from Intune.
|
GET operation isn't supported. This setting will report as failed when deployed from Intune.
|
||||||
|
|
||||||
> [!WARNING]
|
> [!IMPORTANT]
|
||||||
> The username is limited to 20 characters.
|
> This string needs to meet the current password policy requirements.
|
||||||
|
>
|
||||||
> [!WARNING]
|
> Escape any special characters in the string. For example,
|
||||||
> The user creation will only be successful if a sufficiently strong password is selected. Special XML characters must be escaped, i.e.:
|
>
|
||||||
|
> | Character | Escape sequence |
|
||||||
| character | escape sequence |
|
> |:---|:---|
|
||||||
|:---|:---|
|
> | `<` | `<` |
|
||||||
| `<` | `<` |
|
> | `>` | `>` |
|
||||||
| `>` | `>` |
|
> | `&` | `&` |
|
||||||
| `&` | `&` |
|
|
||||||
|
|
||||||
<a href="" id="users-username-localusergroup"></a>**Users/_UserName_/LocalUserGroup**
|
<a href="" id="users-username-localusergroup"></a>**Users/_UserName_/LocalUserGroup**
|
||||||
This optional node specifies the local user group that a local user account should be joined to. If the node isn't set, the new local user account is joined just to the Standard Users group. Set the value to 2 for Administrators group. This setting can be managed remotely.
|
This optional node specifies the local user group that a local user account should be joined to. If the node isn't set, the new local user account is joined just to the Standard Users group. Set the value to 2 for Administrators group. This setting can be managed remotely.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user