The ipconfig comes thru a router , not windows server dhcp role
DNS Server
I recently stood up a secondary domain controller within my organization which also holds the DNS Role.
If one DC goes down I would like all client machines to look for the secondary Domain controller. How can I remotely add the secondary DNS to all client machines without having to physically go to each machine?
Windows for business | Windows Server | User experience | Other
Answer accepted by question author
1 additional answer
Sort by: Most helpful
-
Andreas Baumgarten 132K Reputation points MVP Volunteer Moderator2021-06-19T14:01:37.61+00:00 Hi @whitneykenny-7003 ,
how the clients getting the IP config? Are you using DHCP for this? Than it's the easiest way to modify the DHCP settings and add the second DNS Server.
If the clients have a static IP config than PowerShell might be an option:
https://www.msnoob.com/configure-the-dns-client-using-powershell.html
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten