如何在 PowerShell 中获取本地主机(机器)名称?我正在使用 PowerShell 1.0。
您可以只使用 .NET Framework 方法:
[System.Net.Dns]::GetHostName()
还
$env:COMPUTERNAME