Lo script visualizza tutti i nomi DNS associati all'IP passato

PowerShell

[System.Net.Dns]::GetHostbyAddress("10.0.0.2") | Format-List
da un risultato simile a questo

Text

HostName    : nomeServer11
Aliases     : {}
AddressList : {10.0.0.2}
Tags:
Network13 PowerShell200 Script85
Potrebbe interessarti anche: