💻

Guide to Installing and Using PowerShell

Feb 21, 2025

Windows PowerShell Installation and Usage

Locating PowerShell

  • Start Menu Navigation:
    • Find PowerShell under Start menu > All Programs > Accessories > Windows PowerShell.
    • On 64-bit systems, both 64-bit and x86 32-bit versions are available.

Importance of the Correct Version

  • Extensions & Snap-ins:
    • Extensions come in 32-bit or 64-bit versions.
    • Match extensions to the shell architecture.
    • 64-bit snap-ins cannot be used in x86 or 32-bit shell.
  • Recommended Usage:
    • Prefer using the 64-bit version (no parenthesis).
    • Use 32-bit only if necessary for specific extensions or snap-ins.

Installing PowerShell

  • If not pre-installed, download from:
  • Ensure Correct Download:
    • Match download to system architecture and operating system.

PowerShell on Server Operating Systems

  • Default Installation:
    • Installed by default on Windows Server 2008 R2 and later.
    • Only text console is installed by default.
  • Graphical Console (ISE) Installation:
    • Use Server Manager:
      • Navigate to Features section.
      • Click Add Features when information is collected.
      • Scroll to and select Windows PowerShell Integrated Scripting Environment (ISE).

Launching PowerShell

  • Options to launch:
    • Text Console
    • Integrated Scripting Environment (ISE)
    • Begin using PowerShell as needed.