Adding a Domain Group to Local Admin Group

A

Arsen

I want to add the domain group called "SuperUsers" to the local
Administrator Group using a script or a batch file.

Hoping members of the "SuperUsers" group will have admin rights at the local
machine

Is this a proper way of doing things, and if it is, what script or a batch
file can I use?

thanks
 
J

Jerold Schulman

I want to add the domain group called "SuperUsers" to the local
Administrator Group using a script or a batch file.

Hoping members of the "SuperUsers" group will have admin rights at the local
machine

Is this a proper way of doing things, and if it is, what script or a batch
file can I use?

thanks

net localgroup "Administrators" "YourNetBIOSDomainName\SuperUsers" /ADD


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top