I'm getting some of the results, but not all - I have one error I'm trying to track down:
You cannot call a method on a null-valued expression.
At C:\Autochecks\htmlreports.ps1:79 char:28
+ $line = $line.TrimEnd <<<< ();
+ CategoryInfo : InvalidOperation: (TrimEnd:String) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Any ideas/suggestions are welcome!
Jack