Training
Module
Configure IP network connectivity - Training
This module explores configuring Windows clients to communicate over IPv4 and IPv6 networks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
NetbiosOptions
specifies the configurable security settings for the NetBIOS service and determines the mode of operation for NetBIOS over TCP/IP on the parent interface.
0 |
Specifies that the Dynamic Host Configuration Protocol (DHCP) setting is used if available. |
1 |
Specifies that NetBIOS is enabled. This is the default value if DHCP is not available. |
2 |
Specifies that NetBIOS is disabled. |
microsoft-windows-netbt- | Interfaces | Interface | NetbiosOptions
For a list of the supported Windows editions and architectures that this component supports, see microsoft-windows-netbt-.
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>
Training
Module
Configure IP network connectivity - Training
This module explores configuring Windows clients to communicate over IPv4 and IPv6 networks.
Documentation
Describes how to configure a computer running Windows Server 2003 with TCP/IP networking while NetBIOS is turned off.
Disable NetBIOS over TCP/IP by using DHCP - Windows Server
Describes how to disable NetBIOS over TCP/IP on the DHCP client by using DHCP server options.