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}] [ < CommonParameters > ]

DESCRIPTION

Modifies the Parallels RAS Mailbox configuration settings.

PARAMETERS


- SMTPServer <string>
SMTP server name. Example: "mail.yourcompany.com:500"

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- SenderAddress <string>
Sender email address.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- Username <string>
SMTP server user name.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- Password <SecureString>
SMTP server password.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- RequireAuth <bool>
Set whether SMTP server requires authentication.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- 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

        Required?                    false
        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 documentation. 

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES


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

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

Modifies the SMTP server name for the Parallels RAS mailbox.

RELATED LINKS