Send-TestEmail

NAME

Send-TestEmail

SYNOPSIS

Sends a test email.

SYNTAX

Send-TestEmail -Email <string> [<CommonParameters>]

DESCRIPTION

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

PARAMETERS


-Email <string>
Destination email address(s) 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-TestEmail -Email "name@company.com"

Sends a test email to the specified email addresses.

RELATED LINKS