Net Windows command
Basic info
net
command is from window domain.
List local users
net users
List domain users
net users /domain
List groups on the system
net localgroup
List user in Administrators group
net localgroup Administrators
User administration
Create user
user name: cybo, password: P!ssw0rd
net user cybo 'P!ssw0rd' /add