File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- external help file : Microsoft.SharePoint.MigrationTool.PowerShell.dll-Help.xml
2
+ External help file : Microsoft.SharePoint.MigrationTool.PowerShell.dll-Help.xml
3
3
Module Name : Microsoft.SharePoint.MigrationTool.PowerShell
4
- applicable : SharePoint Migration Tool
5
- title : Stop-SPMTMigration
6
- online version :
7
- schema : 2.0.0
4
+ Applicable : SharePoint Migration Tool
5
+ Title : Stop-SPMTMigration
6
+ Online version :
7
+ Schema : 2.0.0
8
8
---
9
9
10
10
# Stop-SPMTMigration
@@ -51,10 +51,10 @@ Register-SPMTMigration -SPOCredential $Global:SPOCredential -Force
51
51
Add-SPMTTask -SharePointSourceCredential $Global:SPCredential -SharePointSourceSiteUrl $Global:SourceSiteUrl -TargetSiteUrl $Global:SPOUrl -MigrateAll
52
52
Add-SPMTTask -FileShareSource $Global:FileshareSource -TargetSiteUrl $Global:SPOUrl -TargetList "Documents"
53
53
#Start Migration in the background#
54
- Start-SPMTMigration
55
- PS C:\Users\YourUserName> Stop-SPMTMigration
54
+ Start-SPMTMigration -NoShow
55
+ Stop-SPMTMigration
56
56
```
57
- Start a migration first, then run "Stop-SPMTMigration" in the commandline to cancel the migration.
57
+ Start a migration first, then run "Stop-SPMTMigration" to cancel the migration.
58
58
59
59
## PARAMETERS
60
60
You can’t perform that action at this time.
0 commit comments