Share Point 2013 – determine the SharePoint version in PowerShell

You can determine which version of SharePoint is installed (2010 = 14, 2013 =15 ) with this line

(Get-PSSnapin Microsoft.SharePoint.PowerShell).Version.Major

You can determine which Build is Installed With this line

(get-spfarm).buildversion

image

To see the build number  friendly names:

SharePoint 2013 Build Numbers

This entry was posted in SharePoint and tagged , , . Bookmark the permalink.

Leave a Reply