Skip to content

Commit c072b4e

Browse files
authored
Merge pull request #6703 from shingo-kawahara/preview
Update New-AzureRmADUser.md
2 parents 96c9cea + 0dc7bde commit c072b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmADUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more information: https://msdn.microsoft.com/en-us/library/azure/ad/graph/ap
2828
### Example 1 - Create a new AD user
2929
```
3030
PS C:\> $SecureStringPassword = ConvertTo-SecureString -String "password" -AsPlainText -Force
31-
PS C:\> New-AzureRmADUser -DisplayName "MyDisplayName" -UserPrincipalName "[email protected]" -Password $SecureStringPassword
31+
PS C:\> New-AzureRmADUser -DisplayName "MyDisplayName" -UserPrincipalName "[email protected]" -Password $SecureStringPassword -MailNickname "MyMailNickName"
3232
```
3333

3434
Creates a new AD user with the name "MyDisplayName" and user principal name "[email protected]" in a tenant.

0 commit comments

Comments
 (0)