A PowerShell-based Hyper-V health check can be automated through Task Scheduler to provide a daily status report while also running hourly in silent mode unless a problem is detected.
Trying to make a template of a monitoring script. The script has to do these things: -Check a value every minute. The value can be anything: the size of a file; an entry in a database; the saturation ...