Interfaces (microsoft-windows-netbt-interfaces)
Interfaces
serves as a container for groups of Interface-specific settings.
Child Elements
Setting | Description |
---|---|
Interface | Contains all settings for a single network interface. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-NetBT | Interfaces
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>