4) Use the following Powershell Threshold code to call the functions to perform checks
Cheers
James
Counter - "Processor % Processor Time"
Warning
StaticThresholdAvgOnly -CollectionOfCounterInstances $CollectionOfPercentProcessorTime -Operator 'ge' -Threshold 50Critical
StaticThresholdMaxOnly -CollectionOfCounterInstances $CollectionOfPercentProcessorTime -Operator 'ge' -Threshold 80Cheers
James