Skip to content

Instantly share code, notes, and snippets.

@pkbullock
Last active April 11, 2020 20:49
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 pkbullock/b87cf47638c4adab17ecfe8a301a3842 to your computer and use it in GitHub Desktop.
Save pkbullock/b87cf47638c4adab17ecfe8a301a3842 to your computer and use it in GitHub Desktop.
Term Store Transformation Example Command
ConvertTo-PnPClientSidePage -Identity "Our-New-IT-Suite-Is-Mint.aspx" -PublishingPage `
-TargetConnection $spOnlineConn -Connection $sp13Conn `
-Overwrite `
-PageLayoutMapping C:\temp\Demo\onprem-news-mapping.xml `
-TermMappingFile C:\temp\Demo\termmapping.csv `
-LogType Console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment