Powershell - Version

Windows Powershell Menu

About

version of the engine

Example

  • Starting the engine with the version 3 will still show that we have the version 4 installed
REM even if starting the version 3
PowerShell.exe -Version 3
$PSVersionTable.PSVersion 
# We can see that we have the version 4 installed
Major  Minor  Build  Revision
-----  -----  -----  --------
4      0      -1     -1





Discover More
Windows Powershell Menu
Powershell - Engine

The powershell engine with where: -Version Starts the specified version of Windows PowerShell. Enter a version number with the parameter, such as “-version 2.0”.



Share this page:
Follow us:
Task Runner