Introduction
Get-Command helps you find commands available in PowerShell. It shows what commands you can run.
You want to see if a command exists before using it.
You need to find commands related to a task, like 'file' or 'process'.
You want to discover commands from modules you installed.
You want to check the type of a command (cmdlet, function, alias).