Get-SPOCrossGeoMoveReport
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
-Limit
Limit the number of items to return for the report.
Type: | uint32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-MoveDirection
The direction of the move to limit the report to. Valid values are:
- All
- MoveIn
- MoveOut
Type: | MoveDirection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-MoveEndTime
The end time to limit the move report to.
Type: | datetime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-MoveJobType
The type of job to limit the report to. Valid values are:
- GroupMove
- SiteMove
- UserMove
Type: | JobType |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-MoveStartTime
The start time to limit the move report to.
Type: | datetime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-MoveState
The type of state to limit the report to. Valid values are:
- All
- Failed
- InProgress
- NotStarted
- NotSupported
- Queued
- Rescheduled
- Stopped
- Success
Type: | MoveState |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |