Send-RASTestEmail

NAME

Send-RASTestEmail

SYNOPSIS

Sends a test email.

SYNTAX

Send-RASTestEmail -Email** (string) [(CommonParameters)]

DESCRIPTION

Sends a test email using the current configuration of the Parallels RAS mailbox.

PARAMETERS

Email (string)

Destination email address(es) for the test email.

Can be a comma-separated list of multiple addresses.

        Required?                    true

        Position?                    named

        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-RASTestEmail -Email "[email protected]"

Sends a test email to the specified email addresses.

Last updated