A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Hi CB2640,
Thank you for your post in our forum.
Per your question, we research why you don’t see the Save as a template and find the functionality is unsupported SharePoint Online (modern sites) or SharePoint Server 2019 (modern sites). So, we think the root cause of your problem is you are using SharePoint Online (modern sites), according to the official article Save, download, and upload a SharePoint site as a template.
We do understand it would be more convenient if there is a feature that allows saving as templates, given the situation, we sincerely request you could add your vote to the related idea: Save modern team sites as an template in the Microsoft SharePoint UserVoice as more numbers of votes will draw the attention of the related developing team.
However, based on my further research and test, we find a way to get the functionality. Below are the steps for your reference.
- Install the SharePoint Online Management Shell following Get started with the SharePoint Online Management Shell.
- Run the following command in the administrative mode in PowerShell.
According to Get started with the SharePoint Online Management Shell, copy the below command to PowerShell.
*Connect-SPOService -Url https://contoso-admin.sharepoint.com -Credential *****@contoso.com
---"******@contoso.com" is the email address of the admin account.
According to Allow or prevent custom script,
*Set-SPOsite <SiteURL> -DenyAddAndCustomizePages 0*
Note, don’t change the command format.
- After running the command, you can go back to the SharePoint site > Settings (Gear icon) > Site information > View all site settings > Site Actions, you will see the option of Save site as template.
Hope this can help you. If you still have any confusion, you can post back, we will continue to help you. 😊 Have a good day!
Best regards,
Cindy
* Beware of scammers posting fake support numbers here.
* Kindly Mark this reply as answer and Vote if it helps, as it will be beneficial to more community members reading here.