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
Microsoft.PowerShell.Utility
for utility-related commands:Get-Command -Module {{module}}
Get-Command {{command}}