| |
maarten
Posts: 1
Score: 0
Joined: 10/20/2007
Status: offline
|
Hi all, I have a script that checks exchange performance indicators via WMI and it works perfect if I launch it from the exchange server where the wmi namespace is available Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2\Applications\Exchange") Do you have an idea if I can run this script remotely from a normal w2k3 member server? by importing the exchange wmi namespaces for example? the goal is to have all monitoring scripts on a central w2k3 memberserver instead of spreading all scripts on the dedicated servers (exch, sql, ad,...) thanks! Maarten.
|
|