Skip to content

Latest commit

 

History

History
184 lines (131 loc) · 3.51 KB

File metadata and controls

184 lines (131 loc) · 3.51 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/get-spocrossgeomovereport
applicable SharePoint Online
title Get-SPOCrossGeoMoveReport
schema 2.0.0
author techwriter40
ms.author pamgreen
ms.reviewer

Get-SPOCrossGeoMoveReport

SYNOPSIS

Provides a report of objects moved between geo locations.

SYNTAX

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.

Type: System.UInt32
Parameter Sets: (All)
Aliases:

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

-MoveDirection

Applicable: SharePoint Online

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

  • All
  • MoveIn
  • MoveOut
Type: Microsoft.Online.SharePoint.PowerShell.MoveDirection
Parameter Sets: (All)
Aliases:

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

-MoveEndTime

Applicable: SharePoint Online

The end time to limit the move report to.

Type: System.DateTime
Parameter Sets: (All)
Aliases:

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

-MoveJobType

Applicable: SharePoint Online

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

  • GroupMove
  • SiteMove
  • UserMove
Type: Microsoft.Online.SharePoint.PowerShell.JobType
Parameter Sets: (All)
Aliases:
Accepted values: UserMove, GroupMove, SiteMove

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

-MoveStartTime

Applicable: SharePoint Online

The start time to limit the move report to.

Type: System.DateTime
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: 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
Type: Microsoft.Online.SharePoint.PowerShell.MoveState
Parameter Sets: (All)
Aliases:
Accepted values: NotStarted, InProgress, Success, Failed, Stopped, Queued, NotSupported, Rescheduled, All

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.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS