我写了一个PowerShell命令来查找NIC绑定顺序:
$adapter = Invoke-Command -ComputerName $ComputerName {(Get-NetAdapter).Name}
Add-Content $report "<td bgcolor= 'Aquamarine' height='25' align=center><B>$adapter</B></td>"
并且输出的格式如下:
vEthernet (10.214.14.0_21) public storage Ethernet 5 Ethernet 6 Ethernet 2 Ethernet 4
无论如何,输出将以这种格式显示:
vEthernet (10.214.14.0_21), public, storage,Ethernet 5,Ethernet 6 , Ethernet 2 , Ethernet 4