Set-WssServerConnectionOption

Set-WssServerConnectionOption

Modifies the server connection option.

Syntax

Parameter Set: Default
Set-WssServerConnectionOption -Option <String> [ <CommonParameters>]

Detailed Description

The Set-WssServerConnectionOption cmdlet modifies the server connection option in . WSS supports the use of a terminal session directly to the server (RemoteDesktop) or the use of the dashboard as a remote application (RemoteApp).

Parameters

-Option<String>

Specifies the server connection option. Valid values for this parameter are: RemoteDesktop or RemoteApp.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Set the connection option

This command sets the connection option for the WSS server to RemoteDesktop.

PS C:\> Set-WssServerConnectionOption -Option RemoteDesktop

Get-WssServerConnectionOption