Get-SCCapabilityProfile

Gets a capability profile.

Description

The Get-SCCapabilityProfile cmdlet gets one or more capability profile objects in System Center Virtual Machine Manager (VMM).

For more information about Get-SCCapabilityProfile, type: "Get-Help Get-SCCapabilityProfile -online".

Parameters

Name

Required? false
Accept Pipeline Input? false
Position? named
Specifies the name of a VMM object.

VMMServer

Required? false
Accept Pipeline Input? false
Position? named
Specifies a VMM server object.

Examples

1: Get a capability profile by its name.
PS C:\> Get-SCCapabilityProfile -Name "CapabilityProf01"
This command gets the capability profile object named CapabilityProf01 and displays information about the object to the user.

See Also