I am using the below cmdlet to find out if it is SAN or local disk storage type
Get-WmiObject -Class Win32_DiskDrive
However it is not giving the desired result. What is the correct cmdlet to distinguish between SAN or local storage?
I am using the below cmdlet to find out if it is SAN or local disk storage type
Get-WmiObject -Class Win32_DiskDrive
However it is not giving the desired result. What is the correct cmdlet to distinguish between SAN or local storage?