About 73,200 results
Open links in new tab
  1. about_Command_Syntax - PowerShell | Microsoft Learn

    Apr 8, 2026 · The Get-Help and Get-Command cmdlets display syntax diagrams to help you construct commands correctly. This …

  2. PowerShell Cheat Sheet / Quick Reference · GitHub

    Aug 10, 2026 · Get-Command - Name * module * - Module mic * core # Which commands can I use to work with modules? Get …

  3. Getting Started with PowerShell - PowerShell 101 | Microsoft Learn

    Feb 6, 2026 · This chapter focuses on finding and launching PowerShell and solving the initial pain points that new users experience …

  4. The Most Helpful PowerShell Cheat Sheet You’ll Ever Find

    Jul 2, 2026 · Say goodbye to the hassle of trying to remember the exact syntax for your PowerShell commands! With our PowerShell …

  5. 35+ PowerShell Commands you Must Know — LazyAdmin

    Oct 25, 2024 · More then 35 PowerShell commands to get your started with writing scripts. Including free PowerShell Cheat Sheet.

  6. PowerShell How-to guides - PowerShell cmdlet - SS64 Command

    Windows PowerShell How-to guides and examples ... Variables ... Evaluate expressions ... Functions and Modules

  7. Windows PowerShell Tutorial - GeeksforGeeks

    Jan 12, 2026 · PowerShell provides built-in help and documentation using the commands such as Get-Help and Get-Command. …

  8. The Best PowerShell Cheat Sheet — LazyAdmin

    Dec 5, 2025 · The most complete PowerShell Cheat Sheet that you will find. Perfect for beginners and experienced PowerShell users

  9. Essential PowerShell Commands: A Cheat Sheet for Beginners

    Aug 25, 2025 · PowerShell commands use a verb-noun syntax. The verb part specifies the action to be performed, and the noun part …

  10. syntax - What does the "@" symbol do in PowerShell? - Stack Overflow

    Dec 12, 2008 · I've seen the @ symbol used in PowerShell to initialise arrays. What exactly does the @ symbol denote and where …