• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

rights

Adding New Users in Powershell

December 23, 2020

Here’s an easy way to add Windows users in Powershell.

net user username 'password' /add

net user username 'password' /add

Passwords must meet requirements. While you are at it, give it Admin rights.

net localgroup Administrators username /add

net localgroup Administrators username /add

Filed Under: Windows Tagged With: admin, new, powershell, rights, users

  • Home
  • About
  • Archives

Copyright © 2023