Showing posts with label Build Version. Show all posts
Showing posts with label Build Version. Show all posts

Wednesday, April 15, 2015

Build version SharePoint?

Way:1 get-spfarm | select BuildVersion (Get-spfarm).buildversion

Monday, April 6, 2015

How to get build version and products in SharePoint using powershell script?

Products :

(Get-Spfarm).products



Build version:

(Get-Spfarm).buildversion