次の方法で共有


Interfaces (microsoft-windows-netbt-interfaces)

Interfaces は、Interface 固有のグループのコンテナーとして機能します。

子要素

設定 説明
Interface 1 つのネットワーク インターフェイスのすべての設定が含まれています。

有効な構成パス

specialize

[親階層]

Microsoft-Windows-NetBT | Interfaces

適用対象

このコンポーネントがサポートしている 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>

Microsoft-Windows-NetBT