Gpo.GenerateReport Method (ReportType)

 

Generates a report for the Group Policy object (GPO) in the specified format.

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

Syntax

public string GenerateReport(
    ReportType reportType
)
public:
String^ GenerateReport(
    ReportType reportType
)
member GenerateReport : 
        reportType:ReportType -> string
Public Function GenerateReport (
    reportType As ReportType
) As String

Parameters

Return Value

Type: System.String

Returns String. The report.

See Also

GenerateReport Overload
Gpo Class
Microsoft.GroupPolicy Namespace

Return to top