NetbiosOptions

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.

Values

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.

Parent Hierarchy

Microsoft-Windows-NetBT | Interfaces | Interface | NetbiosOptions

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>

See Also

Concepts

Interface