How to Get LUN WWN ID on Windows Server 2012 Operating System
Go to powershell and run below mentioned command.
output :
Get-Disk -Number 17 | Select UniqueId
Replace numeric digit with actual disk ID (can fetch that from disk management console)
output :
UniqueId
--------
60002AC0000000000000006A003430FA
Comments