Stop-SPOSiteContentMove
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.
Syntax
Default (Default)
Stop-SPOSiteContentMove
[-SourceSiteUrl] <String>
[<CommonParameters>]
Description
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.
Examples
Example 1
Stop-SPOSiteContentMove -SourceSiteUrl https://contoso.sharepoint.com/sites/Research
This example stops the move job for the specified site.
Parameters
-SourceSiteUrl
Specifies the source URL of the site collection.
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
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.