Add-CMOutOfBandServicePoint

Add-CMOutOfBandServicePoint

Adds an out of band service point to Configuration Manager.

Syntax

Parameter Set: OutOfBandServicePoint
Add-CMOutOfBandServicePoint -MaximumSendRetryCount <Int32> -MaximumThreadCount <Int32> -RetryIntervalMinutes <Int32> -SiteCode <String> -SiteSystemServerName <String> -ThreadsOffset <Int32> [-EnableCrlChecking <Boolean> ] [-Thumbprint <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: OutOfBandServicePointWithCert
Add-CMOutOfBandServicePoint -Certificate <X509Certificate2> -EnableCrlChecking <Boolean> -MaximumSendRetryCount <Int32> -RetryIntervalMinutes <Int32> -SiteCode <String> -SiteSystemServerName <String> -ThreadsOffset <Int32> [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Add-CMOutOfBandServicePoint cmdlet adds an out of band service point to Microsoft System Center 2012 SP1 Configuration Manager. 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 SP1 Configuration Manager.

For more information about out of band management for System Center 2012 Configuration Manager see Introduction to Out of Band Management in Configuration Manager (https://go.microsoft.com/fwlink/?linkid=252706) in the TechNet library.

Parameters

-Certificate<X509Certificate2>

Specifies the trusted root certificate for out of band management.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-EnableCrlChecking<Boolean>

Indicates whether the out of band service point verifies the certificate revocation list (CRL) for the provisioning certificate.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-MaximumSendRetryCount<Int32>

Specifies the number of retries that Configuration Manager makes if it fails to turn on an Intel Active Management Technology (AMT)-based computer.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-MaximumThreadCount<Int32>

Specifies the maximum number of outbound connection threads that the site system role supports.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-RetryIntervalMinutes<Int32>

Specifies the number of minutes that a service point waits between attempts to power on an AMT-based computer.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteCode<String>

Specifies the site code for the Configuration Manager site that hosts this site system role.

Aliases

none

Required?

true

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?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ThreadsOffset<Int32>

Specifies the number of minutes before a scheduled activity that Configuration Manager sends commands to turn on an AMT-based computer.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Thumbprint<String>

Specifies the thumbprint of the AMT provisioning certificate.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

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: Add an out of band service point by using a site code

This command adds an out of band service point to the Microsoft System Center 2012 SP1 Configuration Manager site that has the site code named CM2 on the site system named cmcen-dist02.tsqa.contoso.com.

PS C:\> Add-CMOutOfBandServicePoint -SiteSystemServerName "cmcen-dist02.tsqa.contoso.com" -SiteCode "CM2" -Thumbprint "916EC36F1068D47DE48A02A788A9DB137CD0B674"

Get-CMOutOfBandServicePoint

Remove-CMOutOfBandServicePoint

Set-CMOutOfBandServicePoint