![]() |
The following steps describe how to get the status of the Event Log.
1. Retrieve the instance of AMT_MessageLog, where the “Name” key equals “Intel(r) AMT:MessageLog 1”.
2. Examine the properties of AMT_MessageLog. For more information, see the Supported Fields Summary.
Click here for a snippet demonstrating this step
You can execute this snippet by inserting it into the execution template found here.
$messageLogRef =$wsmanConnectionObject.NewReference("SELECT * FROM AMT_MessageLog WHERE Name='Intel(r) AMT:MessageLog 1'")
$messageLogInstance =$messageLogRef.Get()
$status =$messageLogInstance.GetProperty("Status")
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. |