Showing posts with label SharePoint Server 2010. Show all posts
Showing posts with label SharePoint Server 2010. Show all posts

Thursday, February 28, 2013

Check SharePoint Build version

In this post documenting following three ways of checking the SharePoint build version

  1. Using PowerShell script
  2. Using Central Admin
  3. Using SharePoint Admin database Versions table sql select query

1. Using PowerShell Script

Get-SPFarm | Select BuildVersion


2. Using Central Admin


a. Open Central Admin and go to Upgrade and Migration



b. Under Upgrade and Patch Management click on link "Check product and patch installation status" and now you can now view the patch status for products installed on servers in the farm.






3. Using SharePoint Admin database Versions table sql select query

Log in to SharePoint database server and select the SharePoint Admin database.

select * from Versions