![]() |
The following steps describe how to reset the flash wearout protection counter.
|
Starting with Release 6.2, performing this flow does not cause the flash wearout protection counters to reset. The method returns a PT_STATUS_SUCCESS indication (for backward compatibility), but otherwise does nothing. The method was removed entirely in Release 11.0. |
1. Retrieve the instance of AMT_SetupAndConfigurationService, where the “Name” key equals “Intel(r) AMT Setup and Configuration Service”.
2. Invoke the ResetFlashWearOutProtection function.
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'")
$inputObject =$setupAndConfigurationServiceRef.CreateMethodInput("ResetFlashWearOutProtection")
$outputObject =$setupAndConfigurationServiceRef.InvokeMethod($inputObject)
$returnValue =$outputObject.GetProperty("ReturnValue")
Instance Diagram
Classes Used in This Flow
SDK Sample
Not applicable
See Also: |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |