Set-InvitationEmailSettings

NAME

Set-InvitationEmailSettings

SYNOPSIS

Modifies Parallels RAS invitation settings.

SYNTAX

Set-InvitationEmailSettings [- ConnMode < InviteConnMode > {Gateway | Direct | GatewaySSL | DirectSSL}] [- DefaultEmailContent <SwitchParameter> ] [- Email <string> ] [- EnableSSO <bool> ] [- PubGatewayIP <string> ] [- SSO <string> ] [- TargetDevice < InviteTargetDev[] > ] [ < CommonParameters > ]

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.

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

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

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

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

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

- TargetDevice < InviteTargetDev[] >
Target Device List.

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

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

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

- ConnMode < InviteConnMode >
Connection Mode.

Possible values: Gateway, Direct, GatewaySSL, DirectSSL

        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-InvitationEmailSettings -EnableSSO $true -SSO 6e458d3e-9b85-4e57-aa3c-c3461c1c2146

Enables the SSO for the Parallels RAS Invitations.

RELATED LINKS