how to create local group from command line

  • Thread starter Thread starter gs
  • Start date Start date
G

gs

I think I can create a user with the net user command what about a local
group with specified domain ID/groups?

net group <aLclGrpname> /add
net group <aLclGrpname> <domain\usrID> /add

what is the /domain switch for? if omit that /domain, would <groupname>
apply to the group being local?
 
Back
Top