Private/Core/Get-Hostname.ps1

function Get-Hostname() {
    return [System.Net.Dns]::GetHostName().ToString()
}