Find SharePoint Hidden and System Libraries

Every SharePoint site collection always contains multiple mostly hidden libraries (with exception of the site assets library) which are used for storing system data. This data is used to set specific settings of a site collection (e.g. layout, or available webparts).

Weiterlesen „Find SharePoint Hidden and System Libraries“

SharePoint Search Query Tool: InformationProtectionLabelId missing

The SearchQueryTool is an open source tool which helps to execute Search queries for SharePoint. This article explains how to find the special property InformationProtectionLabelId.

Weiterlesen „SharePoint Search Query Tool: InformationProtectionLabelId missing“

PNP PowerShell: Copy local term group from one Site Collection to another

The following function copies the local termgroups of one site collection to another site collection using the PNP PowerShell provisioning cmdlets.

The template is applied in memory using the Get-PnPProvisioningTemplate -OutputInstance parameter and the Apply-PnPProvisioningTemplate -InputInstance commands.
Weiterlesen „PNP PowerShell: Copy local term group from one Site Collection to another“