In the latest updates to Windows Server 2008 R2, they also push Windows PowerShell V3.0. But our scripts are built and tested in V2 so far. How to start PowerShell V3 console in V2 mode.
Note. I tried "-Version 2" when running PowerShell.exe. But it does not work.
How does powershell.exe -version 2 not work? This is how you start v2 when installing v3.
powershell.exe -version 2
BTW, make sure PowerShell 2.0 is installed. Check Windows features: