[Powershell]ホスト名(コンピューター名)を取得する

.NETを使う方法

[System.Net.Dns]::GetHostName()

環境変数から取得する方法

$ENV:COMPUTERNAME

コメントを残す