Find .Net Version installed on your computer or to find the Powershell version installed on your computer:
- -open POWERSHELL
- -type: $PSVersionTable
The CLRVersion is the .NET version in "version name." If you want to know what it is in "product name" type it into google.
The PSVersion is the Powershell version installed.