Domain restructuring on TOP of organizational restructuring...ARGH.
December 8, 2006 6:22 AM
Subscribe
Windows SysAdmin question: I need to add a global security group to the local admin group on machines in multiple OUs. Any ideas?
Due to some restructuring, the current OU Admin group will be abandoned, and a new OU admin group will be implemented. I can't seem to sort out a decent solution to add the new group. Ideally, I would love to be able to turf the old group too, once the transition is complete.
I have some experience with both batch files, and some vbscripting, but most scripts seem to only deal with adding LOCAL users to LOCAL groups, or DOMAIN users to DOMAIN groups. I need to mix the two.
A small follow up might be...can you recommend any good web resources for this sort of thing?
posted by Richat to computers & internet (6 comments total)
3 users marked this as a favorite
Use the good ol' NET command.
Type NET LOCALGROUP /? to get you started.
posted by rachelpapers at 7:44 AM on December 8, 2006