Forum Discussion

felipelf's avatar
felipelf
Copper Contributor
Apr 16, 2021
Solved

Getting all the pages of a site in the template

I am new in SharePoint and trying to get the template of a site and all the pages of it using the cmdlet:  Get-PnPSiteTemplate -Out .\template.xml  I am not getting more than the homepage.   I ne...
  • felipelf's avatar
    Apr 16, 2021

    I have found a partial solution to export the pages one by one using the following cmdlet:

    Export-PnPClientSidePage -Identity "page-name" -Out "template.xml"

     

Resources