Start-SPOSiteContentMove

Start a job to move a particular user or group of users to be moved across geo locations relative to the one that executes the command

Syntax

Start-SPOSiteContentMove
     [-SourceSiteUrl] <String>
     [-DestinationDataLocation] <String>
     [[-PreferredMoveBeginDate] <DateTime>]
     [[-PreferredMoveEndDate] <DateTime>]
     [[-Reserved] <String>]
     [-ValidationOnly]
     [-SuppressMarketplaceAppCheck]
     [-SuppressWorkflow2013Check]
     [-SuppressAllWarnings]
     [-SuppressBcsCheck][<CommonParameters>]
Start-SPOSiteContentMove
     [-SourceSiteUrl] <String>
     [-DestinationUrl] <String>
     [[-PreferredMoveBeginDate] <DateTime>]
     [[-PreferredMoveEndDate] <DateTime>]
     [[-Reserved] <String>]
     [-ValidationOnly]
     [-SuppressMarketplaceAppCheck]
     [-SuppressWorkflow2013Check]
      [-SuppressAllWarnings]
     [-SuppressBcsCheck]
     [<CommonParameters>]

Description

UrlAndDestinationDataLocation: These parameters allow a SharePoint administrator to validate a geo move before scheduling it.

UrlAndDestinationUrl: These parameters allow a SharePoint administrator to move and (optionally) rename a site as part of the geo move operation by specifying a new site name in the destination URL.

Examples

EXAMPLE 1

Start-SPOSiteContentMove -SourceSiteUrl https://contosoenergy.sharepoint.com/sites/hr -DestinationDataLocation EUR

Starts the movement of the content on https://contosoenergy.sharepoint.com/sites/hr to the EUR destination.

EXAMPLE 2

Start-SPOSiteContentMove -SourceSiteUrl https://contosoenergy.sharepoint.com/sites/hr -DestinationDataLocation EUR -PreferredMoveBeginDate ((Get-Date).AddHours(1)) -PreferredMoveEndDate ((Get-Date).AddHour(12))

Starts a site geo move for https://contosoenergy.sharepoint.com/sites/hr to the EUR destination with a preffered start time window of 1 to 12 hours from the move schedule operation.

EXAMPLE 3

Start-SPOSiteContentMove -SourceSiteUrl https://contosoenergy.sharepoint.com/sites/hr -DestinationUrl https://contosoenergyEUR.sharepoint.com/sites/hrEU

Starts a site geo move for https://contosoenergy.sharepoint.com/sites/hr and allows site rename to https://contosoenergyEUR.sharepoint.com/sites/hrEU as part of the geo move operation.

Parameters

-DestinationDataLocation

Defines the new destination of the content that you want to move. This is the 3 letter data location value.

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

-DestinationUrl

Destination URL is optional in cases where the administrator wants to perform a site rename as part of the move.

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

-PreferredMoveBeginDate

Specifies what is the preferred Date and time to start the move job. This is a preference and will be honored based on system resource availability.

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

-PreferredMoveEndDate

Specifies what is the preferred Date and time to stop the move job from starting. This is a preference and will be honored based on system resource availability. If a the move is already in progress, we will complete the move.

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

-Reserved

Reserved for Microsoft Internal use.

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

-SourceSiteUrl

Specifies the source URL of the site collection you want to move.

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

-SuppressAllWarnings

Suppress all warning messages.

Type:SwitchParameter
Position:9
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SuppressBcsCheck

Suppress checking for Business Connectivity Services used with the associated site.

Type:SwitchParameter
Position:10
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SuppressMarketplaceAppCheck

Suppress checking compatibility of marketplace SharePoint Add-ins deployed to the associated site.

Type:SwitchParameter
Position:7
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SuppressWorkflow2013Check

Suppress checking compatibility of SharePoint 2013 Workflows deployed to the associated site.

Type:SwitchParameter
Position:8
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ValidationOnly

This parameter will perform a validation check on whether the site can be moved and will not execute the move.

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