Skip to content

Latest commit

 

History

History
180 lines (142 loc) · 3.91 KB

File metadata and controls

180 lines (142 loc) · 3.91 KB
external help fileModule Nameonline versionapplicabletitleschemaauthorms.authorms.reviewer
sharepointonline.xml
Microsoft.Online.SharePoint.PowerShell
SharePoint Online
Get-SPOSiteContentMoveState
2.0.0
trent-green
trgreen

Get-SPOSiteContentMoveState

SYNOPSIS

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.

Type: UInt32Parameter Sets: MoveReportAliases: Required: FalsePosition: NamedDefault value: NoneAccept pipeline input: FalseAccept wildcard characters: False

-MoveDirection

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

-MoveEndTime

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

-MoveStartTime

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

-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
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

-SiteMoveId

Id of the Site move to retrieve.

Type: GuidParameter Sets: SiteMoveIdAliases: Required: TruePosition: NamedDefault value: NoneAccept pipeline input: FalseAccept wildcard characters: False

-SourceSiteUrl

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

RELATED LINKS

Getting started with SharePoint Online Management Shell

Get-SPOAppErrors

close