How to extend Group Policy Editor
hi,
i want allow administrators configure policy settings own application. i'm therefore trying write group policy extension snap-in extends policies node of group policy editor snap-in. have added new node "my settings" below policies. however, unable information (especially group policy template location) parent snap-in.
can tell me clipboard format should looking here? i've tried various not got back. barking wrong tree? application developers extend group policy own configuration? , if do, in group policy editor put own configuration?
i don't want use adminstrative templates configuration ui requires more sophistication admx file format can support.
many thanks.
i want allow administrators configure policy settings own application. i'm therefore trying write group policy extension snap-in extends policies node of group policy editor snap-in. have added new node "my settings" below policies. however, unable information (especially group policy template location) parent snap-in.
can tell me clipboard format should looking here? i've tried various not got back. barking wrong tree? application developers extend group policy own configuration? , if do, in group policy editor put own configuration?
i don't want use adminstrative templates configuration ui requires more sophistication admx file format can support.
many thanks.
a starting point here:
http://msdn.microsoft.com/en-us/library/aa374177(vs.85).aspx
and function reference here:
http://msdn.microsoft.com/en-us/library/aa374154(vs.85).aspx
and need familiar mmc programming in general:
http://msdn.microsoft.com/en-us/library/aa815085(vs.85).aspx
all in not easy job , needs deep c/c++ knowledge.
patrick
Windows Server > Group Policy
Comments
Post a Comment