| 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-spositecontentmovestate |
| applicable | SharePoint Online |
| title | Get-SPOSiteContentMoveState |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer |
This Cmdlet allows a SharePoint administrators to check the status of a site or group move.
Get-SPOSiteContentMoveState [-Limit <UInt32>] [-MoveStartTime <DateTime>] [-MoveEndTime <DateTime>]
[-MoveState <MoveState>] [-MoveDirection <MoveDirection>] [<CommonParameters>]
Get-SPOSiteContentMoveState -SourceSiteUrl <String> [<CommonParameters>]
Get-SPOSiteContentMoveState -SiteMoveId <Guid> [<CommonParameters>]
This command gets the information and the status of a move request of a user between sites in a SharePoint Online Multi Geo tenant.
Get-SPOSiteContentMoveState -SourceSiteUrl $siteurlGets the status of the site content give on the variable $siteurl
Specifies the maximum number of Content move states to return.
Type: System.UInt32
Parameter Sets: MoveReport
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalsePossible values for this parameter are:
- MoveOut
- MoveIn
- All
Type: Microsoft.Online.SharePoint.PowerShell.MoveDirection
Parameter Sets: MoveReport
Aliases:
Accepted values: MoveOut, MoveIn, All
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseEnd date and time for the time window between which Content move states are to be retrieved.
Type: System.DateTime
Parameter Sets: MoveReport
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseStart date and time for the time window between which Content move states are to be retrieved.
Type: System.DateTime
Parameter Sets: MoveReport
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis parameter is used to specify the move state of the Content move states to retrieve. Possible values:
- NotStarted
- InProgress
- Success
- Failed
- Stopped
- Queued
- NotSupported
- Rescheduled
- All
Type: Microsoft.Online.SharePoint.PowerShell.MoveState
Parameter Sets: MoveReport
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: FalseId of the Site move to retrieve.
Type: System.Guid
Parameter Sets: SiteMoveId
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseApplicable: SharePoint Online Specifies the source URL of the site collection.
Type: System.String
Parameter Sets: SourceSiteUrl
Aliases:
Required: True
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.