sppatchify icon indicating copy to clipboard operation
sppatchify copied to clipboard

SharePoint Patchify - centralized tool to apply CU patch to entire farm from one console

Results 12 sppatchify issues
Sort by recently updated
recently updated
newest added

Hi, what is the reason and what was the intention for toggling "Schedule" service? In phase one it gets disabled first by "ChangeServices $false" and then it tries to execute...

On line 1837 we stop W3SVC but on the next line IISStart is called. IIS can't start with W3SVC stopped. What is the intention here?

The purple download button on the page points to an old ZIP file containing an old version of the SPPatchify.ps1 instead of the one visible in the master branch. ![image](https://user-images.githubusercontent.com/33414510/124123413-9757a900-da77-11eb-9477-cbea5a0f28b6.png)

the CopyExe has code to monitor jobs https://github.com/spjeff/sppatchify/blob/75120d017d79f1b7ca76853d252dbc8273b93ea3/SPPatchify.ps1#L142 But the robocopy command is not invoked with -asJob

Hi Jeff, We are using Windows Server 2008 R2 OS for SharePoint 2013. Does this script supports Windows Server 2008 R2? I am seeing below error while running script. ERROR:...

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?

SP2013 January 2019 CU fails to install because it cannot start the application pools (since W3SVC is set to disabled). The following errors are logged in the Application Event Log:...

I followed all the steps to configure credssp (winrm quickconfig, enable credssp both client and computer, enable ps-remoting, set local group policy, set the SPNs, everything I could find) and...

`I have the language pack installed on a farm so production selection fail on $sppl = (Get-SPProduct -Local) |? {$_.ProductName -like "*Microsoft Project Server*"}; i have replaced code with following...