PowerShell 管理员命令
Get-WmiObject -class MSFC_FCAdapterHBAAttributes -namespace "root\WMI" | ForEach-Object {(($_.NodeWWN) | ForEach-Object {"{0:x}" -f $_}) -join ":"}
Windwos 查看WWN Number
原文:https://www.cnblogs.com/-windows/p/12072079.html