Skip to content

Commit 1798a8a

Browse files
authored
Update move-environment-tenant.md
Corrected the PowerShell command to get migration status from: TenantToTenant-GetMigrationStatus -MirationId {MigrationId} to TenantToTenant-GetMigrationStatus -MigrationId {MigrationId}
1 parent b147b9c commit 1798a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

power-platform/admin/move-environment-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ TenantToTenant-MigratePowerAppEnvironment
331331
### Get status (source admin)
332332

333333
```PowerShell
334-
TenantToTenant-GetMigrationStatus -MirationId {MigrationId}
334+
TenantToTenant-GetMigrationStatus -MigrationId {MigrationId}
335335
```
336336

337337
#### Sample output

0 commit comments

Comments
 (0)