Skip to content

Commit 5209e24

Browse files
authored
Update Show-SPMTMigration.md
1 parent 4feb813 commit 5209e24

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

spmt/spmt-ps/spmt/Show-SPMTMigration.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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: Show-SPMTMigration
6-
online version:
7-
schema: 2.0.0
4+
Applicable: SharePoint Migration Tool
5+
Title: Show-SPMTMigration
6+
Online version:
7+
Schema: 2.0.0
88
---
99

1010
# Show-SPMTMigration
1111

1212
## SYNOPSIS
13-
If the admin starts the migration in NoShow mode, running the ‘Show-SPMTMigration’ cmdlet will display the task ID, data source location, target location and migration status in the console. Pressing Ctrl+C will return to NoShow mode..
13+
If the user starts the migration with -NoShow parameter, running the ‘Show-SPMTMigration’ cmdlet will display the task ID, data source location, target location and migration status in the console. Pressing Ctrl+C will return to NoShow mode.
1414

1515
## SYNTAX
1616

@@ -19,7 +19,7 @@ Show-SPMTMigration
1919
```
2020

2121
## DESCRIPTION
22-
If the admin starts the migration in NoShow mode, running the ‘Show-SPMTMigration’ cmdlet will display the task ID, data source location, target location and migration status in the console. Pressing Ctrl+C will return to NoShow mode..
22+
If the user starts the migration with -NoShow parameter, running the ‘Show-SPMTMigration’ cmdlet will display the task ID, data source location, target location and migration status in the console. Pressing Ctrl+C will return to NoShow mode.
2323

2424
## EXAMPLES
2525

@@ -52,10 +52,10 @@ Add-SPMTTask -SharePointSourceCredential $Global:SPCredential -SharePointSourceS
5252
Add-SPMTTask -FileShareSource $Global:FileshareSource -TargetSiteUrl $Global:SPOUrl -TargetList "Documents"
5353
#Start Migration in the background#
5454
Start-SPMTMigration -NoShow
55-
PS C:\Users\YourUserName> Show-SPMTMigration
55+
Show-SPMTMigration
5656
```
5757

58-
first, Start a migration in the background with the "NoShow mode", then run ‘Show-SPMTMigration’ in the commandline. The migration task ID, data source location, target location and migration status will show up in the console.
58+
First, start a migration with -NoShow parameter, then run ‘Show-SPMTMigration’, the migration task ID, data source location, target location and migration status will show up in the console.
5959

6060
## PARAMETERS
6161

0 commit comments

Comments
 (0)