To find out which queues are being monitored, you can run Wbemtest.exe from the following location on your Exchange 2000 server:
driveletter:\wintnt\system32\wbem
1. | Connect to the Root\default folder, and then change the namespace to "root\cimv2\applications\exchange". |
2. | In the "root\cimv2\applications\exchange" namespace, run Wbemtest.exe. |
3. | Open the Queries window, and then run one of the following queries:� | select * from ExchangeLink where (ProtocolName = "SMTP" and StateScheduled = FALSE and StateFrozen = FALSE and GlobalStop = FALSE) | � | select * from ExchangeLink where (ProtocolName = "X400" and StateScheduled = FALSE and StateFrozen = FALSE and GlobalStop = FALSE) |
|
Based on the query that you run, the result lists all the links that are under either the SMTP queue or the X.400 queue.