Showing posts with label Cluster Shared Volume. Show all posts
Showing posts with label Cluster Shared Volume. Show all posts

Monday, October 26, 2015

Check an unique ID of LUN by PowerShell

Each LUN has a Unique ID so we can perform Get-Disk | Select UniqueId on PowerShell to check this ID.


Based on the Unique ID, we can perform Get-Disk | Where UniqueId -eq <UniqueId> | Get-Partition | Select AccessPaths to check this LUN mapped to which CSV.


This posting is provided “AS IS” with no warranties, and confers no rights!