DHCP Option ayarları içerisinde 60 numaralı option değerini online Os deployment dağıtımı için ihtiyacım oldu ve uygulamak istediğimde ilgili değerin olmadığını gördüm.
ilgili değerin devreye alınabilmesi için powershell üzerinde aşağıdaki adımları adım adım uyguladığımda ilgili option değeri oluşmuştur.
netsh dhcp server add optiondef 60 PXEClient STRING 0 comment=”Option added for PXE support” set optionvalue 60 STRING PXEClient exit
PS C:\Windows\system32> netsh netsh>dhcp server netsh dhcp server>add optiondef 60 PXEClient STRING 0 comment="Option added for PXE support" Command completed successfully. netsh dhcp server>set optionvalue 60 STRING PXEClient Command completed successfully. netsh dhcp server>exit3 The following command was not found: exit3. netsh dhcp server>exit PS C:\Windows\system32>
Umarım faydalı olmultur,