Hi All,
I was trying to compile my csv file, but it is giving me an error:
Property 'Count' cannot be found on this object. Make sure that it exists.
At C:\Program Files\PAL\PAL\PAL.ps1:4675 char:43
-
For ($t=0;$t -lt $alQuantizedTime. <<<< Count;$t++)
- CategoryInfo : InvalidOperation: (.:OperatorToken) [], ParentCo
ntainsErrorRecordException
- FullyQualifiedErrorId : PropertyNotFoundStrict
I am trying to monitor Logical Disk counter for my server. Attached is the csv file that I am trying to compile using PAL.
Appreciate your help.
Thanks.
NiK