Muokkaa

Start-SPOUnifiedGroupMove

Initiates the move of an Office 365 Group to a new geo location

Syntax

Start-SPOUnifiedGroupMove
     [-GroupAlias] <String>
     [-DestinationDataLocation] <String>
     [[-PreferredMoveBeginDate] <DateTime>]
     [[-PreferredMoveEndDate] <DateTime>]
     [[-Reserved] <String>]
     [-ValidationOnly]
     [-Force]
     [-SuppressMarketplaceAppCheck]
     [-SuppressWorkflow2013Check]
     [-SuppressAllWarnings]
     [-SuppressBcsCheck]
     [<CommonParameters>]

Description

Initiates the move of an Office 365 Group site to a new geo location. The administrator may set a preferred start and end time for the move, however the preferred end time is not guaranteed. The customer tenant must be Multi-Geo enabled to use these commandlets.

Examples

Example 1

Start-SPOUnifiedGroupMove -GroupAlias EUTeam -DestinationDataLocation EUR

Starts the move of an Office 365 Group site with an alias EUTeam to the Preferred Data Location EUR (Europe).

Parameters

-DestinationDataLocation

The destination location for the Office 365 Group site move.

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

-Force

Force the cmdlet to run. This ignores all warning blocks and validations. It is only recommended if the administrator only wishes to preserve data and is not interested in checks for applications, Business Connectivity Services, or other functionalities.

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

-GroupAlias

The alias of the Office 365 Group attached to the site you want to move.

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

-PreferredMoveBeginDate

The move will likely begin at this specified time.

Type:DateTime
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PreferredMoveEndDate

The move will likely be completed by this specified time, on a best effort basis.

Type:DateTime
Position:3
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Reserved

This parameter is reserved for internal Microsoft use.

Type:String
Position:4
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-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 Office 365 Group 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 Office 365 Group 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 Office 365 Group site.

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

-ValidationOnly

This parameter will force the cmdlet to execute only validation.

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

Inputs

None

Outputs

System.Object