$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