Commands › SharePoint Online
Request-SPOUpgradeEvaluationSite
Requests to create a copy of an existing site collection for the purposes of validating the effects of upgrade without affecting the original site.
Quick start script
# Request-SPOUpgradeEvaluationSite — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-SPOService -Url https://$org-admin.sharepoint.com
# 2. Run and inspect
Request-SPOUpgradeEvaluationSite -Identity <SpoSitePipeBind> | Format-List
# 3. Export for evidence / drift tracking
Request-SPOUpgradeEvaluationSite | Export-Clixml .\SPOUpgradeEvaluationSite-$(Get-Date -Format yyyyMMdd).xml
Syntax
Request-SPOUpgradeEvaluationSite -Identity <SpoSitePipeBind> [-NoUpgrade] [-NoEmail] [-WhatIf] [-Confirm]
[<CommonParameters>]
Parameters (5)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.