Set-WssMediaServerEnabled

Set-WssMediaServerEnabled

Enables or disables media streaming on a server.

構文

Parameter Set: Default
Set-WssMediaServerEnabled [-Enable] <Boolean> [ <CommonParameters>]

詳細説明

The Set-WssMediaServerEnabled cmdlet enables or disables media streaming for the current server. You can use the Get-WssMediaServerEnabled cmdlet to see the status of media streaming.

パラメーター

-Enable<Boolean>

Indicates whether the cmdlet enables or disables media streaming. Use a value of $True to enable media streaming, or a value of $False to disable it.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

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

True (ByValue)

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Disable media streaming

This command disables media streaming for the current server.

PS C:\> Set-WssMediaServerEnabled -Enable $False

関連トピック

Get-WssMediaServerEnabled