In order for this additional option to appear in the "Scope Options" of the DHCP snap-in, run the following commands in the elevated console:
netsh
dhcp server \\localhost
add optiondef 060 PXEClient String 0 comment="Option added for PXE Support"
exit
Further you can configure value of this parameter for the required scope through DHCP snap-in, for example: PXEClient. In the same way you can add other missing parameters in the Microsoft DHCP Server.
netsh
dhcp server \\localhost
add optiondef 060 PXEClient String 0 comment="Option added for PXE Support"
exit
Further you can configure value of this parameter for the required scope through DHCP snap-in, for example: PXEClient. In the same way you can add other missing parameters in the Microsoft DHCP Server.
No comments:
Post a Comment