# Send-RASInvitationEmail

## NAME

Send-RASInvitationEmail

## SYNOPSIS

Sends RAS invitation email.

## SYNTAX

**Send-RASInvitationEmail** \[[Recipients](#recipients-string)] *(string)* \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Sends RAS invitation email using the current configuration of the Parallels RAS invitation.

## PARAMETERS

## Recipients (string)

Recipients email address(s) for the RAS invitation email.

Can be a comma-separated list of multiple email addresses.

```
        Required?                    true

        Position?                    0

        Default value                

        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

-none-

## EXAMPLES

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

Send-RASInvitationEmail -Recipients "<name@company.com>"

Sends a RAS invitation email to the specified recipients.

## RELATED LINKS

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