TenantToTenant-GetMigrationStatus
Get the status of a tenant-to-tenant migration of an environment.
Syntax
TenantToTenant-GetMigrationStatus
[-MigrationId] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The TenantToTenant-GetMigrationStatus cmdlet validates the status of tenant-to-tenant migration of an environment from source to target.
Use Get-Help TenantToTenant-GetMigrationStatus -Examples
for more detail.
Examples
EXAMPLE 1
TenantToTenant-GetMigrationStatus -MigrationId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
Returns the migration status for migration with the migration ID aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb.
Parameters
-ApiVersion
The api version to call with. Default s 2021-04-01.
Type: | String |
Position: | 2 |
Default value: | 2021-04-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-MigrationId
The migration ID. Use the TenantToTenant-ViewMigrationRequest cmdlet to get the migration ID.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |