How can you get the FQDN of a local machine in C#?
|
feedback
|
|
NOTE: I think this solution only works in the .NET 2.0 (and above) frameworks.
| ||||
|
feedback
|
|
A slight simplification of Miky D's code
| |||
|
feedback
|
|
Here it is in PowerShell, for the heck of it:
| |||
|
feedback
|
|
And for Framework 1.1 is as simple as this:
And then remove de machine NETBIOS name to retrieve only the domainName | |||
|
feedback
|
|
If you want to tidy it up, and handle exceptions, try this:
| |||
|
feedback
|