Get-MgmtSvcFeature

Gets management service features.

Syntax

Get-MgmtSvcFeature
   [[-Name] <String[]>]
   [<CommonParameters>]

Description

The Get-MgmtSvcFeature cmdlet returns a list of installed management service features, including whether the feature has been configured.

Examples

Example 1: Get management service features

PS C:\> Get-MgmtSvcFeature

This command gets all management service features that are installed on the local computer. The command also returns the configuration status of the computer.

Parameters

-Name

Specifies an array of names of management service features. You can use wildcards.

Type:String[]
Position:0
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False