Get-RASClientPolicyAssignment

NAME

Get-RASClientPolicyAssignment

SYNOPSIS

Retrieves information about a client policy assignment.

SYNTAX

Get-RASClientPolicyAssignment [-Id] <uint> [<CommonParameters>] Get-RASClientPolicyAssignment [-Name] <string> [<CommonParameters>]

DESCRIPTION

Retrieves information about a client policy assignment.

PARAMETERS

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

        Required?                    true
        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.

<CommonParameters>

INPUTS

-none-

OUTPUTS

ClientPolicyAssignment

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASClientPolicyAssignment -Name PDFPolicy Retrieves information about the assignment from a client policy named PDFPolicy.

Last updated