积极答复者
Windows Server 2012 R2 Core系统如何用命令最简单的方法安装DHCP和DNS服务并启动

问题
答案
-
您好,
感谢您的回复。
您使用的命令是core版本专用的命令,我给您的是通用的,GUI版本和Core版本的,因为我觉得我给您的相对更简单一些。
希望以上信息对您有所帮助。
再次感谢您的理解与支持。
最好的祝福,
Otto
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已标记为答案 Problem baby 2019年5月8日 3:00
全部回复
-
您好,
感谢您在我们论坛发帖。
因为您没有安装DNS和DHCP的服务,因此使用net start 无法启动该服务。
请参考以下命令安装DNS和DHCP。
Install-WindowsFeature -name DHCP,DNS -restart
sc config dhcpserver start=auto
net start dhcpserver
此外,对于core系统的相关内容,我们可以参考以下连接,很抱歉,目前只有英文版的。
Configure and Manage Server Core Installations
希望以上信息对您有所帮助。
再次感谢您的理解与支持。
最好的祝福,
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好,
感谢您的回复。
在Windows server 2008 R2上可以参考以下链接。
Add-WindowsFeature -name DNS, DHCP
希望以上信息对您有所帮助。
再次感谢您的理解与支持。
最好的祝福,
Otto
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好,
感谢您的回复。
您使用的命令是core版本专用的命令,我给您的是通用的,GUI版本和Core版本的,因为我觉得我给您的相对更简单一些。
希望以上信息对您有所帮助。
再次感谢您的理解与支持。
最好的祝福,
Otto
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已标记为答案 Problem baby 2019年5月8日 3:00