Automatically make AD group member of local group.

  • Thread starter Thread starter John Hiebert
  • Start date Start date
J

John Hiebert

I would like to make it were and AD security group automatically becomes a
member of a local group when a machine joins the domain. Anyone have any
suggestions on how to accomplish this?

Thanks
 
create a GPO with computer startup scrip
net localgroup administrators globalgroupname /ad

or for more fancy ones..go for vbs scripts
 
Back
Top