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.

Syntax

Request-SPOUpgradeEvaluationSite
       [-Confirm]
       -Identity <SpoSitePipeBind>
       [-NoEmail]
       [-NoUpgrade]
       [-WhatIf]
       [<CommonParameters>]

Description

The Request-SPOUpgradeEvaluationSite cmdlet lets the SharePoint Online administrator request a copy of an existing site collection for the purposes of validating the effects of upgrade without affecting the original site.

A request for an upgrade evaluation site is not automatically processed. Instead, it is scheduled to occur in the background when it causes the least effect on the service.

You must be a SharePoint Online administrator or Global Administrator to run the cmdlet.

For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at Intro to SharePoint Online Management Shell.

Examples

-----------------------EXAMPLE 1-----------------------------

Request-SPOUpgradeEvaluationSite https://contoso.sharepoint.com/sites/marketing

Example 1 requests a site upgrade evaluation for the marketing site https://contoso.sharepoint.com/sites/marketing using the default options of sending an email message and automatically trying to upgrade the evaluation site.

-----------------------EXAMPLE 2-----------------------------

Request-SPOUpgradeEvaluationSite https://contoso.sharepoint.com/sites/marketing -NoEmail $true -NoUpgrade $true

This example requests a site upgrade evaluation for the marketing site https://contoso.sharepoint.com/sites/marketing. It specifies to not send email messages and not automatically try upgrade of the evaluation site. By using the cmdlet in this way, a SharePoint Online administrator or Global Administrator can make changes to the upgrade evaluation site before starting the actual upgrade.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online

-Identity

Specifies the SharePoint Online site collection for which you want to request a copy for the new Upgrade or Evaluation site collection.

Type:SpoSitePipeBind
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False
Applies to:SharePoint Online

-NoEmail

Specifies that the system not send the requester and site collection administrators an email message at the end of the upgrade evaluation site creation process.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online

-NoUpgrade

Specifies that the system not perform an upgrade as part of the evaluation site creation process.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online