Can this be done?
It looks to be possible using an APM WMI counter.
There is an alternative WMI class than the Quota one to monitor the client side of mounted volumes. I discovered that after I posted in the above link.
This WMI Class is called Win32_LogicalDisk:
HTH,
Yann
That WMI class will work for mapped drives. What the original poseter (and now me) are asking is, Can Orion NPM/APM monitor a Mount Point.
In other words, you have a drive 'M' and you create one or more mount points to another disk(s) that will show up as a folder under 'M'.
We are looking at doing this to limit the number of drive letters on a server, but still separate physical disk access.
Thanks