共用方式為


介面 (microsoft-windows-netbt-interface-interface)

Interface 指定特定介面的設定。

子元素

設定 描述
識別碼 指定要套用至 中其他設定的 Interface 介面。
NameServerList 指定名稱伺服器的清單。
NetbiosOptions 指定 NetBIOS 服務的安全性設定。

有效的組態傳遞

特殊化

父階層

Microsoft-Windows-NetBT | 介面 | 介面

套用至

如需此元件支援的 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>

介面