H
HankC
I have a script counting SMTP messages sent, delivered and received on
10 duplicate Exchange servers. 8 give good information, 2 return
nothing but zeroes.
The 'Windows Management Instrumentation' and 'Microsoft Exchange
Management' services are running on all 10 machines.
I am using a 'Select * from Win32_PerfRawData_SMTPSVC_SMTPServer' query
to gather the data.
Running the script on the problematic servers also gives zeroes.
Perfmon displays the Total Messages Sent, Receeived and Delivered
but the query
Set colItems = objWMIService.ExecQuery("Select * from
Win32_PerfRawData_SMTPSVC_SMTPServer",,48)
returns an empty collection on the 2 servers...
Thanks,
HankC
10 duplicate Exchange servers. 8 give good information, 2 return
nothing but zeroes.
The 'Windows Management Instrumentation' and 'Microsoft Exchange
Management' services are running on all 10 machines.
I am using a 'Select * from Win32_PerfRawData_SMTPSVC_SMTPServer' query
to gather the data.
Running the script on the problematic servers also gives zeroes.
Perfmon displays the Total Messages Sent, Receeived and Delivered
but the query
Set colItems = objWMIService.ExecQuery("Select * from
Win32_PerfRawData_SMTPSVC_SMTPServer",,48)
returns an empty collection on the 2 servers...
Thanks,
HankC