•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]
Get-*All Get- commands
-Name '*item*'Commands containing 'item'
Terminal
C:\Users\User>Get-Command [pattern]
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.