Links: Part 1, Part 2, Part 3, Part 4
OSDAdapter0EnableWINS
Set this to True to use WINS for name resolution.
Task Sequence example:
OSDAdapter0EnableWINS=True
OSDAdapter0WINSServerList
Comma-delimited list of WINS server IP addresses. This property is ignored unless EnableWINS is set to True.
Result in Windows:
Task Sequence example:
OSDAdapter0WINSServerList=10.10.10.1,10.10.10.2
OSDAdapter0TcpipNetbiosOptions
Options for NetBIOS over TCP/IP. Possible values are:
- 0 Use NetBIOS settings from DHCP server (Default).
- 1 Enable NetBIOS over TCP/IP.
- 2 Disable NetBIOS over TCP/IP.
Result in Windows:
Task Sequence example:
OSDAdapter0TcpipNetbiosOptions=2
OSDAdapter0Name
Name of the network connection as it appears in the network connections control panel program. The name is between 0 and 255 characters in length.
Result in Windows:
Task Sequence example:
OSDAdapter0Name=Test
OSDDNSDomain
Specifies the primary DNS suffix used by the destination computer
Result in Windows:
Task Sequence example:
OSDDNSDomain=gt.local
OSDAdapter0MacAddress
Media access controller (MAC) address used to match settings to physical network adapter. If used you must specify MAC address on all interfaces.
With this setting you make sure that your setting for example for OSDAdapter0 is applied to a specific adapter.
Task Sequence example:
OSDAdapter0MacAddress=00:50:56:34:FB:23