0

I am trying to move my SharePoint list from one tenant to another. In the SharePoint list settings, I couldn't find the option of "Save list as template".

Although I have full control of the SharePoint site. I have tried some settings from SharePoint admin center, but nothing worked so far.

2 Answers 2

0

Did you enable Custom Script setting in SharePoint admin center?

Classic SharePoint admin center > settings > Custom Script

enter image description here

This change may take some time to reflect.

1
  • Yes, I enabled both of these settings from the SharePoint admin center. Commented Nov 13, 2021 at 8:52
0

You can move SharePoint lists from one tenant to another using the Move-Lists tool: https://github.com/Zerg00s/Move-Lists Full disclosure - it's my pet project. It uses SharePoint PnP PowerShell under the hood.

  • Open PowerShell and run Set-ExecutionPolicy Unrestricted -Scope CurrentUser
  • Download the latest release
  • Unzip on disk.
  • Run Move-Lists.bat file.

enter image description here

  • Select source SharePoint Online site.
  • Select destination SharePoint Online site.

enter image description here

  • Select one or more Lists or Libraries to migrate.

enter image description here

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.