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 ...
When writing PowerShell scripts, in a perfect world, we'd all just use cmdlets and functions. After all, the batch file days are behind us! Unfortunately, that's not always possible or even the best ...