Get-WssMediaServerEnabled

Get-WssMediaServerEnabled

Gets the status of media streaming for a server.

Sintaxis

Get-WssMediaServerEnabled [ <CommonParameters>]

Descripción detallada

The Get-WssMediaServerEnabled cmdlet gets the status of media streaming for the current server. You can use the Set-WssMediaServerEnabled cmdlet to enable or disable media streaming.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • System.Boolean

    This cmdlet generates a Boolean value that indicates whether or not media streaming is enabled on the server.

Ejemplos

Example 1: Get media streaming status

This command gets the media streaming status for the current server. Media streaming is either enabled or disabled.

PS C:\> Get-WssMediaServerEnabled

Temas relacionados

Set-WssMediaServerEnabled