How to Check SharePoint version installed on the server?
Command:
Open Powershell . Run as administrator.
Type below command.
get-spfarm | select BuildVersion
Result:
BuildVersion
------------------
14.0.4762.1000
Another Command:
([Microsoft.SharePoint.Administration.SPFarm]::Local).buildversion
Result:
Major Minor Build Revision
-------- -------- ------ -----------
14 0 4762 1000
Through Central Administration:
Open SharePoint central administration -> Then from the System Settings
click on Manage servers in this farm.
Then in the Manage servers in this farm, you will able to see the version details.