This is just a reminder for a PowerShell script that give you exactly Build Version of your SharePoint Farm.
This commandlet is valid for both 2010 and 2013 version of SharePoint.
It return non the level of installed SharePoint build, but the actual running SharePoint version.
This depends to the fact you have run SharePoint Configuration Wizard after a patch installation or not.
Review Database Status using the link in Central Administration:
http://sharepointCAUrl:port/_admin/DatabaseStatus.aspx
The command is (Open SharePoint Management Shell as Farm Admin):
(Get-spfarm).buildversion
The Output should be like this:
Major Minor Build Revision
----- ----- ----- --------
14 0 6134 5000
No comments:
Post a Comment