Skip to content

Commit 0a3ce94

Browse files
committed
Corrected format of several cmdlets
The format was broken and making the published version to have missing parameters description
1 parent e519908 commit 0a3ce94

8 files changed

+387
-372
lines changed

spmt/spmt-ps/spmt/Add-SPMTTask.md

Lines changed: 148 additions & 154 deletions
Large diffs are not rendered by default.

spmt/spmt-ps/spmt/Get-SPMTMigration.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@ The status of current tasks includes:
2323

2424
## SYNTAX
2525

26-
```
27-
Get-SPMTMigration
26+
```powershell
27+
Get-SPMTMigration [<CommonParameters>]
2828
```
2929

3030
## DESCRIPTION
31-
Return object of current session. It includes current tasks status and current session level settings.
31+
Return object of current session.
32+
It includes current tasks status and current session level settings.
3233

3334
## EXAMPLES
3435

35-
### Example 1
36+
### EXAMPLE 1
3637
```powershell
3738
#Define SharePoint 2013 data source#
3839
$Global:SourceSiteUrl = "https://YourOnPremSite/"
@@ -69,19 +70,17 @@ Start-SPMTMigration -NoShow
6970
$session = Get-SPMTMigration
7071
```
7172

72-
Start a migration first, and then run "Get-SPMTMigration" to get the object of current migration.
73+
This example starts a migration first, and then run "Get-SPMTMigration" to get the object of current migration.
7374

7475
## PARAMETERS
7576

76-
## INPUTS
77-
78-
### None
77+
### CommonParameters
78+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
7979

80+
## INPUTS
8081

8182
## OUTPUTS
8283

83-
### System.Object
84-
8584
## NOTES
8685

87-
## RELATED LINKS
86+
## RELATED LINKS

0 commit comments

Comments
 (0)