PowerShell
What if the Office 365 CLI supported PnP Provisioning Templates
Provisioning SharePoint configuration from PnP Provisioning Templates is very convenient, but works only on Windows.
Granting the “Retrieve People Data for Search Crawlers” administration permission on the User Profile Service Application using PowerShell
When working with search-driven solutions, or even if you just want to be able to search for people, SharePoint Search has to be granted access to that information in order to crawl it. Generally all of this is being automatically taken care of when provisioning the Search Service Application. On rare occasions you might however need to grant this permission manually.
Inconvenient copying Host Named Site Collections with multiple SPSiteUrls
Copying Site Collections in SharePoint 2013 is trivial, except if you are trying to copy a Host Named Site Collection with multiple SPSiteUrls.
Fixing the ‘Failed generating sitemap for site’ error in SharePoint 2013
When working with cross-site publishing it might just happen that the XML Sitemap for your site is not being generated anymore. Find out what the reason for this is and, what’s more important, how to fix it.
Inconvenient backup and restore of Sites with Catalog Connections to different URLs
Using Catalog Connections in SharePoint 2013 offers great flexibility with regard to content reuse within as well as across Farms. Unfortunately, as Catalog Connections are based on URLs, they break if you restore your Site Collections to different URLs. So is rebuilding Catalog Connections the only option or is there a better way to work with Catalog Connections and backup and restore of Site Collections to different URLs?