Get-Command

List and get available commands in the current PowerShell session. This command can only be run through PowerShell. More information: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/get-command.

Get-Command

Get-Command -ListImported

Get-Command -Type {{Alias|Cmdlet|Function}}

Get-Command -Type Application

Get-Command -Module {{module}}

Get-Command {{command}}