-1

Is there any command (or command set) to get the opportunity list of PowerShell version from PowerShell command prompt?

I've solved this question. It is possible to overview the newest features by command Get-Help about_Windows_PowerShell_5.0.

roalz
  • 2,699
  • 3
  • 25
  • 42
  • Hello! I've solved this question. It is possible to overview the newest faetures by command `Get-Help about_Windows_PowerShell_5.0`. So my question is not a duplicate. – Mitya Kuznetsov Jan 06 '17 at 13:16

1 Answers1

0

The $PSVersionTable variable contains information about the PowerShell environment. If you look at $PSVerstionTable.PSVersion it will give you the version of PowerShell.

Sean
  • 60,939
  • 11
  • 97
  • 136