How to determine if it is SAN or local disk storage type using PowerShell?

2.2k views Asked by At

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?

0

There are 0 answers