TenantToTenant-SubmitMigrationRequest
Submits a tenant-to-tenant migration request from the source tenant to a destination tenant.
Syntax
Default (Default)
TenantToTenant-SubmitMigrationRequest
[-EnvironmentName] <String>
[-TargetTenantID] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The TenantToTenant-SubmitMigrationRequest cmdlet submits a migration request from the source tenant to the destination tenant.
Use Get-Help TenantToTenant-SubmitMigrationRequest -Examples
for more detail.
Examples
EXAMPLE 1
TenantToTenant-SubmitMigrationRequest -EnvironmentName 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -TargetTenantID aaaabbbb-0000-cccc-1111-dddd2222eeee
Submits a migration request from the source tenant to the destination tenant.
Parameters
-ApiVersion
The api version to call with. Default is 2021-04-01.
Parameter properties
Type: | String |
Default value: | 2021-04-01 |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 3 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-EnvironmentName
The environment ID.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-TargetTenantID
The target tenant ID.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.