remote computer

  • Thread starter Thread starter tracid83
  • Start date Start date
T

tracid83

Hello,

I would like to find a remote netbios computer name in c#. I don't
want to use WMI because I don't have all permission.
Thank for your repoonse.
 
Hello (e-mail address removed),

try System.Net.Dns.GetHostEntry("192.168.2.1").HostName
Hello,

I would like to find a remote netbios computer name in c#. I don't
want to use WMI because I don't have all permission.
Thank for your repoonse.

---
WBR, Michael Nemtsev [C# MVP] blog: http://spaces.live.com/laflour
team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Back
Top