SetGPPermissionsCommand.All Property

 

Gets and sets the value of the All parameter of the Set-GPPermissions cmdlet.

This API is not CLS-compliant.

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

Syntax

[ParameterAttribute(Mandatory = true, ParameterSetName = "PermissionAll")]
[CLSCompliantAttribute(false)]
public SwitchParameter All { get; set; }
public:
[ParameterAttribute(Mandatory = true, ParameterSetName = "PermissionAll")]
[CLSCompliantAttribute(false)]
property SwitchParameter All {
    SwitchParameter get();
    void set(SwitchParameter value);
}
[<ParameterAttribute(Mandatory = true, ParameterSetName = "PermissionAll")>]
[<CLSCompliantAttribute(false)>]
member All : SwitchParameter with get, set
<ParameterAttribute(Mandatory := True, ParameterSetName := "PermissionAll")>
<CLSCompliantAttribute(False)>
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 Set-GPPermissions in the Microsoft TechNet library.

For Help at the command line, type:

get-help set-gppermissions

See Also

SetGPPermissionsCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top