![]() |
|
Heuristic settings are NOT supported by wireless interfaces. Therefore, this feature is not available on LAN-less platforms. This feature was deprecated in Release 10.0 and removed in Release 12.0. |
The following steps describe how to clear the Heuristic System Defense statistics of an Intel AMT system.
1. Get the Heuristic System Defense Statistics of the Intel AMT system, as described in Get the Heuristic Statistics (Including Current State).
2. Invoke AMT_HeuristicPacketFilterStatistics.ResetSelectedStats.
|
Activating/Deactivating a Heuristic System Defense policy also clears the statistics. |
Click here for a snippet demonstrating this step
You can execute this snippet by inserting it into the execution template found here.
# $heuristicPacketFilterStatisticsRef is an EPR to the AMT_HeuristicPacketFilterStatistics object returned by the 'Get the Heuristic Statistics' use case.
$inputObject =$heuristicPacketFilterStatisticsRef.CreateMethodInput("ResetSelectedStats")
$outputObject =$heuristicPacketFilterStatisticsRef.InvokeMethod($inputObject)
$returnValue =$outputObject.GetProperty("ReturnValue")
Instance Diagram
Not applicable
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.
See Also: |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |