Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Can anybody please let me know whether v hav any api to retreive rsop data on a domain using c#
Posted

1 solution

You can use the GPRsop class which ships with GPMC/RSAT.

Simply add a reference to the Microsoft.GroupPolicy.dll.

Here's a link to MSDN:
http://msdn.microsoft.com/en-us/library/microsoft.grouppolicy.gprsop_members(v=vs.85).aspx[^]

Otherwise you must use the WMI root\RSOP namespace.
HTH.

Cheers,
Christian
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900