external help file | Module Name | online version | applicable | title | schema | author | ms.author | ms.reviewer |
---|---|---|---|---|---|---|---|---|
sharepointonline.xml | Microsoft.Online.SharePoint.PowerShell | SharePoint Online | Get-SPOSiteContentMoveState | 2.0.0 | trent-green | trgreen |
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 $siteurl
Gets the status of the site content give on the variable $siteurl
Specifies the maximum number of Content move states to return.
Type: UInt32Parameter Sets: MoveReportAliases: Required: FalsePosition: NamedDefault value: NoneAccept pipeline input: FalseAccept wildcard characters: False
Possible values for this parameter are:
- MoveOut
- MoveIn
- All
Type: MoveDirectionParameter Sets: MoveReportAliases: Accepted values: MoveOut, MoveIn, AllRequired: FalsePosition: NamedDefault value: NoneAccept pipeline input: FalseAccept wildcard characters: False
End date and time for the time window between which Content move states are to be retrieved.
Type: DateTimeParameter Sets: MoveReportAliases: Required: FalsePosition: NamedDefault value: NoneAccept pipeline input: FalseAccept wildcard characters: False
Start date and time for the time window between which Content move states are to be retrieved.
Type: DateTimeParameter Sets: MoveReportAliases: Required: FalsePosition: NamedDefault value: NoneAccept pipeline input: FalseAccept wildcard characters: False
This 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: MoveStateParameter Sets: MoveReportAliases: Accepted values: NotStarted, InProgress, Success, Failed, Stopped, Queued, NotSupported, Rescheduled, AllRequired: FalsePosition: NamedDefault value: NoneAccept pipeline input: FalseAccept wildcard characters: False
Id of the Site move to retrieve.
Type: GuidParameter Sets: SiteMoveIdAliases: Required: TruePosition: NamedDefault value: NoneAccept pipeline input: FalseAccept wildcard characters: False
Specifies the source URL of the site collection.
Type: StringParameter Sets: SourceSiteUrlAliases: Applicable: SharePoint OnlineRequired: TruePosition: 0Default value: NoneAccept pipeline input: FalseAccept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.