PowerShell Uzyskaj adres IP z nazwy komputera

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