•Arnošt Havelka
Discover Commands with Get-Command
Find PowerShell commands using Get-Command.
Start Interactive LessonThe 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 / 1How 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.