About 34,600 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 Cheat Sheet | Get-Command Command Line Guide

    Mar 1, 2025 · What Is Get-Command? Get-Command is a built-in PowerShell cmdlet that retrieves a list of all the commands available in your current environment. This includes cmdlets, functions, aliases, …

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

    Sep 17, 2025 · In this guide, I’ll walk you through everything you need to know about PowerShell Get-Command. We’ll look at syntax, real-life examples, and some cool tricks I’ve picked up over the years.

  4. 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 …

  5. 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. …

  6. Get-Command - PowerShell - SS64.com

    Get all commands, including commands of the same type that have the same name. By default, only returns the command that would run if you typed the command name. PowerShell 3.0+ (In …

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

    In this tutorial, we will learn the PowerShell Get-Command cmdlet, which we can use to find other commands. Examples. Command Options. We will start by looking at several practical examples to …

  8. Mastering the 'Get-Command' PowerShell Command (with Examples)

    Dec 17, 2024 · When you are getting started with PowerShell or need an overview of the diverse range of commands available for use, Get-Command without any parameters gives you a complete …

  9. Get-Command - PowerShell Command | PDQ

    Get-Command gets the commands from Windows PowerShell modules and snap-ins and commands that were imported from other sessions. To get only commands that have been imported into the …

  10. PowerShell-Docs/reference/7.6/Microsoft.PowerShell.Core/Get-Command

    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 …