Skip to content

Instantly share code, notes, and snippets.

@siata13
Created May 6, 2020 06:44
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/7c1107a53ea5c8fc76c0e8297be23e31 to your computer and use it in GitHub Desktop.
Save siata13/7c1107a53ea5c8fc76c0e8297be23e31 to your computer and use it in GitHub Desktop.
Register templates source folder for custom page templates
$templatesFolder = Resolve-PnPFolder -SiteRelativePath "SitePages/Templates"
Set-PnPPropertyBagValue -Folder "SitePages" -Key "vti_TemplatesFolderGuid" -Value $templatesFolder.UniqueId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment