• Hi Bob,

    If you are using Windows 2003 you can use WMI to get the mountpoint information that you need. Check out the Win32_Volume Class: 

    http://msdn2.microsoft.com/en-us/library/aa394515.aspx

    Also you can query any 2003 box remotely using this class.

     

    Andy