Send-RASTestEmail
Sends a test email.
Send-RASTestEmail -Email <string> [<CommonParameters>]
Sends a test email using the current configuration of the Parallels RAS mailbox.
-Email <string> Destination email address(es) for the test email.
Can be a comma-separated list of multiple addresses.
<CommonParameters>
-none-
-none-
---------- EXAMPLE 1 ----------
Send-RASTestEmail -Email "name@company.com"
Sends a test email to the specified email addresses.