Is it possible to add domain group to local group via command line?
I can add specific users or domain users, but not a group. I would prefer to stick with a command line, but vbscript might be okay. We are looking for a solution that doesn't involve GPOs because this is just for a couple of rooms on our campus and just once.
net localgroup "Administrators" "myDomain\Username" /add
works but
net localgroup "Administrators" "myDomain\Local Computer Administrators" /add
doesnt