Indicates the amount of messages that are delivered per minute Module data SELECT MessagesDeliveredPermin from Win32_PerfFormattedData_MSExchangeIS_MSExchangeISMailbox WHERE Name=’_Total’
Indicates the amount of messages sent per minute Module data SELECT MessagesSentPermin from Win32_PerfFormattedData_MSExchangeIS_MSExchangeISMailbox WHERE Name=’_Total’
Indicates the average delivery time Module data SELECT AverageDeliveryTime from Win32_PerfFormattedData_MSExchangeIS_MSExchangeISMailbox WHERE Name=’_Total’