Is it possible to install PowerShell 3 on a Windows Server 2003 or 2003 R2?

16,595
  1. No.
  2. I would use Poshcode/ Jaykul modules:
Share:
16,595

Related videos on Youtube

Jeroen Wiert Pluimers
Author by

Jeroen Wiert Pluimers

Makes things work. Specialist in .NET, Win32, x64, C#, SQL, Visual Studio and Delphi. Knows how to strike a balance between old and brand new technology to make things work. DOS, mobile, big systems, you name it. Surviving rectal cancer. Married to a cancer survivor. As curator responsible for his brother that has an IQ < 50 and autism. 40+ year member of world class marching band Adest Musica. Trained and performed a few half marathons including 2013 NY and 2014 Naples, FL. Twitter: jpluimers Blog: wiert.me github: jpluimers LinkedIn: jwpluimers Keybase.io: wiert StackExchange/StackOverflow: stackexchange.com/users/14295

Updated on September 18, 2022

Comments

  • Jeroen Wiert Pluimers
    Jeroen Wiert Pluimers over 1 year

    On a Windows Server 2003 rig (which already has .NET 4 but no 4.5 on it) that is to be expired before the end of the year, I'd like to run a few PowerShell 3 scripts on a scheduled base as the scripts depend on functionality introduced in PowerShell 3.

    There are not many useful hits in the search I tried as they give mixed information: Some indicate it is possible but others indicate impossible and it certainly is not in the official downloads.

    So:

    1. Are there workarounds to install PowerShell 3 on Windows Server 2003?
    2. If not, where should I look for replacement Cmdlets that are unique to PowerShell 3 like Invoke-RestMethod, ConvertTo-Json, ConvertFrom-Json or Invoke-WebRequest?
    • sean christe
      sean christe almost 10 years
      Have you simply tried installing it?
    • Jeroen Wiert Pluimers
      Jeroen Wiert Pluimers almost 10 years
      @EBGreen which .MSU file would you suggest, and how should I install it on Windows Server 2003?
  • Jeroen Wiert Pluimers
    Jeroen Wiert Pluimers almost 10 years
    Thanks. 1 wasn't what I hoped for, but the Poshcode looks promising (well, the ones not requiring too many assemblies). I might go for the built-in .NET Object though. Need to give this some thinking, as depending on the amount of time, I might migrate the server to a more modern Window as well.