Jeff Jones
Jeff Jones
Look great. Recommend merge.
PowerShell to the rescue! Got ya covered. http://www.spjeff.com/2017/11/02/reduce-sppkg-webparts-features-with-powershell/ The below steps will reduce a SPPKG to only select Features and WebParts we want to keep. Every SPPKG file is actually...
Thank you. Yes, good point.
Hi Vonder, Would you please download the latest release ZIP and run a test? When you open a new PowerShell window and run the below two lines - does it...
Hi Surya, Thanks for reaching out. Want to add the function below into PS1 and run a test? Maybe this can add backward compatibility support for older 2008 R2. If...
Open to changes. Idea was to pause any scheduled maintenance jobs. Have pull request with updated code?
Can you connect to tenant with AppID and AppSecret? Connect-PNPOnline -AppId "e419e703-5293-402c-bb70-3aff593b850b" -AppSecret "secret-here"
Haven't see this error before. Steps worked well on my tenant.
Looking at MS docs I see single parameter constructor. https://docs.microsoft.com/en-us/dotnet/api/microsoft.sharepoint.client.search.contentpush.pushtenantmanager
Hi Jay. I came across the same error and wasn't able to resolve. Appears to be something extra needed with the package format but ULS logs did not help me...