When you think of PowerShell commands most people think of cmdlets but that’s not the full story.
PowerShell commands encompass:
Aliases
Functions
Cmdlets
Native Windows commands
When you type a command name the command types listed above… Read the full text.