{"id":2326,"date":"2017-08-09T20:30:50","date_gmt":"2017-08-09T20:30:50","guid":{"rendered":"http:\/\/microsoftgeek.com\/?p=2326"},"modified":"2017-08-09T20:30:50","modified_gmt":"2017-08-09T20:30:50","slug":"how-to-change-windows-nano-server-2016-dns-server-ip-address","status":"publish","type":"post","link":"https:\/\/microsoftgeek.com\/?p=2326","title":{"rendered":"How To Change Windows Nano Server 2016 DNS Server IP Address"},"content":{"rendered":"<p>In this article, I\u2019ll show you how to modify \\ Change the existing DNS Server IP address on a Windows Nano Server 2016.<span id=\"more-15520\"><\/span><\/p>\n<p>To complete this operation, You will need to connect to the Server with an admin account and use Remote PowerShell.<\/p>\n<p>To get started, I\u2019ve connected to my Nano Server using\u00a0PowerShell Remote.<\/p>\n<p>Once connected, I\u2019ll need to find out the Network Adapter Interface ID using the line below:<\/p>\n<pre>Get-DnsClient<\/pre>\n<p>My Interface ID Is 4<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.ntweekly.com\/wp-content\/uploads\/2017\/05\/053017_0940_HowToChange1.png?w=525&amp;ssl=1\" alt=\"\" width=\"524\" height=\"45\" \/><\/p>\n<p>To view the existing DNS Server IP, I\u2019ll run the cmdlet below:<\/p>\n<pre>Get-DnsClientServerAddress -InterfaceIndex 4<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i1.wp.com\/www.ntweekly.com\/wp-content\/uploads\/2017\/05\/053017_0940_HowToChange2.png?w=525&amp;ssl=1\" alt=\"\" width=\"524\" height=\"84\" \/><\/p>\n<p>To change the IP Address, I\u2019ll use the line below:<\/p>\n<pre>Set-DnsClientServerAddress -InterfaceIndex 4 -ServerAddresses \"192.168.0.18\"<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i1.wp.com\/www.ntweekly.com\/wp-content\/uploads\/2017\/05\/053017_0940_HowToChange3.png?w=525&amp;ssl=1\" alt=\"\" width=\"524\" height=\"43\" \/><\/p>\n<p>To review after the change I use the cmdlet:<\/p>\n<pre>Get-DnsClientServerAddress -InterfaceIndex 4<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i2.wp.com\/www.ntweekly.com\/wp-content\/uploads\/2017\/05\/053017_0940_HowToChange4.png?w=525&amp;ssl=1\" alt=\"\" width=\"524\" height=\"62\" \/><\/p>\n<div id=\"jp-relatedposts\" class=\"jp-relatedposts\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this article, I\u2019ll show you how to modify \\ Change the existing DNS Server IP address on a Windows Nano Server 2016. To complete this operation, You will need to connect to the Server with an admin account and use Remote PowerShell. To get started, I\u2019ve connected to my Nano Server using\u00a0PowerShell Remote. Once [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[59,65,63],"tags":[],"class_list":["post-2326","post","type-post","status-publish","format-standard","hentry","category-powershell","category-nano-server-nano-server","category-server-2016-2016"],"_links":{"self":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts\/2326","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2326"}],"version-history":[{"count":1,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts\/2326\/revisions"}],"predecessor-version":[{"id":2327,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts\/2326\/revisions\/2327"}],"wp:attachment":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2326"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2326"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}