Identifier (microsoft-windows-netbt-interfaces-interface-identifier)
Identifier
specifies the interface to apply to other settings within Interface. It can be expressed in one of the following ways:
As a string representation of an interface net locally unique identifier (NetLUID) (0x6000001000000)
As an interface alias (Local Area Connection)
As an interface MAC address (00-11-22-33-44-55)
Values
Identifier |
Specifies the interface to apply to the other settings within the Interface setting. Identifier is a string with a maximum length of 256 characters. |
This string type does not support empty elements. Do not create an empty value for this setting.
Parent Hierarchy
microsoft-windows-netbt- | Interfaces | Interface | Identifier
Applies To
For a 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.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>