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.
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 "[email protected]"
Sends a RAS invitation email to the specified recipients.
RELATED LINKS
Last updated