Skip to content

Latest commit

 

History

History
159 lines (123 loc) · 3.09 KB

File metadata and controls

159 lines (123 loc) · 3.09 KB
external help file Module Name online version applicable title schema author ms.author ms.reviewer
sharepointonline.xml
Microsoft.Online.SharePoint.PowerShell
SharePoint Online
Get-SPOCrossGeoMoveReport
2.0.0
techwriter40
pamgreen

Get-SPOCrossGeoMoveReport

SYNOPSIS

Provides a report of objects moved between geo locations.

SYNTAX

Get-SPOCrossGeoMoveReport -MoveJobType <JobType> [-Limit <uint32>] [-MoveStartTime <datetime>] [-MoveEndTime <datetime>] [-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

-MoveJobType

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

  • GroupMove
  • SiteMove
  • UserMove
Type: JobType
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Limit

Limit the number of items to return for the report.

Type: uint32
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-MoveStartTime

The start time to limit the move report to.

Type: datetime
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-MoveEndTime

The end time to limit the move report to.

Type: datetime
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-MoveState

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

  • All
  • Failed
  • InProgress
  • NotStarted
  • NotSupported
  • Queued
  • Rescheduled
  • Stopped
  • Success
Type: MoveState
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-MoveDirection

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

  • All
  • MoveIn
  • MoveOut
Type: MoveDirection
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

NOTES