For the complete documentation index, see llms.txt. This page is also available as Markdown.

Send-RASInvitationEmail

NAME

Send-RASInvitationEmail

SYNOPSIS

Sends RAS invitation email.

SYNTAX

Send-RASInvitationEmail [Recipients] (string) [(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.

(CommonParameters)

INPUTS

-none-

OUTPUTS

-none-

---------- EXAMPLE 1 ----------

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

Sends a RAS invitation email to the specified recipients.

Last updated