| 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 |
Provides a report of objects moved between geo locations.
Get-SPOCrossGeoMoveReport [-Limit <UInt32>] [-MoveStartTime <DateTime>] [-MoveEndTime <DateTime>]
-MoveJobType <JobType> [-MoveState <MoveState>] [-MoveDirection <MoveDirection>] [<CommonParameters>]
Use this cmdlet to return a report of objects moved between geo locations based on the specified parameters.
Get-SPOCrossGeoMoveReport -MoveJobType SiteMove -MoveState FailedThis example returns the failed site moves between geo locations.
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: FalseApplicable: 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: FalseApplicable: 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: FalseApplicable: 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: FalseApplicable: 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: FalseApplicable: 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: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.