Get-CMOutOfBandManagementComponent

Get-CMOutOfBandManagementComponent

Gets an out of band management component.

Syntax

Parameter Set: SearchByNameMandatory
Get-CMOutOfBandManagementComponent -SiteSystemServerName <String[]> [ <CommonParameters>]

Parameter Set: SearchBySiteCodeMandatory
Get-CMOutOfBandManagementComponent -SiteCode <String> [-SiteSystemServerName <String[]> ] [ <CommonParameters>]

Detailed Description

The Get-CMOutOfBandManagementComponent cmdlet gets the site system computer that has the out of band management role. The out of band management role manages computers that have the Intel vPro chip set and a version of Intel Active Management Technology (Intel AMT) that System Center 2012 Configuration Manager supports. Out of band management lets you connect to a computer AMT management controller when the computer is turned off, in hibernation, or otherwise unresponsive through the operating system.

Parameters

-SiteCode<String>

Specifies assigned site of a client by using a code.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String[]>

Specifies an array of site system server names.

Aliases

Name

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<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 an out of band management component by using a site code

This command gets the out of band management component from the client site that has code CM4.

PS C:\> Get-CMOutOfBandManagementComponent -SiteCode "CM4"

Example 2: Get an out of band management component by using a site server name

This command gets the out of band management component from the site server named condev-test04.tsqa.corp.contoso.com in the client site.

PS C:\> Get-CMOutOfBandManagementComponent -SiteSystemServerName "condev-test04.tsqa.corp.contoso.com"

Set-CMOutOfBandManagementComponent