Intel AMT Features > General Info > Use Cases > Get Provisioning State
CollapseAll image

Get Provisioning State

The following steps describe how to read the Intel AMT provisioning (configuration) state.

1.  Retrieve the instance of AMT_SetupAndConfigurationService, where the “Name” key is “Intel(r) AMT Setup and Configuration Service”.

2.  Examine AMT_SetupAndConfigurationService.ProvisioningState to see the provisioning state (pre-provisioning, in provisioning or post-provisioning).

Click here for a snippet demonstrating this step

You can execute this snippet by inserting it into the execution template found here.

  

$setupAndConfigurationServiceRef =$wsmanConnectionObject.NewReference("SELECT * FROM AMT_SetupAndConfigurationService WHERE Name='Intel(r) AMT Setup and Configuration Service'")

$setupAndConfigurationServiceInstance =$setupAndConfigurationServiceRef.Get()

$provisioningState =$setupAndConfigurationServiceInstance.GetProperty("ProvisioningState")

 

 

Instance Diagram

Classes Used in This Flow

SDK Sample

If there is a sample demonstrating this flow, it is included in the SDK installation file. See SDK Installation Layout for details.

 

Copyright © 2006-2022, Intel Corporation. All rights reserved.