A field technician is troubleshooting a Windows 11 Enterprise workstation that failed to update its Host (A) resource record on the domain DNS server after changing its static IPv4 configuration. The technician needs to manually initiate dynamic registration of the computer's name and newly assigned IPv4 address with the DNS server using the Command Prompt. Which of the following commands should the technician execute to accomplish this task?
- ipconfig /registerdnsAnswer
- Bipconfig /flushdns
- Cnetsh interface ip reset
- Dnslookup -type=a
Answer
The command 'ipconfig /registerdns' forces the Windows client to re-register its host name and IPv4 address with the configured DNS server.
Executing 'ipconfig /registerdns' refreshes all DHCP leases and re-registers DNS names for the workstation. It is the specific administrative command used in Windows to force dynamic update registration with a DNS server without rebooting the system.
Step-by-Step Solution
Key Concept
Windows Client Dynamic DNS Registration via ipconfig
Estimated Time:1m 0s