How do I find which Windows version I\'m using?
I\'m using PowerShell 2.0 and tried:
PS C:\\> ver The term \'ver\' is not recognized as the name o
Should be easy like this :
Get-ComputerInfo | select windowsversion