clinthuffman / PAL

Performance Analysis of Logs (PAL) tool
MIT License
479 stars 101 forks source link

The property 'Computer' cannot be found on this object. Verify that the property exists. #54

Open dirkronsmans opened 4 years ago

dirkronsmans commented 4 years ago

Tried running a file with some simple counters and get the below error. Strangely I also get this when running the sample file included in the PAL msi

An error occurred on... $sCounterComputer = $oCtr.Computer At C:\Program Files\PAL\PAL\PAL.ps1:1488 char:6 + $sCounterComputer = $oCtr.Computer + ~~~~~~~~~~ The property 'Computer' cannot be found on this object. Verify that the property exists.