Tuesday 11 October 2011

EPM/SharePoint 2010 – How to display farm version?

use the following PowerShell command to display the Farm version.

Get-SPFarm | Select -ExpandProperty BuildVersion

If you have deployed Service Pack1, then your result should looks like this.

image

If you have deployed June 2010 CU, then your result should looks like this.

image

Hope this helps.

No comments:

Post a Comment

Please include your email address with comments.