Value
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
Value
specifies the value of IpAddress.
Note
This element does not appear in the Properties pane of Windows System Image Manager (Windows SIM) until you add IpAddress to the answer file.
Values
Value |
Specifies the value of the IP address. Value is a string. |
Valid Passes
specialize
Parent Hierarchy
Microsoft-Windows-NetBT | Interfaces | Interface | NameServerList | IpAddress | Value
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-NetBT.
XML Example
The following XML output shows how to configure Microsoft-Windows-NetBT.
<Interfaces>
<Interface wcm:action="add">
<NameServerList>
<IpAddress wcm:action="add" wcm:keyValue="IpAddress1">123.45.67.89</IpAddress>
<IpAddress wcm:action="add" wcm:keyValue="IpAddress2">56.78.90.123</IpAddress>
</NameServerList>
<NetbiosOptions>2</NetbiosOptions>
<Identifier>Local Area Connection</Identifier>
</Interface>
</Interfaces>