NetbiosOptions

NetbiosOptions 指定 NetBIOS 服务的可配置安全设置,并确定父接口上 NetBIOS over TCP/IP 的操作模式。

0

指定使用动态主机配置协议 (DHCP) 设置(如果可用)。

1

指定启用 NetBIOS。 如果 DHCP 不可用,则这为默认值。

2

指定禁用 NetBIOS。

父层次结构

microsoft-windows-netbt- | Interfaces | Interface | NetbiosOptions

应用于

有关此组件支持的受支持 Windows 版本和体系结构的列表,请参阅 microsoft-windows-netbt-

XML 示例

以下 XML 输出演示如何配置 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>

Interface