About 50 results
Open links in new tab
  1. Getting Started with PowerShell - PowerShell | Microsoft Learn

    Aug 2, 2024 · This chapter focuses on finding and launching PowerShell and solving the initial pain points that new users experience with PowerShell. Follow along and walk through the examples in …

  2. Get started with Windows PowerShell - Training | Microsoft Learn

    This learning path introduces you to Windows PowerShell and provides an overview of the product’s functionality. It explains how to open and configure Windows PowerShell, run commands, and use its …

  3. PowerShell learning resources - PowerShell | Microsoft Learn

    Nov 21, 2025 · A list of resources for learning PowerShell and connecting with other PowerShell users.

  4. about_Using - PowerShell | Microsoft Learn

    The using statement allows you to specify namespaces to use in the session. Adding namespaces simplifies usage of .NET classes and members and allows you to import classes from script modules …

  5. Get started with Azure PowerShell | Microsoft Learn

    Feb 3, 2026 · Learn how to get started with Azure PowerShell to manage Azure resources, sign in, and find essential cmdlets for automating tasks with ease.

  6. Working with Hyper-V and Windows PowerShell | Microsoft Learn

    Aug 14, 2025 · Learn about working with Hyper-V and how to automate tasks using Windows PowerShell.

  7. Unblock-File (Microsoft.PowerShell.Utility) - PowerShell

    It unblocks PowerShell script files that were downloaded from the internet so you can run them, even when the PowerShell execution policy is RemoteSigned. By default, these files are blocked to protect …

  8. Install PowerShell on Windows - PowerShell | Microsoft Learn

    Dec 17, 2025 · Install PowerShell using WinGet (recommended) WinGet, the Windows Package Manager, is a command-line tool enables users to discover, install, upgrade, remove, and configure …

  9. about_Splatting - PowerShell | Microsoft Learn

    Jan 19, 2026 · The commands in this example use the Write-Host cmdlet to write messages to the host program console. It uses splatting to specify the foreground and background colors.

  10. Compress-Archive (Microsoft.PowerShell.Archive) - PowerShell

    An archive file can be compressed using the compression algorithm specified by the CompressionLevel parameter. The Compress-Archive cmdlet uses the System.IO.Compression.ZipArchive API to …