PowerShell Dapatkan IP dari Nama Komputer

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