I have a windows server that copies work files for backup to a NetApp UNC path. I would like to be able to monitor the space available on the target as well as verifying that it can be accessed. I have tried the following WMI query which is valid in the utility "wbemtest" but it fails when used in Orion APM:
SELECT FreeSpace FROM Win32_LogicalDisk WHERE ProviderName="\\\\na\\logs_bkp1$"
I found in the MSDN library at:: http://msdn.microsoft.com/en-us/library/windows/desktop/aa394084%28v=vs.85%29.aspx
that this is returning a value of data type uinit64 - could that be an issue? If so, is there a way to wrap the WMI query above to convert it?
Alternatively, does anyone have any ideas on monitoring UNC paths from a WinOS server? Any ideas would be appreciated.
Thanks in advance.