File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
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 : Unregister-SPMTMigration
6
- online version :
7
- schema : 2.0.0
4
+ Applicable : SharePoint Migration Tool
5
+ Title : Unregister-SPMTMigration
6
+ Online version :
7
+ Schema : 2.0.0
8
8
---
9
9
10
10
# Unregister-SPMTMigration
@@ -50,13 +50,13 @@ Register-SPMTMigration -SPOCredential $Global:SPOCredential -Force
50
50
#Add two tasks into the session. One on-prem and one file share task.#
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
- #Start Migration#
54
- Start-SPMTMigration
53
+ #Start Migration in the background #
54
+ Start-SPMTMigration -NoShow
55
55
56
- PS C:\Users\YourUserName> Stop-SPMTMigration
57
- PS C:\Users\YourUserName> Unregister-SPMTMigration
56
+ Stop-SPMTMigration
57
+ Unregister-SPMTMigration
58
58
```
59
- Cancel the started migration and unregister the migration session from the commandline .
59
+ Cancel the started migration and unregister the migration session.
60
60
61
61
## PARAMETERS
62
62
You can’t perform that action at this time.
0 commit comments