Skip to content

Commit 46824c3

Browse files
authored
Update Start-SPMTMigration.md
1 parent 5209e24 commit 46824c3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

spmt/spmt-ps/spmt/Start-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: Start-SPMTMigration
6-
online version:
7-
schema: 2.0.0
4+
Applicable: SharePoint Migration Tool
5+
Title: Start-SPMTMigration
6+
Online version:
7+
Schema: 2.0.0
88
---
99

1010
# Start-SPMTMigration
@@ -53,13 +53,13 @@ Add-SPMTTask -FileShareSource $Global:FileshareSource -TargetSiteUrl $Global:SPO
5353
Start-SPMTMigration
5454
```
5555

56-
Start a migration with one on-prem migration task and one file share migration task.
56+
Start a migration with one SharePoint migration task and one File Share migration task.
5757

5858
## PARAMETERS
5959

6060
### -NoShow
6161
In "-NoShow" mode, a message will be displayed to indicate that the migration is running in the background.
62-
Note: Use the 'Show-SPMTMigration' to bring the migration from background to foreground. The task ID, data source location, target location and migration status will be displayed.
62+
Note: Use the 'Show-SPMTMigration' to bring the migration from background to foreground. The task ID, data source location, target location and migration status will be displayed in the console.
6363

6464

6565
```yaml
@@ -75,7 +75,7 @@ Accept wildcard characters: False
7575
```
7676
7777
### -ParametersValidationOnly
78-
Validate the parameters: check source access permissions, source existence and if TargetUrl is valid.
78+
Validate the parameters: check source access permissions, source existence and if the TargetUrl is valid.
7979
8080
```yaml
8181
Type: SwitchParameter

0 commit comments

Comments
 (0)