I am attempting to create a solution to launch remote processes in an environment which is very stable, and I know the user base will have Windows 7 - most will have no updates to it though.
Remote SSIS Package Execution with PowerShell 2.0 says that Windows 7 comes with PowerShell 2.0 and would therefore be capable of the remote execution, but I seem to remember having to upgrade my machine to PowerShell 2. I am currently on v3 of PowerShell and don't have access to the machines on which the script would need to run.
What version of PowerShell comes with Windows 7 out of the box?
It is a strange path to install v2.0, no?
– Thronk Sep 26 '13 at 20:14Post this and I will mark it as an answer. I cannot as not enough status...
PS C:\Users\tk> $psversiontable.psversion
Major Minor Build Revision
2 0 -1 -1
– Thronk Sep 26 '13 at 20:16