Keith Smith - My Blog

SharePoint VersionCheck-PostServicePackSteps

Wednesday, April 19, 2017 - by Keith A. Smith

sharepoint mgmt shell (get sharepoint version)
(get-spfarm).buildversion

sharepoint mgmt shell (Check to see if psconfig is needed) if true then run the cmd below
(get-spserver $env:computername).NeedsUpgrade


In order to update the SharePoint databases, you must manually run the PSconfig utility. To run the utility:

1. Open an Administrative command prompt.
2. Change directory to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
3. Run PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures

Sites will be unavailable at this time. Once the above is complete run a iisreset and test your SharePoint sites.

-End
  Share Post   

View Comments Comments


Leave a Comment