GetGpoReportCommand.All Property

 

Gets and sets the value of the All parameter of the Get-GpoReport cmdlet.

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

Syntax

[ParameterAttribute(Mandatory = true, Position = 5, ParameterSetName = "ReportAll")]
[ValidateNotNullOrEmptyAttribute]
public SwitchParameter All { get; set; }
public:
[ParameterAttribute(Mandatory = true, Position = 5, ParameterSetName = "ReportAll")]
[ValidateNotNullOrEmptyAttribute]
property SwitchParameter All {
    SwitchParameter get();
    void set(SwitchParameter value);
}
[<ParameterAttribute(Mandatory = true, Position = 5, ParameterSetName = "ReportAll")>]
[<ValidateNotNullOrEmptyAttribute>]
member All : SwitchParameter with get, set
<ParameterAttribute(Mandatory := True, Position := 5, ParameterSetName := "ReportAll")>
<ValidateNotNullOrEmptyAttribute>
Public Property All As SwitchParameter

Property Value

Type: System.Management.Automation.SwitchParameter

Returns SwitchParameter.

Remarks

This topic is included in this SDK for completeness only.For more information about this cmdlet, see Get-GpoReport in the Microsoft TechNet library.

For Help at the command line, type:

get-help get-gporeport

See Also

GetGpoReportCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top