I'm on the developpment of an internal Service needed to monitor several internal and external Servers.
We'd like to do it using WMI. Actually, and it's going to stay this way, we based the developpment of the software used on VB.Net.
As explained, we try to read the WMI Information on Servers located in different LAN networks (in the same building, just separated using VLAN and different IP ranges).
All requests are done with an authenticate, admin Group user.
I already tryed to open the firewall ports, nothing changed.
The error I get is :
>Error : Der RPC Server ist nicht verfügbar. (message encountered in WMI Explorer)
When I use my code, the message is the same.
Thing is, when I access WMI from within the same range, everything goes well.
Could you tell me if you encountered an identical issue ? What did you do to solve it ?
Greetings from Belgium,
Raphaël