Question

The title is kind of self-explaining as I am trying to figure out which service pack version that is installed on my SharePoint.

Was it helpful?

Solution

Check out this article on nothingbutsharepoint.com on how to find the versions in SP2010. And Todd Klindt has a nice break down too.

Taken from Todd's article,

To see which build your farm is, go to Central Administration > System Settings > Manage servers in your farm (/_admin/FarmServers.aspx)

Or using Windows PowerShell: (get-spfarm).buildversion

To see which build your products are, go to Central Administration > Upgrade and Migration > Check Product and patch installation status. (/_admin/PatchStatus.aspx)

To see which build your databases are, go to Central Administration > Upgrade and Migration > Review database status (/_admin/DatabaseStatus.aspx)

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top