Value 指定 IpAddress 的值。
注意 在将 IpAddress 添加到答案文件之前,此元素不会出现在 Windows 系统映像管理器 (Windows SIM) 的“属性”窗格中。
值
值 |
指定 IP 地址的值。 值是一个字符串。 |
有效配置阶段
specialize
父层次结构
microsoft-windows-netbt- | Interfaces | Interface | NameServerList | IpAddress | Value
应用于
有关此组件支持的 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>