Get-RASClientPolicyUserGroup

NAME

Get-RASClientPolicyUserGroup

SYNOPSIS

Retrieves the user group list of a client policy.

SYNTAX

Get-RASClientPolicyUserGroup [[-Name] <string>] [<CommonParameters>]

Get-RASClientPolicyUserGroup [-Id] <uint> [<CommonParameters>]

DESCRIPTION

Retrieves the user group list of a client policy.

PARAMETERS


-Name <string>
Name of the client policy for which to retrieve the information.

        Required?                    false
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Id <uint>
The ID of the client policy for which to retrieve the information.

        Required?                    true
        Position?                    0
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

<CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters documentation. 

INPUTS

-none-

OUTPUTS

UserFilter[]

EXAMPLES


---------- EXAMPLE 1 ----------

Get-RASClientPolicyUserGroup -Name Policy

Retrieves the user group list of the client policy with name Policy.

---------- EXAMPLE 2 ----------

Get-RASClientPolicyUserGroup -Id 1

Retrieves the user group list of the client policy with Id 1

RELATED LINKS