Simon Mourier's Avatar
Simon Mourier's blog (1807 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI3, AOT, P/Invoke, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • asp.net
  • c#
  • network

how could i check the status of the LAN systems

Mar 30, 2011 See the question and my original answer on StackOverflow

If 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.

  • SmoBlog © 2010-2026 Simon Mourier. All rights reserved.
  • Privacy & Terms