# Get-RASMailboxSettings

### NAME

Get-RASMailboxSettings\ <br>

### SYNOPSIS

Retrieves Parallels RAS mailbox settings.\ <br>

### 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).\ <br>

### PARAMETERS

\<CommonParameters>

```
        This cmdlet supports the common parameters: Verbose, Debug,
```

```
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
```

```
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
```

```
        about_CommonParameters . 
```

<br>

### INPUTS

-none-

### OUTPUTS

[RASMailboxSettings](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASMailboxSettings.html)

### EXAMPLES

\
\&#xNAN;**---------- 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.
