Related page:
| Version | .NET | Compatibility | Operating System | Comments |
|---|---|---|---|---|
| Powershell 1 | .NET 2.0 | 1 & 2 | WinXP | outdated |
| Powershell 2 | .NET 2.0, .NET 3.5 | WinXP | supported | |
| Powershell 3 | .NET 4.0, .NET 4.5 | 3 & 4 | Win7, Win8 | supported |
| Powershell 4 | .NET 4.0, .NET 4.5 | Win7, Win8.1 | supported, can't be installed on Win8 | |
| Powershell 5 | ? | Win7, Win2012, Win8.1, Win10 | supported | |
$a=1
$code={
$scipt:a++
$a
} GetNewClosure()