/DiscoverWindowsDisks

PowerShell function used in conjunction with Sysinternals' DiskExt to discover drive letters/mount points on remote Windows servers and map them to physical disks and potentially VMDK files.

Primary LanguagePowerShell

Introduction

This repository contain a Powershell function that is designed to map drive letters and mount points on remote Windows hosts to physical disk information, and potentially VMDK files.

Usage

Copy the contents of DiscoverWindowsDisks.ps1 into your script or Powershell module. A Powershell help section is built-in to the function which includes detailed usage instructions and examples.