mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Add notice on account creation limitations.
This commit is contained in:
parent
5307d6bdc5
commit
f4bc28bdee
@ -68,6 +68,18 @@ This node specifies the password for a new local user account. This setting can
|
||||
Supported operation is Add.
|
||||
GET operation isn't supported. This setting will report as failed when deployed from Intune.
|
||||
|
||||
> [!WARNING]
|
||||
> The username is limited to 20 characters.
|
||||
|
||||
> [!WARNING]
|
||||
> 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 |
|
||||
|:---|:---|
|
||||
| `<` | `<` |
|
||||
| `>` | `>` |
|
||||
| `&` | `&` |
|
||||
|
||||
<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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user