PowerShell 管理员命令
Get-WmiObject -class MSFC_FCAdapterHBAAttributes -namespace "rootWMI" | ForEach-Object {(($_.NodeWWN) | ForEach-Object {"{0:x}" -f $_}) -join ":"}
PowerShell 管理员命令
Get-WmiObject -class MSFC_FCAdapterHBAAttributes -namespace "rootWMI" | ForEach-Object {(($_.NodeWWN) | ForEach-Object {"{0:x}" -f $_}) -join ":"}