In this post i am going to explain three methods, how we can check current installed version of SharePoint 2010.
Method 1: Through SharePoint 2010 Central Administration:
- Open SharePoint 2010 Central Administration
- Click on the link for System Settings
- Click the link for Manage Servers in This Farm
- Look at the Configuration Database Version field
Method 2: Through Product and Patch Installation Status:
- Open SharePoint 2010 Central Administration
- Click on the link for Upgrade and Migration
- Click the link for Check Product and Patch Installation Status
- Look at the Version column for the release your server is at
Method 3: PowerShell
- Open SharePoint 2010 Management Shell from the Start menu (right-click and select Run as Administrator)
- Type (get-spfarm).buildversion
Tags: Power Shell Commands, SharePoint 2010, SharePoint Administration





