Windows – Does changing the Primary DNS Suffix of a Windows Server 2012 machine require a reboot

domain-name-systemnetworkingreverse-dnswindowswindows-server-2012

My server has the following IP Addresses:

127.0.0.1

192.168.100.103

208.nnn.nnn.180

199.nnn.nnn.29

It's FQDN is mymachine.example.com. However, calling Dns.GetHostEntry(Dns.GetHostName()).HostName only returns 'mymachine' and not the Fully Qualified Domain Name. I'd like it to return the FQDN and have it in my head that if I can change the Primary DNS Suffix (from nothing to 'example.com') I'll be home free.

But this is a live running production server. I don't want to make that change if it's going to cause a reboot.

Best Answer

Changing the primary DNS suffix of the computer does require a reboot. Changing a connection specific DNS suffix does not require a reboot.