Hi people:
I need to know why the developers use exclusively in some templates, for example: Exchange Server 2000 and 2003 Template the RPC option instead of WMI :
About Performance Counter Monitor
This component monitor reads Windows Performance Counter data using Remote Procedure Calls (RPC) instead of Windows Management Instrumentation (WMI). All performance counters are assumed to exist within the root/CIMV2 namespace.
this limits my access to many apps, because in our network the Remote Registry Service was shot-down because security vulnerabilities. In the monitor mentioned before, i can't select the access metod (RPC/WMI). So basically i have 2 options: enable the Remote Registry Service or develop an App monitor, option that i don't like very much, since:
-i don't have the time/ knowledge to use VBscript
Orion MUST be more flexible.
why they selected RPC instead of WMI?