![]() |
The following steps describe how to read Intel AMT password model information.
1. Retrieve the instance of AMT_SetupAndConfigurationService, where the “Name” key is “Intel(r) AMT Setup and Configuration Service”.
2. Examine the AMT_SetupAndConfigurationService.PasswordModel property to see the password model.
Property | Value |
PasswordModel | The possible values are: 0: Coupled password model (the password of the network
and the local interfaces are identical) |
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()
$passwordModel =$setupAndConfigurationServiceInstance.GetProperty("PasswordModel")
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. |