Get-MgmtSvcFeature

Get-MgmtSvcFeature

Gets management service features.

Syntax

Parameter Set: Default
Get-MgmtSvcFeature [[-Name] <String[]> ] [ <CommonParameters>]


 

Detailed Description

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

Parameters

-Name<String[]>

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

 

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

true

 

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Examples

Example 1: Get management service features

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

PS C:\> Get-MgmtSvcFeature

 

Related topics

Initialize-MgmtSvcFeature

Get-MgmtSvcEndpoint

Get-MgmtSvcNamespace

Get-MgmtSvcSchema