PSConfig Upgrade commands by SharePoint Server Version

Following official doc the given PSConfig command to upgrade local SharePoint Server has evolved, this is just a memo

SharePoint Server 2016

PSConfig.exe -cmd upgrade -inplace b2b -wait -cmd applicationcontent -install -cmd installfeatures -cmd secureresources

https://docs.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update

SharePoint Server 2013/2010

PSConfig.exe -cmd upgrade -inplace b2b -wait

Comments