Send-RASInvitationEmail
Sends RAS invitation email.
Send-RASInvitationEmail [-Recipients] <string> [<CommonParameters>]
Sends RAS invitation email using the current configuration of the Parallels RAS invitation.
-Recipients <string> Recipients email address(s) for the RAS invitation email.
Can be a comma-separated list of multiple email addresses.
<CommonParameters>
-none-
-none-
---------- EXAMPLE 1 ----------
Send-RASInvitationEmail -Recipients "name@company.com"
Sends a RAS invitation email to the specified recipients.