Edit

Share via


Get-SPOCrossGeoMoveReport

Provides a report of objects moved between geo locations.

Syntax

Default (Default)

Get-SPOCrossGeoMoveReport
    [-Limit <UInt32>]
    [-MoveStartTime <DateTime>]
    [-MoveEndTime <DateTime>]
    -MoveJobType <JobType>
    [-MoveState <MoveState>]
    [-MoveDirection <MoveDirection>]
    [<CommonParameters>]

Description

Use this cmdlet to return a report of objects moved between geo locations based on the specified parameters.

Examples

Example 1

Get-SPOCrossGeoMoveReport -MoveJobType SiteMove -MoveState Failed

This example returns the failed site moves between geo locations.

Parameters

-Limit

Applicable: SharePoint Online

Limit the number of items to return for the report.

Parameter properties

Type:System.UInt32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-MoveDirection

Applicable: SharePoint Online

The direction of the move to limit the report to. Valid values are:

  • All
  • MoveIn
  • MoveOut

Parameter properties

Type:Microsoft.Online.SharePoint.PowerShell.MoveDirection
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-MoveEndTime

Applicable: SharePoint Online

The end time to limit the move report to.

Parameter properties

Type:System.DateTime
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-MoveJobType

Applicable: SharePoint Online

The type of job to limit the report to. Valid values are:

  • GroupMove
  • SiteMove
  • UserMove

Parameter properties

Type:Microsoft.Online.SharePoint.PowerShell.JobType
Default value:None
Accepted values:UserMove, GroupMove, SiteMove
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-MoveStartTime

Applicable: SharePoint Online

The start time to limit the move report to.

Parameter properties

Type:System.DateTime
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-MoveState

Applicable: SharePoint Online

The type of state to limit the report to. Valid values are:

  • All
  • Failed
  • InProgress
  • NotStarted
  • NotSupported
  • Queued
  • Rescheduled
  • Stopped
  • Success

Parameter properties

Type:Microsoft.Online.SharePoint.PowerShell.MoveState
Default value:None
Accepted values:NotStarted, InProgress, Success, Failed, Stopped, Queued, NotSupported, Rescheduled, All
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

System.Object