Given the following message in the MessageStats log for the "Exchange Information Stores" task.
Failed to retrieve the volume and mount point information using WMI. Using old method to retrieve drive space information.
Time Component HResult EventID
2012-08-01T11:19:24.505Z Exchange Information Stores 80070005 {91A65A7D-3E4F-488E-B7C4-3501BE823F66}
What is the old Method used to retrieve drive space information in the "Exchange Information Stores" task.
Answer:
When WMI fails, the code in QSMailboxStats.DLL that generates the event falls back to the Windows Network Management API that is used by Windows Explorer and the NET command to manage network shares. The code does information level 2 NetShareEnum() calls to retrieve information about shares on the server. The code looks for administrative drive shares like C$, D$, and E$. For each administrative drive share, the Volume Management API function GetVolumeInformation() is used to get information about the volume behind the drive share.