Below is the closest possible call of PSConfig which will do what PSConfigUI does on B2B upgrade:
PSConfig.exe -cmd installCheck -cmd helpcollections -installall -cmd secureresources -cmd services -install -cmd installfeatures -cmd upgrade -inplace b2b -cmd applicationcontent -install
Some “unexposed” commands still missing, like “-cmd global -restartiis” but iisreset will be anyway triggered in finalization step, so I think it’s safe to call PSConfig this way as a stable alternative to PSConfigUI.
“-cmd installCheck” can also be skipped as it makes no sense by itself but only when using param “-noinstallcheck”.
The only significant difference from Stefan’s example: “-cmd services -install”, and I recommend to include it on each upgrade.
↧
Comment on Why I prefer PSCONFIGUI.EXE over PSCONFIG.EXE by Alex Lknr
↧