Tagged Questions

4
votes
1answer
190 views

How to turn on Networked Computer by using WOL (Wake on Lan) C# or Java

Can u please give me full code to turn on networked computer by WOL option of Network Card and BIOS. Please provide me all the details and please try to give me working code. Thanks
3
votes
1answer
2k views

Resolve NetBIOS name on Windows 7

According to this link, NetBIOS is no longer supported starting from Windwos Vista. Sure enough, I can no longer see any NetBIOS name from the network properties. However, when I am writing codes on ...
3
votes
2answers
3k views

How to check if a computer is responding from C#

What is the easiest way to check if a computer is alive and responding (say in ping/NetBios)? I'd like a deterministic method that I can time-limit. One solution is simple access the share ...
1
vote
2answers
326 views

get domain name from FQDN?

I am trying to get the NetBios name from a fully qualified Domain Name... the user inputs the FQDN and i convert to NetBios name for eg xyz.test.com (this is just an example, the FQDN an be ...
1
vote
3answers
5k views

Translating NETBIOS domain into a FQDN (Fully Qualified Domain Name)

In short - How do I translate a NETBIOS domain to a FQDN ? Details: Assuming I'm in domain A and I have user credentials for domain B which has a trust relationship with domain A (I can authenticate ...