Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How do I go about iterating over available and/or set settings in a given GPO (using name or GUID) in an AD domain? Without having to export to XML/HTML using powershell, etc.

I'm using C# (.NET 4.0).

share|improve this question

1 Answer

up vote 2 down vote accepted

That question got me hyped so I went to research it. so +1

Some solutions I found from top being the best to bottom being the worst

Sadly, It's time for me to sleep, so unless you find some concrete answer, I'll test them tomorrow if I get time between work and if I find anything I'll update it buddy.

share|improve this answer
thank you so much. I'll go over these links and hopefully come up with something functional. Will post back with results later today. – nsr81 Mar 16 '11 at 11:38
alrighty... had a chance to play around with the COM interface. The COM interface provided by the GPMC library does not provide a way to iterate over settings. There are two monolithic GenerateReport and GenerateReportToFile functions. Will keep poking around to see if anyting else turns up, but for now, I think I'll do XML reports and compare the elements I need. Thanks for the directions. – nsr81 Mar 16 '11 at 23:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.