spjeff / sppatchify

SharePoint Patchify - centralized tool to apply CU patch to entire farm from one console
MIT License
1 stars 0 forks source link

offline install #5

Closed SirJoeBlack closed 7 years ago

SirJoeBlack commented 7 years ago

hi does this work with an offline update ? how do I skip the download of the cu as I already have it downloaded

spjeff commented 7 years ago

Yes Joe. That is supported.

"SPPatchify.ps1 -D" will run download only. I've run this on my local Win10 PC then copy the folder to a SharePoint server.

Running "SPPatchify.ps1" after will begin the patching process on the SharePoint server using the \media\ folder CU contents available locally. No Internet connection required.

Did you try those steps? Or see any errors? Glad to help troubleshoot.

spjeff commented 7 years ago

Should be resolved now. Added test for SharePoint cmdlet available before running in commit https://github.com/spjeff/sppatchify/commit/c227ebdf464ca177ac32555a430158120b6cb775#diff-5918760c8d2458204dcbb74d9364e7d7

Tested offline locally on Win10 successfully.