| 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/stop-spositecontentmove |
| applicable | SharePoint Online |
| title | Stop-SPOSiteContentMove |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer |
Stops a job to move a particular user or group of users to be moved across geo locations relative to the one that executes the command.
Stop-SPOSiteContentMove [-SourceSiteUrl] <String> [<CommonParameters>]
Use this cmdlet to stop a job to move a particular user or group of users to be moved across geo locations relative to the one that executes the command.
Stop-SPOSiteContentMove -SourceSiteUrl https://contoso.sharepoint.com/sites/ResearchThis example stops the move job for the specified site.
Specifies the source URL of the site collection.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
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.