Skip to content

Instantly share code, notes, and snippets.

@siata13
Last active June 24, 2019 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siata13/26239d223ca889114350c8b10a5c01f8 to your computer and use it in GitHub Desktop.
Save siata13/26239d223ca889114350c8b10a5c01f8 to your computer and use it in GitHub Desktop.
$list = Get-PnPList -Identity "TaxonomyHiddenList";
$web = Get-PnPWeb;
$params = @{ "TaxonomyHiddenListId" = $list.Id; "WebId" = $web.Id }
Apply-PnPProvisioningTemplate -Path $templatePath -Parameters $params
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment