询问者
怎么使用cmd命令配置DHCP服务器的租期?

问题
全部回复
-
https://docs.microsoft.com/zh-cn/windows-server/networking/technologies/dhcp/dhcp-deploy-wps
朋友可以参考上述微软官方文档,使用 Windows PowerShell 部署 DHCP
-
Hi,
关于您“使用cmd命令配置DHCP服务器的租期”的问题,
根据我的research,并没有关于使用cmd配置DHCP服务器租期的方法,但是您可以用powershell命令修改。
Set-DhcpServerv4Scope -ScopeId 192.168.0.0 -LeaseDuration 4.00:00:00
我帮您在环境里测试了一下,此命令是可以成功修改的。
以下是参考的官方文档:
如果我的答案对您有帮助的话,请记得标记,谢谢!
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
-
Hi,
Just checking in to see if the information provided was helpful. Please let us know if you would like further assistance.Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
Hi,
Just want to confirm the current situations.
Please feel free to let us know if you need further assistance.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.