Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Get-SPOSiteContentMoveState
This Cmdlet allows a SharePoint administrators to check the status of a site or group move.
Syntax
MoveReport (Default)
Get-SPOSiteContentMoveState
[-Limit <UInt32>]
[-MoveStartTime <DateTime>]
[-MoveEndTime <DateTime>]
[-MoveState <MoveState>]
[-MoveDirection <MoveDirection>]
[<CommonParameters>]
SourceSiteUrl
Get-SPOSiteContentMoveState
-SourceSiteUrl <String>
[<CommonParameters>]
SiteMoveId
Get-SPOSiteContentMoveState
-SiteMoveId <Guid>
[<CommonParameters>]
Description
This command gets the information and the status of a move request of a user between sites in a SharePoint Online Multi Geo tenant.
Examples
EXAMPLE 1
Get-SPOSiteContentMoveState -SourceSiteUrl $siteurl
Gets the status of the site content give on the variable $siteurl
Parameters
-Limit
Specifies the maximum number of Content move states to return.
Parameter properties
| Type: | System.UInt32 |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-MoveDirection
Possible values for this parameter are:
- MoveOut
- MoveIn
- All
Parameter properties
| Type: | Microsoft.Online.SharePoint.PowerShell.MoveDirection |
| Default value: | None |
| Accepted values: | MoveOut, MoveIn, All |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-MoveEndTime
End date and time for the time window between which Content move states are to be retrieved.
Parameter properties
| Type: | System.DateTime |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-MoveStartTime
Start date and time for the time window between which Content move states are to be retrieved.
Parameter properties
| Type: | System.DateTime |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-MoveState
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
Parameter properties
| Type: | Microsoft.Online.SharePoint.PowerShell.MoveState |
| Default value: | None |
| Accepted values: | NotStarted, InProgress, Success, Failed, Stopped, Queued, NotSupported, Rescheduled, All |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-SiteMoveId
Id of the Site move to retrieve.
Parameter properties
| Type: | System.Guid |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-SourceSiteUrl
Applicable: SharePoint Online Specifies the source URL of the site collection.
Parameter properties
| Type: | System.String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
None
Outputs
System.Object
Related Links
Feedback
Was this page helpful?
