How would you write a script to add and apply a group policy in Active Directory? Script could be VB

  • Thread starter Thread starter arpitaashokadessai
  • Start date Start date
A

arpitaashokadessai

How would you write a script to add and apply a group policy in Active
Directory? Script could be VBscript
 
If you mean create a GPO from scratch, there is nothing supported to do
that. As for linking GPOs, you can use the API that comes with GPMC.
Check out the GPMC docs.

--
Joe Richards Microsoft MVP Windows Server Directory Services
Author of O'Reilly Active Directory Third Edition
www.joeware.net


---O'Reilly Active Directory Third Edition now available---

http://www.joeware.net/win/ad3e.htm
 
Back
Top