随笔分类 -  Windows

摘要:使用netsh命令导出dhcp服务器已有的地址为文本文件 netsh dhcp server 192.168.0.130 scope 192.168.120.0 dump > c:\dhcpd.txt 这里的server 192.168.0.130表示dhcp服务器地址,scope表示作用域。 编辑 阅读全文
posted @ 2019-09-28 15:09 风过留峰 阅读(3030) 评论(0) 推荐(0)
摘要:服务端: 由于Server 2008没有提供自动同步的功能,需要使用计划任务运行命令进行同步。创建一个计划任务每周日00:00:00运行,命令如下: w32tm /config /manualpeerlist:time.windows.com /syncfromflags:manual /relia 阅读全文
posted @ 2018-11-07 11:11 风过留峰 阅读(2474) 评论(0) 推荐(0)