SharePoint サイトの移行可否は、サイトが利用している テンプレート ID (TemplateID) を確認することで事前に判断することが可能です。
まずは次のいずれかで移行元のテンプレート ID を確認します。
次に ODM が移行可能なサイト テンプレートと テンプレート ID は、ユーザーガイドの SharePoint Migration - What We Migrate Objects and consent types - Site templates に記載されていますので、移行元のテンプレート ID とそれらを照合することで移行可否が確認できます。
。
(方法 1) SharePoint Online Management Shell で接続し、以下のスクリプトを実行する:
Get-SPOSite | ft Url, Template
上記コマンドレットを調査対象の Sharepoint Online に接続して実行すると、次のように Url (SharePoint サイト URL) と Template (TemplateID) の一覧が表示できます。
Url Template
--- --------
https://xxxx.sharepoint.com/sites/MSFT709 GROUP#0
https://xxxx.sharepoint.com/sites/DigitalInitiativePublicRelations GROUP#0
https://xxxx.sharepoint.com/search SRCHCEN#0
https://xxxx-my.sharepoint.com/ SPSMSITEHOST#0
https://xxxx.sharepoint.com/sites/TeamSite01 GROUP#0
https://xxxx.sharepoint.com/sites/Sales GROUP#0
https://xxxx.sharepoint.com/ SitePagePublishing#0
https://xxxx.sharepoint.com/sites/MSFT2 GROUP#0
https://xxxx.sharepoint.com/sites/appcatalog APPCATALOG#0
(方法 2) ウェブ ブラウザーで対象サイトを開き、ソースコードから webTemplateConfiguration を確認する: