Get-SPOSiteContentMoveState

This Cmdlet allows a SharePoint administrators to check the status of a site or group move.

Syntax

Get-SPOSiteContentMoveState
   [-Limit <UInt32>]
   [-MoveStartTime <DateTime>]
   [-MoveEndTime <DateTime>]
   [-MoveState <MoveState>]
   [-MoveDirection <MoveDirection>]
   [<CommonParameters>]
Get-SPOSiteContentMoveState
   -SourceSiteUrl <String>
   [<CommonParameters>]
Get-SPOSiteContentMoveState
   -SiteMoveId <Guid>
   [<CommonParameters>]

Description

This command gets the information and the status of a move request of a user between sites in a SharePoint Online Multi Geo tenant.

Examples

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

Get-SPOSiteContentMoveState -SourceSiteUrl $siteurl

Gets the status of the site content give on the variable $siteurl

Parameters

-Limit

Specifies the maximum number of Content move states to return.

Type:UInt32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-MoveDirection

Possible values for this parameter are:

  • MoveOut
  • MoveIn
  • All
Type:MoveDirection
Accepted values:MoveOut, MoveIn, All
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-MoveEndTime

End date and time for the time window between which Content move states are to be retrieved.

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

-MoveStartTime

Start date and time for the time window between which Content move states are to be retrieved.

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

-MoveState

This parameter is used to specify the move state of the Content move states to retrieve. Possible values:

  • NotStarted
  • InProgress
  • Success
  • Failed
  • Stopped
  • Queued
  • NotSupported
  • Rescheduled
  • All
Type:MoveState
Accepted values:NotStarted, InProgress, Success, Failed, Stopped, Queued, NotSupported, Rescheduled, All
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SiteMoveId

Id of the Site move to retrieve.

Type:Guid
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-SourceSiteUrl

Specifies the source URL of the site collection.

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