I need to monitor the size of a volume mounted under a folder on a san.
I can see the WMI monitor I need to get but the queuery is not returning any value just giving me an error.
Here is what I am trying to do below.
select PercentFreeSpace from Win32_PerfRawData_PerfDisk_LogicalDisk WHERE Name = "F:\Archive\2009\Q3"
Error Invalid Queuery is my result
I can see all my drives, I can get the "_total" but I can't get any of the drive's that I see in WMI monitor to just
give me the data I want.
Is there anyone that can help with this?