How do I get the computer name in .NET

See How to find FQDN of local machine in C#/.NET ? if the last doesn’t give you the FQDN and you need it.

See details about Difference between SystemInformation.ComputerName, Environment.MachineName, and Net.Dns.GetHostName

Leave a Comment