Set-WssServerConnectionOption

Set-WssServerConnectionOption

Modifies the server connection option.

構文

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

詳細説明

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).

パラメーター

-Option<String>

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

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

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