How to save a sharepoint site?

Daniel L. Penetar III 1 Reputation point
2020-09-16T12:48:53.113+00:00

How do I save a Sharepoint site as a template? The existing answer found on Microsoft's site does not work because there is no option to save as a template anymore under site settings and site actions.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,011 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Trevor Seward 11,691 Reputation points
    2020-09-16T14:29:01.17+00:00

    For modern sites, you can save them as a PnP package. This is fairly easy to do using PnP PowerShell.

    Connect to your site using Connect-PnPOnline -Url https://tenantName.sharepoint.com/sites/siteExample, then use Get-PnPProvisioningTemplate to create the PnP package. From there, you can create a new site, use Connect-PnPOnline to the new site, then apply the PnP package to the new site using Apply-PnPProvisioningTemplate.

    0 comments No comments

  2. Emily Du-MSFT 43,176 Reputation points Microsoft Vendor
    2020-09-17T06:26:17.793+00:00

    @Daniel L. Penetar III
    Here’re steps for you.

    (1)Go to SharePoint Designer, open the site, click Site Options in the ribbon.
    (2)Locate the property SaveSiteAsTemplateEnabled and modify the value to True.
    (3)Go to http://yourdomain.sharepoint.com/sites/site collection name/_layouts/savetmpl.aspx.
    (4)Click include contents.
    References:
    Save publishing site as a template
    Download and upload a SharePoint site as a template

    Similar questions:
    Save site as a template for Modern Team and Communication Site in SharePoint Online
    Save site as template in SharePoint Online


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments