Set-RASInvitationEmailSettings

NAME

Set-RASInvitationEmailSettings

SYNOPSIS

Modifies Parallels RAS invitation settings.

SYNTAX

Set-RASInvitationEmailSettings [-AuthTypearrow-up-right {Credentials | SSO | SmartCard | Web}] [-ConnModearrow-up-right {Gateway | Direct | GatewaySSL | DirectSSL}] [-DefaultEmailContentarrow-up-right <SwitchParameter>] [-Emailarrow-up-right <string>] [-PubGatewayIParrow-up-right <string>] [-SSOarrow-up-right <string>] [-SSOEnabledarrow-up-right <bool>] [-TargetDevicearrow-up-right <InviteTargetDev[]arrow-up-right>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Modifies the Parallels RAS invitation configuration settings.

PARAMETERS

-Email <string> The email content to be sent in the invitation.

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

-DefaultEmailContent <SwitchParameter> If this parameter is included, the body content will be replaced with the default body content.

-PubGatewayIP <string> Public Secure Gateway IP (IP:Gateway Port/SSL Port).

-SSO <string> Third party credentials provider GUID (SSO).

-TargetDevice <InviteTargetDev[]arrow-up-right> Target Device List.

-SSOEnabled <bool> Force to wrap third party SSO component.

-ConnMode <InviteConnModearrow-up-right> Connection Mode. Possible values: Gateway, Direct, GatewaySSL, DirectSSL

-AuthType <InviteAuthTypearrow-up-right> Authentication Type. Possible values: Credentials, SSO, SmartCard, Web

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Set-RASInvitationEmailSettings -EnableSSO $true -SSO 6e458d3e-9b85-4e57-aa3c-c3461c1c2146 Enables the SSO for the Parallels RAS Invitations.

Last updated