Invoke-TestMailboxSettings

NAME

Invoke-TestMailboxSettings

SYNOPSIS

Sends a test email.

SYNTAX

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

INPUTS



OUTPUTS



EXAMPLES


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

Invoke-TestMailboxSettings -Email "name@company.com"

Sends a test email to the specified email addresses.

RELATED LINKS

Parallels RAS v16.0