R Ray Oct 29, 2003 #1 Is there a way to add a domain group to a local group using a command line? Ray
T Torgeir Bakken (MVP) Oct 29, 2003 #2 Ray said: Is there a way to add a domain group to a local group using a command line? Click to expand... Hi You can use net.exe for this. Adding "My DomainName\My DomainGroup" to the local Administrators group: net localgroup Administrators "My DomainName\My DomainGroup" /add
Ray said: Is there a way to add a domain group to a local group using a command line? Click to expand... Hi You can use net.exe for this. Adding "My DomainName\My DomainGroup" to the local Administrators group: net localgroup Administrators "My DomainName\My DomainGroup" /add