# Get-RASMailboxSettings

## NAME

Get-RASMailboxSettings

## SYNOPSIS

Retrieves Parallels RAS mailbox settings.

## SYNTAX

-none-

## DESCRIPTION

Retrieves configuration settings of the Parallels RAS mailbox.

To see the complete list of mailbox properties, use the Format-List cmdlet (see examples).

## PARAMETERS

(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

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

## EXAMPLES

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

Get-RASMailboxSettings

Retrieves the Parallels RAS mailbox configuration settings.\
\&#xNAN;**---------- EXAMPLE 2 ----------**

Get-RASMailboxSettings | Format-List

Retrieves Parallels RAS mailbox settings.

The Format-List cmdlet formats the display output to include all available mailbox properties.

## RELATED LINKS

* [Set-RASMailboxSettings](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rasmailboxsettings)
* [Send-RASTestEmail](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/send-rastestemail)
