Table of Contents

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