remote computer

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

Michael Nemtsev

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top