4 lines
384 B
PowerShell
4 lines
384 B
PowerShell
# $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") |