Interface
Interface
specifies settings for a particular interface.
Child Elements
Specifies the interface to apply to other settings in |
|
Specifies the list of name servers. |
|
Specifies security settings for the NetBIOS service. |
Valid Passes
Parent Hierarchy
Microsoft-Windows-NetBT | Interfaces | Interface
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.890</IpAddress>
<IpAddress wcm:action="add" wcm:keyValue="IpAddress2">456.78.90.123</IpAddress>
</NameServerList>
<NetbiosOptions>2</NetbiosOptions>
<Identifier>Local Area Connection</Identifier>
</Interface>
</Interfaces>