Set-RASMailboxSettings
Last updated
Last updated
Set-RASMailboxSettings
Modifies Parallels RAS Mailbox settings.
Set-RASMailboxSettings [- <SecureString>] [- <bool>] [- <string>] [- <string>] [- <string>] [- {No | Yes | YesIfAvailable | YesTLS12IfAvailable}] [<>]
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.
<CommonParameters>
-none-
-none-
---------- EXAMPLE 1 ---------- Set-RASMailboxSettings -SMTPServer "mail.yourcomapny.com:500" Modifies the SMTP server name for the Parallels RAS mailbox.
-UseTLS <> 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