# Get-RASClientPolicy.md

## NAME

Get-RASClientPolicy

## SYNOPSIS

Retrieves information about one or all the client policies.

## SYNTAX

**Get-RASClientPolicy** \[[Id](#id-string)] *(uint)* \[*(*[*CommonParameters*](#CommonParameters)*)*]

**Get-RASClientPolicy** \[\[-[Name](#name-string)] *(string)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Retrieves information about one or all the client policies.

## 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

[ClientRules](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/clientrules)

## EXAMPLES

\*\*---------- EXAMPLE 1 ----------

Get-RASClientPolicy -Name PDFPolicy

Retrieves information about the client policy named PDFPolicy.\
\*\*---------- EXAMPLE 2 ----------

Get-RASClientPolicy

Retrieves information about all the client policies.

## RELATED LINKS

* [New-RASClientPolicy](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/new-rasclientpolicy)
* [Remove-RASClientPolicy](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/remove-rasclientpolicy)
* [Set-RASClientPolicy](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/set-rasclientpolicy)
* [Invoke-RASClientPolicy](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/invoke-rasclientpolicy)
* [Get-RASClientPolicyAssignment](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/get-rasclientpolicyassignment)
