Saturday, January 18, 2014

How to get the build version of SharePoint 2010

Using powershell

Go to SharePoint 2010 Management Shell and enter the following script to get the SharePoint 2010 farm build version

(Get-SPFarm).BuildVersion


References:

http://pointsofsharepoint.blogspot.sg/2012/03/how-to-get-build-version-of-sharepoint.html

No comments:

Post a Comment

Image noise comparison methods

 1. using reference image technique     - peak_signal_noise_ratio (PSNR)     - SSI 2. non-reference image technique     - BRISQUE python pac...