# Get-RASClientSettings

## NAME

Get-RASClientSettings

## SYNOPSIS

Retrieves the Parallels RAS client settings.

## SYNTAX

**Get-RASClientSettings** \[[SiteId](#siteid-string)\*\* *(uint)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Retrieves the Parallels RAS client settings.

## PARAMETERS

## SiteId (uint)

The site ID.

To obtain the ID of a desired site, use the Get-Sites cmdlet.

```
        Required?                    false

        Position?                    named

        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

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

## EXAMPLES

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

Get-RASClientSettings

Retrieves the RAS Farm client settings.\
\&#xNAN;**---------- EXAMPLE 2 ----------**

Get-RASClientSettings | Format-List

Retrieves the RAS client settings.

## RELATED LINKS

* [Get-RASHelpDeskEmailSettings](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/cmdlets/Get-RASHelpDeskEmailSettings.md)
* [Get-RASProxySettings](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rasproxysettings)
* [Get-RASSystemSettings](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rassystemsettings)
* [Set-RASClientSettings](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rasclientsettings)
* [Get-RASFarmSettings](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rasfarmsettings)
