Adding Groups

  • Thread starter Thread starter Andrew Sword
  • Start date Start date
A

Andrew Sword

How can I remotely add a domain group into a Local
(workgroup) administrator group.

I have a tool to run a remote session, I need to figure
out a script to add the group. I assume it might be
a "net" type command.

Regards
Andrew
 
How can I remotely add a domain group into a Local
(workgroup) administrator group.

I have a tool to run a remote session, I need to figure
out a script to add the group. I assume it might be
a "net" type command.

Regards
Andrew

net localgroup Administators "DomainName\DomainGroup" /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

Back
Top