Get Public Dns Record Value PowerShell
Hello,
Nslookup is great, but it’s an old exe tool, and PowerShell is the new way to go. Thanks to .Net, we go the System.Net.dns class, with two methods: Continue reading
Get Public Dns Record Value PowerShell
Hello,
Nslookup is great, but it’s an old exe tool, and PowerShell is the new way to go. Thanks to .Net, we go the System.Net.dns class, with two methods: Continue reading
Hello,
If you want to do a manual DNS scavenging to remove stale records, you can use this PowerShell oneliner : Continue reading
Hello,
Recently a friend of mine asked me if we can use Web API with PowerShell. Continue reading
Hello,
You can make a DNS resolution with PowerShell with a nice .Net class : Continue reading
Hello,
A quick tick to resolve hostname/IP with PowerShell with the System.Net.DNS .net class : Continue reading