spjeff / sppatchify

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

Monthly CUs #29

Open prafulrpatel389 opened 4 years ago

prafulrpatel389 commented 4 years ago

https://raw.githubusercontent.com/spjeff/sppatchify/master/SPPatchify-Download-CU.csv

How often is this list updated? How can an end user modify the code so it does not override changes that are made to file manually?

Aprazeth commented 4 years ago

You can see how often the file has been updated by checking the history; https://github.com/spjeff/sppatchify/commits/master/SPPatchify-Download-CU.csv

Judging by what I have seen so far, you could download the files to your server/computer, and update/modify the CSV-file yourself (adhering to the formatting it currently uses). You might have to comment out a few parts in the function PatchMenu (where it downloads the version from the internet, without checking if the current version is newer or not)

Alternatively, and perhaps the best - is to update the file here and do a pull request to get it updated so everyone benefits 👍

Though that said, it might be handy if users could provide their own download locations in-house instead (let's say you have a secured/controlled environment that has no direct internet access) though, you'd probably not have access to Github from there either, so it probably uses the local file (which then reverts back to my earlier comment, of updating it yourself)