I use vs2008, winxp, in LAN network with Win2003 servers.
I want a application installed in winxp for detect if win2003 machines is online or offline , and if offline wh
I would go for the .NET System.Net.NetworkInformation.Ping
, because it is quite flexible, you have the possibility of doing it asynchronously and I find it more intuitive than WMI (I have used both and use WMI only if I need to get more info from the remote machine than just the ping). But this is just a personal opinion.