We just implemented SAM 6.0, intergrated with existing NPM 10.6. We have 4 Windows 2000 servers left on our network that I am trying to get SAM to monitor the available disk space. The query I'm using on all the other servers is this:
SELECT PercentFreeSpace from Win32_PerfFormattedData_PerfDisk_LogicalDisk WHERE Name='c:'
Unfortunately, this query generates an "Unexpected error occurred. Invalid Class" message on the Windows 2000 machines. Can this be done through WMI on Windows 2000 or do I have to use something else? If I have to use something else, does anyone have anything already written up? My scripting experience is limited only to Powershell.
Thanks.
Chris J.