Skip to content

Instantly share code, notes, and snippets.

@pkbullock
Last active April 11, 2020 20:47
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/1aa1c044c266692961917493da9bfa59 to your computer and use it in GitHub Desktop.
Save pkbullock/1aa1c044c266692961917493da9bfa59 to your computer and use it in GitHub Desktop.
Example of exporting the mapping file
$sp13Conn = Connect-PnPOnline http://portal2013/en -ReturnConnection
Export-PnPClientSidePageMapping `
-CustomPageLayoutMapping `
-PublishingPage "Our-New-IT-Suite-Is-Mint.aspx" `
-Folder "C:\temp\Blog" `
-Connection $sp13Conn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment