Add new users group from command line
Monday, September 21, 2009
Leave a Comment
We can add a new users group from command line too. We can use net localgroup command for this.
For example to add new group with the name say XPUSERS we can run the below command.
net localgroup XPUSERS /add
0 comments »
Leave your response!