Enable-CMAutomaticAMTProvisioning

Enable-CMAutomaticAMTProvisioning

Enables automatic provisioning of AMT-based computers.

Syntax

Parameter Set: SearchByNameMandatory
Enable-CMAutomaticAMTProvisioning -DeviceName <String[]> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByIdMandatory
Enable-CMAutomaticAMTProvisioning -DeviceId <String[]> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByValueMandatory
Enable-CMAutomaticAMTProvisioning -Device <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Enable-CMAutomaticAMTProvisioning cmdlet enables automatic provisioning of Intel Active Management Technology (AMT)-based computers for Microsoft System Center 2012 SP1 Configuration Manager. After System Center 2012 Configuration Manager identifies computers with an AMT management controller from an out of band service point, you can use this cmdlet to enable automatic provision of the computers. An out of band service point is a site system role that provisions and configures Intel Active Management Technology (AMT)-based computers for System Center 2012 Configuration Manager.

Parameters

-Device<IResultObject>

Specifies a device object. To obtain a CMDevice object, use the Get-CMDevice cmdlet.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-DeviceId<String[]>

Specifies an array of device IDs.

Aliases

ResourceId

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-DeviceName<String[]>

Specifies an array of device names.

Aliases

Name

Required?

true

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: Enable automatic provisioning of an AMT-based computers

This command enables automatic provisioning of the device named CMdiv-west03.

PS C:\> Enable-CMAutomaticAmtProvisioning -DeviceName "CMdiv-west03"

Get-CMAutomaticAmtProvisioningStatus

Get-CMDevice