Get-CMOutOfBandServicePoint

Get-CMOutOfBandServicePoint

Gets an out-of-band service point.

Syntax

Parameter Set: SearchByName
Get-CMOutOfBandServicePoint [-SiteCode <String> ] [-SiteSystemServerName <String> ] [ <CommonParameters>]

Detailed Description

The Get-CMOutOfBandServicePoint cmdlet gets an out-of-band service point. An out-of-band service point is a site system role that provisions and configures Intel Active Management Technology (AMT)-based computers for Microsoft System Center 2012 Configuration Manager.

Parameters

-SiteCode<String>

Specifies the site code of the Configuration Manager site that hosts the site system role.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

Specifies a fully qualified domain name (FQDN) of the server that hosts the site system role.

Aliases

none

Required?

false

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 service point

This command get an out-of-band service point that is associated with the site system named CMCEN-DIST02.TSQA.CORP.CONTOSCO.COM and the site code named Cm1. The command directs the output to the text file Get-CMOutOfBandServicePoint_data.txt.

PS C:\> Get-CMOutOfBandServicePoint -SiteSystemName "cmcen-dist02.tsqa.corp.contoso.com" -SiteCode "Cm1" >>\Results\Get-CMOutOfBandServicePoint_data.txt"

Set-CMOutOfBandServicePoint

Add-CMOutOfBandServicePoint

Remove-CMOutOfBandServicePoint