how could i check the status of the LAN systems
See the question and my original answer on StackOverflowIf these LAN systems are in the same domain, you could use WMI (provided you have enough rights). There is an example here: Using WMI to retrieve Information - Build Simple Network Browser
The code is VB.Net, but WMI is common to all .NET languages and the logic is quite easy to reproduce.