Find Windows Server Version from the Command Line
By : Josh -
Here is a useful command that will show which Windows Version is installed:
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
By : Josh -
Here is a useful command that will show which Windows Version is installed:
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"