Answers for "popwershell add local user"

1

popwershell add local user

$Password = Read-Host -AsSecureString
New-LocalUser "User03" -Password $Password -FullName "Third User" -Description "Description of this account."
Posted by: Guest on August-04-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language