Invoke-SendRASInvitation

NAME

Invoke-SendRASInvitation

SYNOPSIS

Sends RAS invitation email.

SYNTAX

Invoke-SendRASInvitation [-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 (http://go.microsoft.com/fwlink/?LinkID=113216). 

INPUTS



OUTPUTS



EXAMPLES


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

Invoke-SendRASInvitation -Recipients "name@company.com"

Sends a RAS invitation email to the specified recipients.

RELATED LINKS

Parallels RAS v16.2