GPRsop.CreateQueryResults Method ()

 

Executes a Resultant Set of Policy (RSoP) query.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public void CreateQueryResults()
public:
void CreateQueryResults()
member CreateQueryResults : unit -> unit
Public Sub CreateQueryResults

Exceptions

Exception Condition
ObjectDisposedException

The GPRsop is disposed.

Remarks

This method only supports RSoP logging mode queries. Before calling this method set the LoggingMode, LoggingUser, and LoggingComputer properties appropriately for the intended query. RSoP planning mode queries are not supported.

RSoP logging mode requires that the target computer must be running Windows XP SP1 or later operating system.

See Also

GPRsop Class
Microsoft.GroupPolicy Namespace

Return to top