[System.Net.Dns]::GetHostByAddress returning Exception and result

前端 未结 0 575
南旧
南旧 2020-12-20 07:22

I am using the following to obtain a list of hostnames from an IP list:

$hostNames = @()
ForEach ($ip in $IPs)
{
    $hostName = [System.Net.Dns]::GetHostByAd         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题