Comment on Feature Pack 1 for SharePoint Server 2016 – Feature Documentation...
What modification do you mean?
View ArticleComment on December 2016 CU for SharePoint Server 2016 is available for...
Hi MP, you can find the explanation in the article I released today:...
View ArticleComment on SharePoint 2010 SP2 and Windows Server 2012 R2 by Kani
Hi Stephan, I am trying to install SharePoint 2010 on fresh server 2012 server. For this I have downloaded the following ISO file (3.3 G.B) from MSDN....
View ArticleComment on SharePoint 2010 SP2 and Windows Server 2012 R2 by Stefan Goßner
Hi Kani, seems you downloaded the wrong package. You need to download the following package: “SharePoint Server 2010 with Service Pack 2”. This is the full SharePoint version with integrated SP2. I...
View ArticleComment on SharePoint Server 2016 patching using side-by-side functionality...
so this: ((Get-SPProduct) | % {$product = $_; $product.PatchableUnitDisplayNames | % {$product.GetPatchableUnitInfoByDisplayName($_) | % {$_.LatestPatch}}} | sort Version -Descending | select -First...
View ArticleComment on SharePoint Server 2016 patching using side-by-side functionality...
My question is about what happens when you update an existing custom solution that puts scripts into layouts/customfolder. The ones being used will now be in the version subdirectory. How does a...
View ArticleComment on SharePoint Server 2016 patching using side-by-side functionality...
Hi Jason, to be honest I’m not sure if custom javascript files would also be redirected as I don’t have any customizations on my boxes right now to test. If you test this it would be great if you could...
View ArticleComment on SharePoint Server 2016 patching using side-by-side functionality...
Hi Piotr, not really. If you install just a security fix in (e.g.) December and not all CU files then you would end up with the same version number as if you intalled the December CU. So a single...
View ArticleComment on SharePoint Server 2016 patching using side-by-side functionality...
They are redirected into the new location which makes development a bit confusing. We will do some testing on our side and see if we can figure out a way to solve that issue. Thanks for the great...
View ArticleComment on SharePoint Server 2016 patching using side-by-side functionality...
And by solve I mean doing development that involves JS in the layouts directory. We are going to have to figure out a way to get them deployed to the right place. Maybe a post deployment command built...
View ArticleComment on SharePoint Server 2016 patching using side-by-side functionality...
Hi Jason, in such a case I would assume that it will be required to call copy-sidebysidefiles to ensure that the updated javascript files are copied into the version directory. Alternatively you could...
View ArticleComment on SharePoint Server 2016 patching using side-by-side functionality...
Thanks we will try a few options and see what works best for us. We have lots of custom code that has been written over the years so we need something stable and reproducible across environments.
View ArticleComment on SharePoint security fixes released with January 2017 PU and...
No security Fixes for SP2010 also = no CU for SP2010 since no feature updates since end of life? Correct?
View ArticleComment on SharePoint Server 2016 patching using side-by-side functionality...
@Stefan @Jason A couple things as they relate to deploying custom solutions. The Copy-SPSideBySideFiles script only copies css, js, and htm files. Which is a problem for us because we have other file...
View ArticleComment on SharePoint Server 2016 patching using side-by-side functionality...
Hi Dan, its not exactly as you mentioned. The patching is only done in the layouts folder. PSConfig later copies the current JS, CSS and HTM files into the new created “version” folder. So of course...
View ArticleComment on January 2017 CU for SharePoint 2013 product family is available...
Hi Stefan, thanks a lot for sharing all these helpful posts! One question – you write in this article that the July 2015 CU requires running the SharePoint 2013 Products Configuration Wizard. As I...
View ArticleComment on SharePoint Server 2016 patching using side-by-side functionality...
This is pretty important information: “Be careful not to use this pattern when creating custom directories inside the layouts directory”. Could you take care of putting this in the official...
View ArticleComment on January 2017 CU for SharePoint 2013 product family is available...
Hi Sibylla, to ensure that the whole fix is applied including changes in the database and copying all the files into the right directories PSConfig is required after installing the fix. But usually you...
View ArticleComment on SharePoint Server 2016 patching using side-by-side functionality...
Ah! That makes more sense. I was not aware that SP knew to use the JS files from the version folder and other stuff from the layouts folder. I figured it was one or the other. In that case running...
View Article