Get-SCCapabilityProfile

Applies To: System Center 2012 - Virtual Machine Manager

Get-SCCapabilityProfile

Gets a capability profile.

Syntax

Parameter Set: FromName
Get-SCCapabilityProfile [-Name <String> ] [-VMMServer <ServerConnection> ] [ <CommonParameters>]

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

Specifies the name of a VMM object.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-VMMServer<ServerConnection>

Specifies a VMM server object.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

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

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.

  • CloudCapabilityProfile

Examples

1: Get a capability profile by its name.

This command gets the capability profile object named CapabilityProf01 and displays information about the object to the user.

PS C:\> Get-SCCapabilityProfile -Name "CapabilityProf01"

New-SCCapabilityProfile

Remove-SCCapabilityProfile

Set-SCCapabilityProfile

Test-SCCapabilityProfile