Set-RASMailboxSettings

NAME

Set-RASMailboxSettings

SYNOPSIS

Modifies Parallels RAS Mailbox settings.

SYNTAX

Set-RASMailboxSettings [Password (SecureString)] [RequireAuth (bool)] [SenderAddress (string)] [SMTPServer (string)] [Username (string)] [-UseTLS {No | Yes | YesIfAvailable | YesTLS12IfAvailable | YesTLS13IfAvailable}] [(CommonParameters)]

DESCRIPTION

Modifies the Parallels RAS Mailbox configuration settings.

PARAMETERS

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, YesTLS13IfAvailable

(CommonParameters)

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

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

Set-RASMailboxSettings -SMTPServer "mail.yourcomapny.com:500"

Modifies the SMTP server name for the Parallels RAS mailbox.

Last updated