Would you like to learn how to list the USB storage devices using Powershell? In this tutorial, we are going to show you how to use Powershell to display the list of connected USB storage devices on a computer running Windows.

• Windows 2012 R2
• Windows 2016
• Windows 2019
• Windows 10
• Windows 7

Equipment list

The following section presents the list of equipment used to create this tutorial.

As an Amazon Associate, I earn from qualifying purchases.

Related tutorial - PowerShell

On this page, we offer quick access to a list of tutorials related to PowerShell.

Tutorial Powershell - Display the connected USB storage devices

Start a Powershell command-line.

Start Powershell

List the connected USB storage devices.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

There are multiple ways to do the same thing.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

Use WMI to list the connected USB storage devices.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

There are multiple ways to do the same thing.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

Congratulations! You are able to list the connected USB storage devices using Powershell.