CMD Master
Back to Blog
Arnošt Havelka

Discover Commands with Get-Command

Find PowerShell commands using Get-Command.

Start Interactive Lesson
Discover Commands with Get-Command

The Get-Command cmdlet helps you discover available commands in PowerShell. Learn to search and filter effectively.

Finding Commands

Try the command

Search for commands!

Build the command
Get-Command [pattern]
Terminal
C:\Users\User>Get-Command Get-*

Powerful Search

Command Prompt
[Lists hundreds of commands]
C:\Users\User>Get-Command

Knowledge Check

1 / 1

How do you search for commands containing 'file'?

References

These documentation links provide authoritative details for the commands used in this article.

Up Next

Navigate Directories in PowerShell

Master the cd command to navigate your file system.