I am setting up an SMS Installer script to install DNS upgrades to client computers and I want to include logic that evaluates whether DHCP is set to yes in the TCP/IP configuration. I need to be able to determine this information at execution time; I do not want to have to manually check TCP/IP properties.
I was unable to find any specific file or registry entries that provide this specific information.
If the “HKLM\system\CCS\Services\Class\NetTrans\001” key, string value (IPAddress) is set to “”””, will DHCP automatically be set to “YES”?
Is there any other way to determine this setting?