[System.Net.Dns]::GetHostName()
and [System.Net.DNS]::GetHostByName('')
report different hostnames on same machine.
#86466
Unanswered
RokeJulianLockhart
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Query
Why does
[System.Net.Dns]::GetHostName()
report that my hostname isRQN6C6
but[System.Net.DNS]::GetHostByName('')
reportRQN6C6.Home
?Examples
Beta Was this translation helpful? Give feedback.
All reactions