Get-CMAutomaticAmtProvisioningStatus

Get-CMAutomaticAmtProvisioningStatus

Gets the automatic provisioning status of computers with an AMT management controller.

Syntax

Parameter Set: SearchByNameMandatory
Get-CMAutomaticAmtProvisioningStatus -DeviceName <String[]> [ <CommonParameters>]

Parameter Set: SearchByIdMandatory
Get-CMAutomaticAmtProvisioningStatus -DeviceId <String[]> [ <CommonParameters>]

Parameter Set: SearchByValueMandatory
Get-CMAutomaticAmtProvisioningStatus -InputObject <IResultObject> [ <CommonParameters>]

Detailed Description

The Get-CMAutomaticAmtProvisioningStatus cmdlet gets the current automatic provisioning status of one or more computers with an AMT management controller.

Parameters

-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

-InputObject<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

<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 the automatic provisioning status of a computer

This command gets the automatic provisioning status of a computer with an AMT management controller named CMDIV-WEST03.

PS C:\> Get-CMAutomaticAmtProvisioningStatus -DeviceName "CMDIV-WEST03"

Enable-CMAutomaticAMTProvisioning

Get-CMDevice