Set-WssServerConnectionOption

Modifies the server connection option.

Syntax

Set-WssServerConnectionOption
   -Option <String>
   [<CommonParameters>]

Description

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

Examples

Example 1: Set the connection option

PS C:\> Set-WssServerConnectionOption -Option RemoteDesktop

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

Parameters

-Option

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

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False