NameServerList

NameServerList ist ein Container für IP-Adressen.

Untergeordnete Elemente

Einstellung Beschreibung
IpAddress Gibt eine IP-Adresse an.

Übergeordnete Hierarchie

Microsoft-Windows-NetBT | Interfaces | Interface | NameServerList

Gilt für

Eine Liste der unterstützten Windows-Editionen und -Architekturen, die diese Komponente unterstützt, finden Sie unter Microsoft-Windows-NetBT.

XML-Beispiel

Die folgende XML-Ausgabe zeigt, wie Sie microsoft-windows-netbt- konfigurieren.

<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