# Get-RASInvitationEmailSettings

## NAME

Get-RASInvitationEmailSettings

## SYNOPSIS

Retrieves Parallels RAS invitation email settings.

## SYNTAX

-none-

## DESCRIPTION

Retrieves configuration settings of the Parallels RAS invitation email.

To see the complete list of invitation email 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

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

## EXAMPLES

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

Get-RASInvitationEmailSettings

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

Get-RASInvitationEmailSettings | Format-List

Retrieves Parallels RAS invitation settings.

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

## RELATED LINKS

* [Send-RASInvitationEmail](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/send-rasinvitationemail)
* [Set-RASInvitationEmailSettings](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rasinvitationemailsettings)
