PowerShell Get IP от имени компьютера

$ips = [System.Net.Dns]::GetHostAddresses("yourhosthere")
Muddy Manx