Skip to main content
Jorge Bernhardt Jorge Bernhardt

DNS

2020

How to manage DNS records in the Azure Private Zone
·801 words·4 mins· 100 views · 5 likes
Add-AzPrivateDnsRecordConfig Azure CLI Azure Cloud Shell Azure PowerShell
In a previous post, I showed you how to create a private DNS zone in Azure using PowerShell and Azure CLI. Today I will show you how to manage the DNS records of that area using PowerShell and Azure CLI.

2018

Enable scavenging settings on a DNS server with PowerShell
·340 words·2 mins· 100 views · 5 likes
DNS Get-DnsServerScavenging Microsoft Microsoft Windows
It is likely that by using the BPA (Best Practices Analyzer) on a new DNS server, you will find the following warning. In this post, I want to show you how to use the Set-DnsServerScavenging cmdlet to correct this warning.
Azure DNS now provides 100% Service Level Agreement
·146 words·1 min· 100 views · 5 likes
DNS Microsoft Microsoft Azure News
With this update, Azure DNS guarantees that DNS requests will receive a response from at least one name server 100% of the time. If you don’t know, Azure DNS is a hosting service for DNS domains, providing name resolution using Microsoft Azure infrastructure.
How to set primary and secondary DNS server addresses with PowerShell
·221 words·2 mins· 100 views · 5 likes
DNS Enter-PSSession Get-DnsClientServerAddress Get-Help
In this post, I want to show how to configure your computer’s primary and secondary DNS servers using PowerShell. In this case, we will use the Set-DnsClientServerAddress cmdlet. The workaround in a local computer: The Get-NetAdapter cmdlet obtains the basic properties of the network adapter.