How To Search For An App In PowerShell?

Use `Get-Command `

Use `Get-Command **`

Use `Get-Command -Name -All`

Use `Get-ChildItem Env:Path`

Use `where.exe `

Use `Get-Command | Select-Object Name, Source, CommandType`

Use `Get-Application` if available in your environment

Use `Get-AppxPackage **`

Use `Get-Package **`

Use `winget search `

Suggested for You

Trending Today