Use Powershell to Gather Disk/Partition/Mount Point Information
I put together a function for remotely gathering Windows disk information. This was specifically written to accommodate alternate credentials. This script also accounts for the glaring disconnect between win32_Volume and win32_DiskDrive within WMI.
Continue reading