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-
EXAMPLES
---------- EXAMPLE 1 ----------
Send-RASInvitationEmail -Recipients "name@company.com"
Sends a RAS invitation email to the specified recipients.
RELATED LINKS
Last updated