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
 
Back
Top