# Get-RASSessionSetting

## NAME

Get-RASSessionSetting

## SYNOPSIS

Retrieves Parallels RAS session connection settings.

## SYNTAX

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

## DESCRIPTION

Retrieve all available Parallels RAS session connection 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

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

## EXAMPLES

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

Get-RASSessionSetting

Retrieves RAS session settings of second level authentication.

## RELATED LINKS

* [Set-RASSessionSetting](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rassessionsetting)
* [Invoke-RASClearSessionsIDCache](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/invoke-rasclearsessionsidcache)
