| Author | Messages | |
VMSGuy
Posts:2
 | | 01/27/2011 2:42 PM |
| I've scanned the list of postings, but haven't seen this question asked, and apologize if it has already been covered.
I can extract the key names and values of all of the RSoP keys that have been set on a machine, but I'm in need of all of the _possible_ keys. I haven't found one on the net anywhere. Does anybody have an idea where this might be published?
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by person or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. xxxxxxxx www.stginc.com
| | | |
| dmarelia
Posts:441
 | | 01/27/2011 7:58 PM |
| Jim- Are you looking for something like this:
http://msdn.microsoft.com/en-us/library/aa375082(VS.85).aspx
?
Darren
-----Original Message----- From: xxxxxxxx [mailto:xxxxxxxx] On Behalf Of Hibbits, Jim Sent: Thursday, January 27, 2011 5:49 AM To: xxxxxxxx Subject: [gptalk] Where is the master WMI list of RSoP value names
I've scanned the list of postings, but haven't seen this question asked, and apologize if it has already been covered.
I can extract the key names and values of all of the RSoP keys that have been set on a machine, but I'm in need of all of the _possible_ keys. I haven't found one on the net anywhere. Does anybody have an idea where this might be published?
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by person or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. xxxxxxxx www.stginc.com
| | | |
| VMSGuy
Posts:2
 | | 01/27/2011 9:44 PM |
| I found those, and most of the settings seem to be there. What I'm really trying to do is to emulate in code, the exporting of the various categories and current settings that are available pointy-clicky style from rsop.msc. I need to know what all of the possible key names and associated clear-text names to evaluate the security state of an "alien" machine. I'm using WinBatch, a nice tool, but with the advent of Win7, there are upwards of 40 files that need to be generated, and getting that data is painful and time consuming. My intended app is to get the data programmatically, so that exporting the data one-file-at-a-time is avoided. Some of the data is registry keys, key protections, key values, etc. This is all in pursuit of NIST SP 800-53 and related pubs.
Thanks. | | | |
|
|