Set-RASMailboxSettings
Modifies Parallels RAS Mailbox settings.
Set-RASMailboxSettings [-Password <SecureString>] [-RequireAuth <bool>] [-SenderAddress <string>] [-SMTPServer <string>] [-Username <string>] [-UseTLS {No | Yes | YesIfAvailable | YesTLS12IfAvailable}] [<CommonParameters>]
Modifies the Parallels RAS Mailbox configuration settings.
-SMTPServer <string> SMTP server name. Example: "mail.yourcompany.com:500"
-SenderAddress <string> Sender email address.
-Username <string> SMTP server user name.
-Password <SecureString> SMTP server password.
-RequireAuth <bool> Set whether SMTP server requires authentication.
-UseTLS <MailboxTLS> Set whether to use TLS/SSL. Accepted values: No (Do not use), Yes (Use TLS/SSL), YesIfAvailable (Use TLS/SSL if available), YesTLS12IfAvailable (Use TLS 1.2 if available).
Possible values: No, Yes, YesIfAvailable, YesTLS12IfAvailable
<CommonParameters>
-none-
-none-
---------- EXAMPLE 1 ----------
Set-RASMailboxSettings -SMTPServer "mail.yourcomapny.com:500"
Modifies the SMTP server name for the Parallels RAS mailbox.