K800i2
2017-04-05 19:56:21 UTC
Im writing this command line to create a new local user account, but isn't working.
New-LocalUser -Name Blc -Password Blc004 -AccountNeverExpires -FullName Blc -PasswordNeverExpires -UserMayNotChangePassword
After this command line , i can see this message:
New-LocalUser : Cannot bind parameter 'Password'. Cannot convert the "Blc004" value of type "System.String" to type
"System.Security.SecureString".
At line:1 char:35
+ New-LocalUser -Name Blc -Password Blc004 -AccountNeverExpires -FullNa ...
+ ~~~~~~
+ CategoryInfo : InvalidArgument: (:) [New-LocalUser], ParameterBindingException
+ FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.PowerShell.Commands.NewLocalUserCommand
I tried to change the password, but appear the samething. Does somebody knows what can i do to work ?
New-LocalUser -Name Blc -Password Blc004 -AccountNeverExpires -FullName Blc -PasswordNeverExpires -UserMayNotChangePassword
After this command line , i can see this message:
New-LocalUser : Cannot bind parameter 'Password'. Cannot convert the "Blc004" value of type "System.String" to type
"System.Security.SecureString".
At line:1 char:35
+ New-LocalUser -Name Blc -Password Blc004 -AccountNeverExpires -FullNa ...
+ ~~~~~~
+ CategoryInfo : InvalidArgument: (:) [New-LocalUser], ParameterBindingException
+ FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.PowerShell.Commands.NewLocalUserCommand
I tried to change the password, but appear the samething. Does somebody knows what can i do to work ?