Microsoft Windows Powershell is a very useful tool that brought some sanity to managing Windows outside the GUI.
To find the version you are running, open Powershell, paste and hit enter:
$PSVersionTable.PSVersion
Result:
Windows PowerShell Copyright (C) 2015 Microsoft Corporation. All rights reserved. PS C:\Users\username> $PSVersionTable.PSVersion Major Minor Build Revision ----- ----- ----- -------- 5 0 10586 117
That’s it!