In past, I have already posted an Article on SQL Script to check SQL Server cluster Nodes, this time, I want to share SQL Script for finding Cluster Shared Drives.
SQL Script to Find SQL Server Cluster Shared Drives
-- SQL Script to Find SQL Server Cluster Shared Drives, Using Function SELECT * FROM fn_servershareddrives() -- SQL Script to Find SQL Server Cluster Shared Drives, Using DMV SELECT * FROM sys.dm_io_cluster_shared_drives