Determining the version of PowerShell you are using is easy with a built in variable. Simply type $PSVersiontable and press enter to find out.
The output shows us our PSVersion or PowerShell version. Note the PSEdition states Desktop. If you have installed a core version onto Linux or another platform you will get an output something like this:
RSS Feed