Skip to content

Commit 05f852e

Browse files
committed
fixing casing
1 parent 13896ef commit 05f852e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2022-ps/activedirectory/New-ADUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This command creates an **inetOrgPerson**-class user named ChewDavid on an AD LD
104104
### Example 4: Create a user and set password
105105

106106
```powershell
107-
New-ADUser -Name "ChewDavid" -Accountpassword (Read-Host -AsSecureString "AccountPassword") -Enabled $true
107+
New-ADUser -Name "ChewDavid" -AccountPassword (Read-Host -AsSecureString "AccountPassword") -Enabled $true
108108
```
109109

110110
This command creates a new user named ChewDavid and sets the account password.

0 commit comments

Comments
 (0)