Answers:
ipconfig /all
将显示您的DHCP服务器的位置。有一个订单项显示为“ DHCP Server
”
如果要使用忍者技能,可以使用以下命令 ipconfig /all | find /i "DHCP Server"
也可以通过发出命令来列出域中所有授权的DHCP服务器,例如,如果您需要通过脚本对其进行清单:
netsh dhcp show server
还可以通过ADSI Edit工具查看域中所有授权的DHCP服务器。
"CN=NetServices,CN=Services,CN=Configuration,DC=yourdomain,DC=com"
。C:\>netsh dhcp show server The following command was not found: dhcp show server. C:\>netsh dhcp list - Lists all the commands available. help - Displays help. ? - Displays help. trace - Enable or disable tracing for DHCP client, Dump the last 100 traces.