Have now found if I use 1 thread it processes but then Errors at the end with
Cannot covert value "(PDH-CSV 4.0) (AUS Eastern Standard Time)(-600)" to type "System.DateTime". Error: "String was not a recognized as a valid DateTime"/
At C:\Program Files\PAL\PAL.ps1:1415 char:28
On Windows 2003 and Windows 2008 it errors and stops.
is there a way around this?
Thanks
Gavin
Cannot covert value "(PDH-CSV 4.0) (AUS Eastern Standard Time)(-600)" to type "System.DateTime". Error: "String was not a recognized as a valid DateTime"/
At C:\Program Files\PAL\PAL.ps1:1415 char:28
-
$dtDateTime <<< = $aDateTimes [$b]
- CategoryInfo : MetadataError: (:) [], PartentContainsErrorRecord
Exception
- CategoryInfo : MetadataError: (:) [], PartentContainsErrorRecord
-
FullyQualifiedErrorId : RuntimeException
On Windows 2003 and Windows 2008 it errors and stops.
is there a way around this?
Thanks
Gavin