I’m working through the commonly used DNS server cmdlets to determine if everything works in PowerShell core. First up is the cmdlet to get the DNS zones on your DNS server.
PS> Get-DnsServerZone | Format-List -Property ZoneName, ZoneType, IsAutoCreated… Read the full text.