Windows server 2008 Core – How to set DNS suffix via command line
Posted by aidas | Posted in Command line, Registry, Windows 2008 | Posted on 02-05-2009
1
This post will show you how to use command line in Windows server 2008 Core and set your server DNS suffix by operating on registry.
To set your DNS suffix to mydomain.com open command line and type:
reg add HKLM\System\currentcontrolset\services\tcpip\parameters /v “NV Domain” /d “mydomain.com” /f
Follow us on Twitter !








Is there no way to do this with the netsh command utility instead?