About 35,000 results
Open links in new tab
  1. Get-Command (Microsoft.PowerShell.Core) - PowerShell

    Get-Command gets the commands from PowerShell modules and commands available on your system. To get only commands that have been imported into the current session, use the ListImported …

  2. Get-Command in PowerShell: Tips and Tricks

    Feb 8, 2026 · Just type Get-Command in the PowerShell prompt, and it will return a list of all available commands, including cmdlets, functions, aliases, and more. This command is invaluable for those …

  3. How to Use PowerShell Get-Command: A Beginner’s Guide

    Sep 17, 2025 · Whether you’re new to PowerShell or have been scripting for years, this cmdlet is your go-to for finding and exploring the commands available. In this guide, I’ll walk you through everything …

  4. Get-Command - PowerShell - SS64.com

    Get-Command gets its data directly from the code of a cmdlet, function, script, or alias, unlike Get-Help, which gets its information from help topic files. The -Module parameter will find the commands added …

  5. PowerShell is fun :)Using Get-Command in PowerShell

    Dec 27, 2024 · Get-Command gets the commands from PowerShell modules and commands that were imported from other sessions. To get only commands that have been imported into the current …

  6. Get-Command: List PowerShell Commands - Config Server Firewall

    In this PowerShell tutorial, we will learn how to use the Get-Command cmdlet to find PowerShell commands by looking at several examples.

  7. PowerShell Get-Command Explained With Examples - Itechguides

    Sep 1, 2024 · You use the Get-Command to return all commands installed on your computer. Furthermore, the Get-Command returns cmdlets, aliases, functions, filters, scripts, and applications. …