Will PowerShell 3 script run on Windows 7?
powershell, powershell-3.0
Solution
Windows 7 from installation is with Powershell version 2.0.
For Powershell v. 3.0 you need Windows Management Framework 3.0 on a windows 7 sp1 and .net framework 4
Problem
Will a PowerShell 3 script that contains PowerShell 3 cmdlets run on a vanilla installation of Windows 7 Professional or Enterprise? If not what are the minimum prerequisites required? (Sorry, Powershell newbie)