 |
Hey, Scripting Guy! How Do I Query and Retrieve DNS Information? - Hey, Scripting Guy! Blog - Site H
To allow us to query and to retrieve DNS information from the Internet or from our own local network for that matter, we can use the System.Net.DNS.NET Framework class. An example of using this class is seen in the Get-DnsEntry.ps1 script: Function Get ..
blogs.technet.com |
 |