Configure dhcp optionvalue 066 with netsh
Open a Command Line or PowerShell window
netsh dhcp server
scope set optionvalue 066 STRING
For IPv4 specific:
netsh dhcp server V4 scope set optionvalue 066 STRING
For IPv6 specific:
netsh dhcp server V6 scope set optionvalue 066 STRING
Was this article helpful?