DNS & DHCP Issues
DNS Zone Transfer Error
Section titled “DNS Zone Transfer Error”Error: “The zone transfer was not executed. The zone type is invalid.”
Cause: Zone was created as secondary/stub instead of AD-integrated.
Solution:
# 1. Delete problematic zone on affected DC# 2. Force AD replicationrepadmin /syncall /AdeP
# 3. Restart DNSRestart-Service DNS
# 4. Zone will reappear as AD-integratedClient Shows Wrong DNS Suffix
Section titled “Client Shows Wrong DNS Suffix”Symptom: Client shows microsoftlab.ch instead of corp.microsoftlab.ch
Cause: Old DHCP lease before DNS domain was updated.
Solution:
ipconfig /releaseipconfig /renew
# Verifyipconfig /all | Select-String "DNS Suffix"Ping Not Working
Section titled “Ping Not Working”Cause: Windows Firewall blocking ICMP for wrong profile.
Solution:
# Enable for ALL profilesSet-NetFirewallRule -DisplayName "File and Printer Sharing (Echo Request - ICMPv4-In)" -Profile Any -Enabled True