Get-WssServerConnectionOption

Get-WssServerConnectionOption

Retrieves the server connection option.

Syntax

Get-WssServerConnectionOption [ <CommonParameters>]

Detailed Description

The Get-WssServerConnectionOption cmdlet retrieves 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

<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: Get the server connection option

This command gets the server connection option.

PS C:\> Get-WssServerConnectionOption 

Set-WssServerConnectionOption