IpAddress (microsoft-windows-netbt-interfaces-interface-nameserverlist-ipaddress)

IpAddress specifies an IP address that is a member of NameServerList.

Note

The child elements do not appear in the Properties pane of Windows System Image Manager (Windows SIM) until you add this element to the answer file.

Child Elements

Setting Description
Key Specifies a unique key for the IP address.
Value Specifies the value of the IP address.

This string type does not support empty elements. Do not create an empty value for this setting.

Valid Configuration Passes

specialize

Parent Hierarchy

Microsoft-Windows-NetBT | Interfaces | Interface | NameServerList | IpAddress

Applies To

For a 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>

NameServerList