Get-WssMediaServerEnabled

Get-WssMediaServerEnabled

Gets the status of media streaming for a server.

Syntax

Get-WssMediaServerEnabled [ <CommonParameters>]

Detailed Description

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.

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

Set-WssMediaServerEnabled