Dup Ver Goto 📝

UserManagementWithPowershell

PT2/aw/os/windows does not exist
To
7 lines, 20 words, 324 chars Page 'UserManagementWithPowershell' does not exist.

See here

New-LocalUser "NEW_ACCOUNT_NAME" -Password $Password -FullName "USER_FULL_NAME" -Description "DESCRIPTION"
Add-LocalGroupMember -Group "Administrators" -Member "NEW_ACCOUNT_NAME"
Remove-LocalUser -Name "USER_ACCOUNT_NAME"