IGPMRSOP interface (gpmgmt.h)

The IGPMRSOP interface provides methods that support making Resultant Set of Policy (RSoP) queries in both logging and planning mode. The typical use of this interface is to set various properties required for a particular RSoP query and then to call the CreateQueryResults method. RSoP planning mode requires Windows Server on the domain controller used to perform the query. RSoP logging mode requires that the computer being targeted be running Windows Server. To create a GPMRSOP object, call the IGPM::GetRSOP method.

Inheritance

The IGPMRSOP interface inherits from the IUnknown interface. IGPMRSOP also has these types of members:

Methods

The IGPMRSOP interface has these methods.

 
IGPMRSOP::CreateQueryResults

Executes a Resultant Set of Policy (RSoP) query.
IGPMRSOP::GenerateReport

The GenerateReport method generates a report on the RSoP data.
IGPMRSOP::GenerateReportToFile

The GenerateReportToFile method generates a report on the RSoP data and saves it to a file at a specified path.
IGPMRSOP::LoggingEnumerateUsers

Enumerates all users who have logging mode data on a specific computer.
IGPMRSOP::ReleaseQueryResults

Releases the WMI namespace allocated by calls to the IGPMRSOP::CreateQueryResults method and by calls to the IGPM::GetRSOP method.

Remarks

For more information about security groups, see How Security Groups are Used in Access Control in the Active Directory Programmer's Guide.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header gpmgmt.h

See also

IGPM

IGPMTrustee

IGPMWMIFilter