현재 PowerShell 세션에서 사용 가능한 명령을 나열하고 가져옴. 이 명령은 PowerShell을 통해서만 실행 가능. 더 많은 정보: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/get-command.
Get-Command
Get-Command -ListImported
Get-Command -Type {{별칭|Cmdlet|함수}}
Get-Command -Type Application
Microsoft.PowerShell.Utility
:Get-Command -Module {{모듈}}
Get-Command {{명령}}