Skip to content

Commit 488ab72

Browse files
authored
Merge pull request MicrosoftDocs#160 from expiscornovus/patch-2
Update Get-SPOMigrationJobStatus.md
2 parents 8619b65 + 7e95402 commit 488ab72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOMigrationJobStatus.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ Get-SPOMigrationJobStatus -Credentials <CredentialCmdletPipeBind> [-JobId <Guid>
2626

2727
### -----------------------EXAMPLE 1-----------------------------
2828
```
29-
PS C:\> {{ Add example code here }}
29+
PS C:\> $targetWebUrl = "https://contoso.sharepoint.com/sites/migrationtest"
30+
PS C:\> $credentials = Get-Credential
31+
PS C:\> Get-SPOMigrationJobStatus -TargetWebUrl $targetWebUrl -Credentials $credentials -JobId "779c4b3b-ec24-4705-bb58-c38f4329418c"
3032
```
3133

32-
{{ Add example description here }}
34+
Get the status of your SPO Migration Job. You can obtain the Job id when submit package data to create new SPO migration job via the Invoke-SPOMigrationEncryptUploadSubmit cmdlet
3335

3436
## PARAMETERS
3537

0 commit comments

Comments
 (0)