Skip to content

Commit 9c8d203

Browse files
authored
Update Stop-SPMTMigration.md
1 parent 46824c3 commit 9c8d203

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

spmt/spmt-ps/spmt/Stop-SPMTMigration.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
external help file: Microsoft.SharePoint.MigrationTool.PowerShell.dll-Help.xml
2+
External help file: Microsoft.SharePoint.MigrationTool.PowerShell.dll-Help.xml
33
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
88
---
99

1010
# Stop-SPMTMigration
@@ -51,10 +51,10 @@ Register-SPMTMigration -SPOCredential $Global:SPOCredential -Force
5151
Add-SPMTTask -SharePointSourceCredential $Global:SPCredential -SharePointSourceSiteUrl $Global:SourceSiteUrl -TargetSiteUrl $Global:SPOUrl -MigrateAll
5252
Add-SPMTTask -FileShareSource $Global:FileshareSource -TargetSiteUrl $Global:SPOUrl -TargetList "Documents"
5353
#Start Migration in the background#
54-
Start-SPMTMigration
55-
PS C:\Users\YourUserName> Stop-SPMTMigration
54+
Start-SPMTMigration -NoShow
55+
Stop-SPMTMigration
5656
```
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.
5858

5959
## PARAMETERS
6060

0 commit comments

Comments
 (0)