From 65cde26c09c63b9fe8b6a951f69cc9f847ae0f48 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 4 Sep 2026 06:06:35 +0000 Subject: [PATCH 1/5] Updated markdown help --- .../Get-MgBetaCrossTenantMigrationJob.md | 538 ++++++++++ .../Get-MgBetaCrossTenantMigrationJobUser.md | 567 ++++++++++ .../Microsoft.Graph.Beta.Migrations.md | 35 + .../Move-MgBetaCrossTenantMigrationJob.md | 362 +++++++ .../New-MgBetaCrossTenantMigrationJob.md | 801 ++++++++++++++ .../Remove-MgBetaCrossTenantMigrationJob.md | 395 +++++++ .../Stop-MgBetaCrossTenantMigrationJob.md | 358 +++++++ .../Stop-MgBetaCrossTenantMigrationJobUser.md | 376 +++++++ .../Test-MgBetaCrossTenantMigrationJob.md | 360 +++++++ .../Update-MgBetaCrossTenantMigrationJob.md | 986 ++++++++++++++++++ 10 files changed, 4778 insertions(+) create mode 100644 microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md create mode 100644 microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md create mode 100644 microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Microsoft.Graph.Beta.Migrations.md create mode 100644 microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Move-MgBetaCrossTenantMigrationJob.md create mode 100644 microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md create mode 100644 microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md create mode 100644 microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md create mode 100644 microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md create mode 100644 microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md create mode 100644 microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md new file mode 100644 index 000000000000..919cd99d5758 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md @@ -0,0 +1,538 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Migrations-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/get-mgbetacrosstenantmigrationjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.Migrations +ms.date: 09/04/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaCrossTenantMigrationJob +--- + +# Get-MgBetaCrossTenantMigrationJob + +## SYNOPSIS + +Read the properties and relationships of crossTenantMigrationJob object. +Includes details of the crossTenantMigrationJob , but not details of the individual crossTenantMigrationTasks of the crossTenantMigrationJob. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaCrossTenantMigrationJob [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaCrossTenantMigrationJob -InputObject [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Read the properties and relationships of crossTenantMigrationJob object. +Includes details of the crossTenantMigrationJob , but not details of the individual crossTenantMigrationTasks of the crossTenantMigrationJob. + +## EXAMPLES + +### EXAMPLE 1 + +Import-Module Microsoft.Graph.Beta.Migrations + +Get-MgBetaCrossTenantMigrationJob + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantMigrationJobId + +The unique identifier of crossTenantMigrationJob + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### 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](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationJob + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob + [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask + [DisplayName ]: Alternate key of crossTenantMigrationJob + + +## RELATED LINKS + +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/get-mgbetacrosstenantmigrationjob) +- [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-get?view=graph-rest-beta) +- [](https://learn.microsoft.com/graph/api/migrationsroot-list-crosstenantmigrationjobs?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md new file mode 100644 index 000000000000..e8b86e253576 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md @@ -0,0 +1,567 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Migrations-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/get-mgbetacrosstenantmigrationjobuser +Locale: en-US +Module Name: Microsoft.Graph.Beta.Migrations +ms.date: 09/04/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaCrossTenantMigrationJobUser +--- + +# Get-MgBetaCrossTenantMigrationJobUser + +## SYNOPSIS + +Read the properties and relationships of crossTenantMigrationTask, which shows the details of the migration task for a single user of a crossTenantMigrationJob. +The crossTenantMigrationTask contains the status details of migrations for the workloads specified in the crossTenantMigrationJob. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaCrossTenantMigrationJobUser -CrossTenantMigrationJobId + [-ExpandProperty ] [-Property ] [-Filter ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaCrossTenantMigrationJobUser -CrossTenantMigrationJobId + -CrossTenantMigrationTaskId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaCrossTenantMigrationJobUser -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Read the properties and relationships of crossTenantMigrationTask, which shows the details of the migration task for a single user of a crossTenantMigrationJob. +The crossTenantMigrationTask contains the status details of migrations for the workloads specified in the crossTenantMigrationJob. + +## EXAMPLES + +### EXAMPLE 1 + +Import-Module Microsoft.Graph.Beta.Migrations + +Get-MgBetaCrossTenantMigrationJobUser -CrossTenantMigrationJobId $crossTenantMigrationJobId + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantMigrationJobId + +The unique identifier of crossTenantMigrationJob + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantMigrationTaskId + +The unique identifier of crossTenantMigrationTask + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### 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](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationTask + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob + [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask + [DisplayName ]: Alternate key of crossTenantMigrationJob + + +## RELATED LINKS + +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/get-mgbetacrosstenantmigrationjobuser) +- [](https://learn.microsoft.com/graph/api/crosstenantmigrationtask-get?view=graph-rest-beta) +- [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-list-users?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Microsoft.Graph.Beta.Migrations.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Microsoft.Graph.Beta.Migrations.md new file mode 100644 index 000000000000..f9cf517978cf --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Microsoft.Graph.Beta.Migrations.md @@ -0,0 +1,35 @@ +--- +Module Name: Microsoft.Graph.Beta.Migrations +Module Guid: 4e947d9e-13b3-4374-bf8c-7253d8cd6a56 +Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.migrations/?view=graph-powershell-beta +Help Version: 1.0.0.0 +Locale: en-US +--- + +# Microsoft.Graph.Beta.Migrations Module +## Description +Microsoft Graph PowerShell Cmdlets + +## Microsoft.Graph.Beta.Migrations Cmdlets +### [Get-MgBetaCrossTenantMigrationJob](Get-MgBetaCrossTenantMigrationJob.md) + +### [Get-MgBetaCrossTenantMigrationJob](Get-MgBetaCrossTenantMigrationJob.md) + +### [Get-MgBetaCrossTenantMigrationJobUser](Get-MgBetaCrossTenantMigrationJobUser.md) + +### [Get-MgBetaCrossTenantMigrationJobUser](Get-MgBetaCrossTenantMigrationJobUser.md) + +### [Move-MgBetaCrossTenantMigrationJob](Move-MgBetaCrossTenantMigrationJob.md) + +### [New-MgBetaCrossTenantMigrationJob](New-MgBetaCrossTenantMigrationJob.md) + +### [Remove-MgBetaCrossTenantMigrationJob](Remove-MgBetaCrossTenantMigrationJob.md) + +### [Stop-MgBetaCrossTenantMigrationJob](Stop-MgBetaCrossTenantMigrationJob.md) + +### [Stop-MgBetaCrossTenantMigrationJobUser](Stop-MgBetaCrossTenantMigrationJobUser.md) + +### [Test-MgBetaCrossTenantMigrationJob](Test-MgBetaCrossTenantMigrationJob.md) + +### [Update-MgBetaCrossTenantMigrationJob](Update-MgBetaCrossTenantMigrationJob.md) + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Move-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Move-MgBetaCrossTenantMigrationJob.md new file mode 100644 index 000000000000..531ff27bdd63 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Move-MgBetaCrossTenantMigrationJob.md @@ -0,0 +1,362 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Migrations-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/move-mgbetacrosstenantmigrationjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.Migrations +ms.date: 09/04/2026 +PlatyPS schema version: 2024-05-01 +title: Move-MgBetaCrossTenantMigrationJob +--- + +# Move-MgBetaCrossTenantMigrationJob + +## SYNOPSIS + +Migrate a cross-tenant migration job asynchronously. +The job must pass validation before migration can start. +After a job is created by using the Create crossTenantMigrationJob method and validated by using the validate action, call this action to start the migration of user data from the source tenant to the target tenant for the specified workloads. +Validation results expire after seven days; if expired, revalidate the job before you call the migrate API. +This action is asynchronous. +After you call the migrate API, poll the Get crossTenantMigrationJob endpoint to check for a terminal status of completed, completedWithErrors, or failed. + +## SYNTAX + +### Migrate (Default) + +``` +Move-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### MigrateViaIdentity + +``` +Move-MgBetaCrossTenantMigrationJob -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Migrate a cross-tenant migration job asynchronously. +The job must pass validation before migration can start. +After a job is created by using the Create crossTenantMigrationJob method and validated by using the validate action, call this action to start the migration of user data from the source tenant to the target tenant for the specified workloads. +Validation results expire after seven days; if expired, revalidate the job before you call the migrate API. +This action is asynchronous. +After you call the migrate API, poll the Get crossTenantMigrationJob endpoint to check for a terminal status of completed, completedWithErrors, or failed. + +## EXAMPLES + +### EXAMPLE 1 + +Import-Module Microsoft.Graph.Beta.Migrations + +Move-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId $crossTenantMigrationJobId + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantMigrationJobId + +The unique identifier of crossTenantMigrationJob + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Migrate + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: MigrateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### 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](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationJob + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob + [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask + [DisplayName ]: Alternate key of crossTenantMigrationJob + + +## RELATED LINKS + +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/move-mgbetacrosstenantmigrationjob) +- [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-migrate?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md new file mode 100644 index 000000000000..e656fb2d20db --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md @@ -0,0 +1,801 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Migrations-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/new-mgbetacrosstenantmigrationjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.Migrations +ms.date: 09/04/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaCrossTenantMigrationJob +--- + +# New-MgBetaCrossTenantMigrationJob + +## SYNOPSIS + +Create a new crossTenantMigrationJob. +A job defines the migration batch but doesn't start validation or migration. +After you create the job, call validate to verify tenant and resource configuration, then call migrate to begin the actual migration. + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaCrossTenantMigrationJob [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CompleteAfterDateTime ] [-CreatedBy ] + [-CreatedDateTime ] [-DisplayName ] + [-ExchangeSettings ] [-Id ] + [-JobType ] [-LastUpdatedDateTime ] [-Message ] [-ResourceType ] + [-Resources ] [-SourceTenantId ] [-Status ] [-TargetTenantId ] + [-Users ] [-Workloads ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaCrossTenantMigrationJob -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create a new crossTenantMigrationJob. +A job defines the migration batch but doesn't start validation or migration. +After you create the job, call validate to verify tenant and resource configuration, then call migrate to begin the actual migration. + +## EXAMPLES + +### EXAMPLE 1 + +Import-Module Microsoft.Graph.Beta.Migrations + +$params = @{ + displayName = "xtmigration_user_req_1" + completeAfterDateTime = [System.DateTime]::Parse("2024-12-09T22:48:03.092Z") + sourceTenantId = "12345678-1234-1234-1234-123456789012" + exchangeSettings = @{ + targetDeliveryDomain = "xtmigration.onmicrosoft.com" + sourceEndpoint = "sampleEndpointText" + } + resources = @( + "4dd550d9-9ea2-4e71-a16b-60b1d1c4f506" +"63f15b55-f61a-49cb-a599-2e3d233afb2c" +"41d94bac-3a53-47d6-a89e-583830104e15" +) +resourceType = "Users" +workloads = @( +"Teams" +"Exchange" +"ODSP" +) +} + +New-MgBetaCrossTenantMigrationJob -BodyParameter $params + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +crossTenantMigrationJob +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationJob +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CompleteAfterDateTime + +Date and time after which the migration should be performed. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedBy + +User principal name (UPN) of the user who created the job. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +When the job was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -DisplayName + +Display name of the job. +Must be unique per tenant. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExchangeSettings + +exchangeOnlineCrossTenantMigrationSettings +To construct, see NOTES section for EXCHANGESETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExchangeOnlineCrossTenantMigrationSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JobType + +crossTenantMigrationJobType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastUpdatedDateTime + +When this migration job was last updated. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Message + +Status message of the migration job. +Nullable. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Resources + +IDs (GUID) of the resources that are migrated with the migration job. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResourceType + +Type of resource being migrated. +Only Users is currently supported. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SourceTenantId + +ID (GUID) of the tenant that content is migrated from. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Status + +crossTenantMigrationJobStatus + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TargetTenantId + +ID of the tenant that content is migrated to. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Users + +Details and status of the users migrated in this migration job. +To construct, see NOTES section for USERS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationTask[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Workloads + +Workloads to migrate. +Supported workloads are Teams, Exchange, and ODSP (OneDrive/SharePoint). + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### 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](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationJob + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationJob + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER : crossTenantMigrationJob + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CompleteAfterDateTime ]: Date and time after which the migration should be performed. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [CreatedBy ]: User principal name (UPN) of the user who created the job. +Read-only. + [CreatedDateTime ]: When the job was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. +Read-only. + [DisplayName ]: Display name of the job. +Must be unique per tenant. + [ExchangeSettings ]: exchangeOnlineCrossTenantMigrationSettings + [(Any) ]: This indicates any property can be added to this object. + [SourceEndpoint ]: Name of the Migration Endpoint in the source tenant + [TargetDeliveryDomain ]: Delivery domain on the target tenant + [JobType ]: crossTenantMigrationJobType + [LastUpdatedDateTime ]: When this migration job was last updated. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. +Read-only. + [Message ]: Status message of the migration job. +Nullable. +Read-only. + [ResourceType ]: Type of resource being migrated. +Only Users is currently supported. + [Resources ]: IDs (GUID) of the resources that are migrated with the migration job. + [SourceTenantId ]: ID (GUID) of the tenant that content is migrated from. + [Status ]: crossTenantMigrationJobStatus + [TargetTenantId ]: ID of the tenant that content is migrated to. +Read-only. + [Users ]: Details and status of the users migrated in this migration job. + [Id ]: The unique identifier for an entity. +Read-only. + [CurrentStatus ]: Most recent status of this migration task + [Errors ]: Errors associated with the migration for this service + [Code ]: The error code + [Message ]: The message for the error + [Message ]: Service status message + [Service ]: Service or workload the status details are associated with + [Status ]: crossTenantMigrationServiceStatus + [LastUpdatedDateTime ]: Time the task was last updated + [TaskType ]: Type of migration task. +Only Users are supported at this time. + [Workloads ]: Workloads to migrate. +Supported workloads are Teams, Exchange, and ODSP (OneDrive/SharePoint). + +EXCHANGESETTINGS : exchangeOnlineCrossTenantMigrationSettings + [(Any) ]: This indicates any property can be added to this object. + [SourceEndpoint ]: Name of the Migration Endpoint in the source tenant + [TargetDeliveryDomain ]: Delivery domain on the target tenant + +USERS : Details and status of the users migrated in this migration job. + [Id ]: The unique identifier for an entity. +Read-only. + [CurrentStatus ]: Most recent status of this migration task + [Errors ]: Errors associated with the migration for this service + [Code ]: The error code + [Message ]: The message for the error + [Message ]: Service status message + [Service ]: Service or workload the status details are associated with + [Status ]: crossTenantMigrationServiceStatus + [LastUpdatedDateTime ]: Time the task was last updated + [TaskType ]: Type of migration task. +Only Users are supported at this time. + + +## RELATED LINKS + +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/new-mgbetacrosstenantmigrationjob) +- [](https://learn.microsoft.com/graph/api/migrationsroot-post-crosstenantmigrationjobs?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md new file mode 100644 index 000000000000..512d26cb14d4 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md @@ -0,0 +1,395 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Migrations-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/remove-mgbetacrosstenantmigrationjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.Migrations +ms.date: 09/04/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaCrossTenantMigrationJob +--- + +# Remove-MgBetaCrossTenantMigrationJob + +## SYNOPSIS + +Delete navigation property crossTenantMigrationJobs for solutions + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaCrossTenantMigrationJob -InputObject [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property crossTenantMigrationJobs for solutions + +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantMigrationJobId + +The unique identifier of crossTenantMigrationJob + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### 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](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob + [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask + [DisplayName ]: Alternate key of crossTenantMigrationJob + + +## RELATED LINKS + +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/remove-mgbetacrosstenantmigrationjob) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md new file mode 100644 index 000000000000..6e9ab45b92b3 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md @@ -0,0 +1,358 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Migrations-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/stop-mgbetacrosstenantmigrationjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.Migrations +ms.date: 09/04/2026 +PlatyPS schema version: 2024-05-01 +title: Stop-MgBetaCrossTenantMigrationJob +--- + +# Stop-MgBetaCrossTenantMigrationJob + +## SYNOPSIS + +Cancel a crossTenantMigrationJob. +All tasks within the job that were in a Sync state are canceled. +If the job can't be canceled, a 409 Conflict response is returned and the migrations continue. +This response happens when a migration is already in progress or is in a terminal state. + +## SYNTAX + +### Cancel (Default) + +``` +Stop-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CancelViaIdentity + +``` +Stop-MgBetaCrossTenantMigrationJob -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Cancel a crossTenantMigrationJob. +All tasks within the job that were in a Sync state are canceled. +If the job can't be canceled, a 409 Conflict response is returned and the migrations continue. +This response happens when a migration is already in progress or is in a terminal state. + +## EXAMPLES + +### EXAMPLE 1 + +Import-Module Microsoft.Graph.Beta.Migrations + +Stop-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId $crossTenantMigrationJobId + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantMigrationJobId + +The unique identifier of crossTenantMigrationJob + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Cancel + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CancelViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### 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](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationCancelResponse + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob + [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask + [DisplayName ]: Alternate key of crossTenantMigrationJob + + +## RELATED LINKS + +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/stop-mgbetacrosstenantmigrationjob) +- [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-cancel?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md new file mode 100644 index 000000000000..1a11bffc251c --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md @@ -0,0 +1,376 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Migrations-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/stop-mgbetacrosstenantmigrationjobuser +Locale: en-US +Module Name: Microsoft.Graph.Beta.Migrations +ms.date: 09/04/2026 +PlatyPS schema version: 2024-05-01 +title: Stop-MgBetaCrossTenantMigrationJobUser +--- + +# Stop-MgBetaCrossTenantMigrationJobUser + +## SYNOPSIS + +Cancel a specific crossTenantMigrationTask for a User within a CrossTenantMigrationJob. +If the User migration can't be canceled or is in a terminal state, a 409 CONFLICT response code is returned, and the migration continues. + +## SYNTAX + +### Cancel (Default) + +``` +Stop-MgBetaCrossTenantMigrationJobUser -CrossTenantMigrationJobId + -CrossTenantMigrationTaskId [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CancelViaIdentity + +``` +Stop-MgBetaCrossTenantMigrationJobUser -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Cancel a specific crossTenantMigrationTask for a User within a CrossTenantMigrationJob. +If the User migration can't be canceled or is in a terminal state, a 409 CONFLICT response code is returned, and the migration continues. + +## EXAMPLES + +### EXAMPLE 1 + +Import-Module Microsoft.Graph.Beta.Migrations + +Stop-MgBetaCrossTenantMigrationJobUser -CrossTenantMigrationJobId $crossTenantMigrationJobId -CrossTenantMigrationTaskId $crossTenantMigrationTaskId + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantMigrationJobId + +The unique identifier of crossTenantMigrationJob + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Cancel + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantMigrationTaskId + +The unique identifier of crossTenantMigrationTask + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Cancel + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CancelViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### 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](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationCancelResponse + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob + [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask + [DisplayName ]: Alternate key of crossTenantMigrationJob + + +## RELATED LINKS + +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/stop-mgbetacrosstenantmigrationjobuser) +- [](https://learn.microsoft.com/graph/api/crosstenantmigrationtask-cancel?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md new file mode 100644 index 000000000000..d61ccc90b09b --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md @@ -0,0 +1,360 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Migrations-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/test-mgbetacrosstenantmigrationjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.Migrations +ms.date: 09/04/2026 +PlatyPS schema version: 2024-05-01 +title: Test-MgBetaCrossTenantMigrationJob +--- + +# Test-MgBetaCrossTenantMigrationJob + +## SYNOPSIS + +Validate the configuration of a cross-tenant migration job asynchronously. +This action doesn't migrate any content, but goes through validation for the specified workloads to find any errors or misconfigurations that affect an actual migration job. +The job must be in a submitted or validateFailed status before you can call this action. +This action is asynchronous. +After you call the validate API, poll the Get crossTenantMigrationJob endpoint to check for a terminal status of validatePassed or validateFailed. + +## SYNTAX + +### Validate (Default) + +``` +Test-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### ValidateViaIdentity + +``` +Test-MgBetaCrossTenantMigrationJob -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Validate the configuration of a cross-tenant migration job asynchronously. +This action doesn't migrate any content, but goes through validation for the specified workloads to find any errors or misconfigurations that affect an actual migration job. +The job must be in a submitted or validateFailed status before you can call this action. +This action is asynchronous. +After you call the validate API, poll the Get crossTenantMigrationJob endpoint to check for a terminal status of validatePassed or validateFailed. + +## EXAMPLES + +### EXAMPLE 1 + +Import-Module Microsoft.Graph.Beta.Migrations + +Test-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId $crossTenantMigrationJobId + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantMigrationJobId + +The unique identifier of crossTenantMigrationJob + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Validate + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ValidateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### 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](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationJob + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob + [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask + [DisplayName ]: Alternate key of crossTenantMigrationJob + + +## RELATED LINKS + +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/test-mgbetacrosstenantmigrationjob) +- [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-validate?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md new file mode 100644 index 000000000000..480dbbeca96f --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md @@ -0,0 +1,986 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Migrations-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/update-mgbetacrosstenantmigrationjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.Migrations +ms.date: 09/04/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaCrossTenantMigrationJob +--- + +# Update-MgBetaCrossTenantMigrationJob + +## SYNOPSIS + +Update the completeAfterDateTime of a crossTenantMigrationJob object. +Only updates to the completeAfterDateTime are supported. +Use this function to change when the crossTenantMigrationJob starts processing. +If completeAfterDateTime is set to the past, the crossTenantMigrationJob starts processing. + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CompleteAfterDateTime ] [-CreatedBy ] [-CreatedDateTime ] + [-DisplayName ] + [-ExchangeSettings ] [-Id ] + [-JobType ] [-LastUpdatedDateTime ] [-Message ] [-ResourceType ] + [-Resources ] [-SourceTenantId ] [-Status ] [-TargetTenantId ] + [-Users ] [-Workloads ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaCrossTenantMigrationJob -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CompleteAfterDateTime ] [-CreatedBy ] [-CreatedDateTime ] + [-DisplayName ] + [-ExchangeSettings ] [-Id ] + [-JobType ] [-LastUpdatedDateTime ] [-Message ] [-ResourceType ] + [-Resources ] [-SourceTenantId ] [-Status ] [-TargetTenantId ] + [-Users ] [-Workloads ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaCrossTenantMigrationJob -InputObject + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the completeAfterDateTime of a crossTenantMigrationJob object. +Only updates to the completeAfterDateTime are supported. +Use this function to change when the crossTenantMigrationJob starts processing. +If completeAfterDateTime is set to the past, the crossTenantMigrationJob starts processing. + +## EXAMPLES + +### EXAMPLE 1 + +Import-Module Microsoft.Graph.Beta.Migrations + +$params = @{ + completeAfterDateTime = [System.DateTime]::Parse("2025-05-22T17:14:52Z") +} + +Update-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId $crossTenantMigrationJobId -BodyParameter $params + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +crossTenantMigrationJob +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationJob +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CompleteAfterDateTime + +Date and time after which the migration should be performed. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedBy + +User principal name (UPN) of the user who created the job. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +When the job was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantMigrationJobId + +The unique identifier of crossTenantMigrationJob + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -DisplayName + +Display name of the job. +Must be unique per tenant. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExchangeSettings + +exchangeOnlineCrossTenantMigrationSettings +To construct, see NOTES section for EXCHANGESETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExchangeOnlineCrossTenantMigrationSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JobType + +crossTenantMigrationJobType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastUpdatedDateTime + +When this migration job was last updated. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Message + +Status message of the migration job. +Nullable. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Resources + +IDs (GUID) of the resources that are migrated with the migration job. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResourceType + +Type of resource being migrated. +Only Users is currently supported. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SourceTenantId + +ID (GUID) of the tenant that content is migrated from. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Status + +crossTenantMigrationJobStatus + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TargetTenantId + +ID of the tenant that content is migrated to. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Users + +Details and status of the users migrated in this migration job. +To construct, see NOTES section for USERS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationTask[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Workloads + +Workloads to migrate. +Supported workloads are Teams, Exchange, and ODSP (OneDrive/SharePoint). + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### 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](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationJob + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMigrationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantMigrationJob + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER : crossTenantMigrationJob + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CompleteAfterDateTime ]: Date and time after which the migration should be performed. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [CreatedBy ]: User principal name (UPN) of the user who created the job. +Read-only. + [CreatedDateTime ]: When the job was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. +Read-only. + [DisplayName ]: Display name of the job. +Must be unique per tenant. + [ExchangeSettings ]: exchangeOnlineCrossTenantMigrationSettings + [(Any) ]: This indicates any property can be added to this object. + [SourceEndpoint ]: Name of the Migration Endpoint in the source tenant + [TargetDeliveryDomain ]: Delivery domain on the target tenant + [JobType ]: crossTenantMigrationJobType + [LastUpdatedDateTime ]: When this migration job was last updated. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. +Read-only. + [Message ]: Status message of the migration job. +Nullable. +Read-only. + [ResourceType ]: Type of resource being migrated. +Only Users is currently supported. + [Resources ]: IDs (GUID) of the resources that are migrated with the migration job. + [SourceTenantId ]: ID (GUID) of the tenant that content is migrated from. + [Status ]: crossTenantMigrationJobStatus + [TargetTenantId ]: ID of the tenant that content is migrated to. +Read-only. + [Users ]: Details and status of the users migrated in this migration job. + [Id ]: The unique identifier for an entity. +Read-only. + [CurrentStatus ]: Most recent status of this migration task + [Errors ]: Errors associated with the migration for this service + [Code ]: The error code + [Message ]: The message for the error + [Message ]: Service status message + [Service ]: Service or workload the status details are associated with + [Status ]: crossTenantMigrationServiceStatus + [LastUpdatedDateTime ]: Time the task was last updated + [TaskType ]: Type of migration task. +Only Users are supported at this time. + [Workloads ]: Workloads to migrate. +Supported workloads are Teams, Exchange, and ODSP (OneDrive/SharePoint). + +EXCHANGESETTINGS : exchangeOnlineCrossTenantMigrationSettings + [(Any) ]: This indicates any property can be added to this object. + [SourceEndpoint ]: Name of the Migration Endpoint in the source tenant + [TargetDeliveryDomain ]: Delivery domain on the target tenant + +INPUTOBJECT : Identity Parameter + [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob + [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask + [DisplayName ]: Alternate key of crossTenantMigrationJob + +USERS : Details and status of the users migrated in this migration job. + [Id ]: The unique identifier for an entity. +Read-only. + [CurrentStatus ]: Most recent status of this migration task + [Errors ]: Errors associated with the migration for this service + [Code ]: The error code + [Message ]: The message for the error + [Message ]: Service status message + [Service ]: Service or workload the status details are associated with + [Status ]: crossTenantMigrationServiceStatus + [LastUpdatedDateTime ]: Time the task was last updated + [TaskType ]: Type of migration task. +Only Users are supported at this time. + + +## RELATED LINKS + +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/update-mgbetacrosstenantmigrationjob) +- [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-update?view=graph-rest-beta) From 30bdcfca493c56348b1375705ea17ee75fb8f62c Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 4 Sep 2026 06:06:40 +0000 Subject: [PATCH 2/5] Escaped disallowed html tags --- .../Get-MgBetaCrossTenantMigrationJob.md | 24 +++++++++++++++- .../Get-MgBetaCrossTenantMigrationJobUser.md | 24 +++++++++++++++- .../Microsoft.Graph.Beta.Migrations.md | 19 +++++++++++++ .../Move-MgBetaCrossTenantMigrationJob.md | 24 +++++++++++++++- .../New-MgBetaCrossTenantMigrationJob.md | 26 +++++++++++++++-- .../Remove-MgBetaCrossTenantMigrationJob.md | 24 +++++++++++++++- .../Stop-MgBetaCrossTenantMigrationJob.md | 24 +++++++++++++++- .../Stop-MgBetaCrossTenantMigrationJobUser.md | 24 +++++++++++++++- .../Test-MgBetaCrossTenantMigrationJob.md | 24 +++++++++++++++- .../Update-MgBetaCrossTenantMigrationJob.md | 28 +++++++++++++++++-- 10 files changed, 229 insertions(+), 12 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md index 919cd99d5758..bc455017aacd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md @@ -525,7 +525,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask [DisplayName ]: Alternate key of crossTenantMigrationJob @@ -536,3 +536,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/get-mgbetacrosstenantmigrationjob) - [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-get?view=graph-rest-beta) - [](https://learn.microsoft.com/graph/api/migrationsroot-list-crosstenantmigrationjobs?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md index e8b86e253576..2586fe849121 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md @@ -554,7 +554,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask [DisplayName ]: Alternate key of crossTenantMigrationJob @@ -565,3 +565,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/get-mgbetacrosstenantmigrationjobuser) - [](https://learn.microsoft.com/graph/api/crosstenantmigrationtask-get?view=graph-rest-beta) - [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-list-users?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Microsoft.Graph.Beta.Migrations.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Microsoft.Graph.Beta.Migrations.md index f9cf517978cf..f76e7fa34a73 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Microsoft.Graph.Beta.Migrations.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Microsoft.Graph.Beta.Migrations.md @@ -33,3 +33,22 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaCrossTenantMigrationJob](Update-MgBetaCrossTenantMigrationJob.md) + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Move-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Move-MgBetaCrossTenantMigrationJob.md index 531ff27bdd63..32a822583a33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Move-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Move-MgBetaCrossTenantMigrationJob.md @@ -350,7 +350,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask [DisplayName ]: Alternate key of crossTenantMigrationJob @@ -360,3 +360,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/move-mgbetacrosstenantmigrationjob) - [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-migrate?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md index e656fb2d20db..da5220933353 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md @@ -725,7 +725,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : crossTenantMigrationJob +BODYPARAMETER ``: crossTenantMigrationJob [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -775,7 +775,7 @@ Only Users are supported at this time. [Workloads ]: Workloads to migrate. Supported workloads are Teams, Exchange, and ODSP (OneDrive/SharePoint). -EXCHANGESETTINGS : exchangeOnlineCrossTenantMigrationSettings +EXCHANGESETTINGS ``: exchangeOnlineCrossTenantMigrationSettings [(Any) ]: This indicates any property can be added to this object. [SourceEndpoint ]: Name of the Migration Endpoint in the source tenant [TargetDeliveryDomain ]: Delivery domain on the target tenant @@ -799,3 +799,25 @@ Only Users are supported at this time. - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/new-mgbetacrosstenantmigrationjob) - [](https://learn.microsoft.com/graph/api/migrationsroot-post-crosstenantmigrationjobs?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md index 512d26cb14d4..0705da0474e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md @@ -384,7 +384,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask [DisplayName ]: Alternate key of crossTenantMigrationJob @@ -393,3 +393,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/remove-mgbetacrosstenantmigrationjob) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md index 6e9ab45b92b3..1742507259f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md @@ -346,7 +346,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask [DisplayName ]: Alternate key of crossTenantMigrationJob @@ -356,3 +356,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/stop-mgbetacrosstenantmigrationjob) - [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-cancel?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md index 1a11bffc251c..1b2b1d4a23ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md @@ -364,7 +364,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask [DisplayName ]: Alternate key of crossTenantMigrationJob @@ -374,3 +374,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/stop-mgbetacrosstenantmigrationjobuser) - [](https://learn.microsoft.com/graph/api/crosstenantmigrationtask-cancel?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md index d61ccc90b09b..5a01531135a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md @@ -348,7 +348,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask [DisplayName ]: Alternate key of crossTenantMigrationJob @@ -358,3 +358,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/test-mgbetacrosstenantmigrationjob) - [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-validate?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md index 480dbbeca96f..f8db9dce1ba8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md @@ -905,7 +905,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : crossTenantMigrationJob +BODYPARAMETER ``: crossTenantMigrationJob [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -955,12 +955,12 @@ Only Users are supported at this time. [Workloads ]: Workloads to migrate. Supported workloads are Teams, Exchange, and ODSP (OneDrive/SharePoint). -EXCHANGESETTINGS : exchangeOnlineCrossTenantMigrationSettings +EXCHANGESETTINGS ``: exchangeOnlineCrossTenantMigrationSettings [(Any) ]: This indicates any property can be added to this object. [SourceEndpoint ]: Name of the Migration Endpoint in the source tenant [TargetDeliveryDomain ]: Delivery domain on the target tenant -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [CrossTenantMigrationJobId ]: The unique identifier of crossTenantMigrationJob [CrossTenantMigrationTaskId ]: The unique identifier of crossTenantMigrationTask [DisplayName ]: Alternate key of crossTenantMigrationJob @@ -984,3 +984,25 @@ Only Users are supported at this time. - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/update-mgbetacrosstenantmigrationjob) - [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-update?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + From fe14e0034c09c7652418a0297989d51afb4485e8 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 4 Sep 2026 06:19:41 +0000 Subject: [PATCH 3/5] Repaired examples and descriptions --- .../Get-MgBetaCrossTenantMigrationJob.md | 7 ++++- .../Get-MgBetaCrossTenantMigrationJobUser.md | 7 ++++- .../New-MgBetaCrossTenantMigrationJob.md | 7 ++++- .../Stop-MgBetaCrossTenantMigrationJob.md | 7 ++++- .../Stop-MgBetaCrossTenantMigrationJobUser.md | 7 ++++- .../Test-MgBetaCrossTenantMigrationJob.md | 27 +++++++++++++++++-- .../Update-MgBetaCrossTenantMigrationJob.md | 7 ++++- 7 files changed, 61 insertions(+), 8 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md index bc455017aacd..e318a9efe564 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md @@ -58,13 +58,18 @@ Read the properties and relationships of crossTenantMigrationJob object. Includes details of the crossTenantMigrationJob , but not details of the individual crossTenantMigrationTasks of the crossTenantMigrationJob. ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Migrations Get-MgBetaCrossTenantMigrationJob +``` +This example shows how to use the Get-MgBetaCrossTenantMigrationJob Cmdlet. + + ## PARAMETERS ### -All diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md index 2586fe849121..99ea37eabc67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md @@ -60,13 +60,18 @@ Read the properties and relationships of crossTenantMigrationTask, which shows t The crossTenantMigrationTask contains the status details of migrations for the workloads specified in the crossTenantMigrationJob. ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Migrations Get-MgBetaCrossTenantMigrationJobUser -CrossTenantMigrationJobId $crossTenantMigrationJobId +``` +This example shows how to use the Get-MgBetaCrossTenantMigrationJobUser Cmdlet. + + ## PARAMETERS ### -All diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md index da5220933353..b2864792451a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md @@ -55,8 +55,9 @@ A job defines the migration batch but doesn't start validation or migration. After you create the job, call validate to verify tenant and resource configuration, then call migrate to begin the actual migration. ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Migrations @@ -83,6 +84,10 @@ workloads = @( New-MgBetaCrossTenantMigrationJob -BodyParameter $params +``` +This example shows how to use the New-MgBetaCrossTenantMigrationJob Cmdlet. + + ## PARAMETERS ### -AdditionalProperties diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md index 1742507259f0..d31fd37b028f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md @@ -51,13 +51,18 @@ If the job can't be canceled, a 409 Conflict response is returned and the migrat This response happens when a migration is already in progress or is in a terminal state. ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Migrations Stop-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId $crossTenantMigrationJobId +``` +This example shows how to use the Stop-MgBetaCrossTenantMigrationJob Cmdlet. + + ## PARAMETERS ### -Break diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md index 1b2b1d4a23ed..a1e64fbb3b8e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md @@ -48,13 +48,18 @@ Cancel a specific crossTenantMigrationTask for a User within a CrossTenantMigrat If the User migration can't be canceled or is in a terminal state, a 409 CONFLICT response code is returned, and the migration continues. ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Migrations Stop-MgBetaCrossTenantMigrationJobUser -CrossTenantMigrationJobId $crossTenantMigrationJobId -CrossTenantMigrationTaskId $crossTenantMigrationTaskId +``` +This example shows how to use the Stop-MgBetaCrossTenantMigrationJobUser Cmdlet. + + ## PARAMETERS ### -Break diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md index 5a01531135a1..d0c08ae501a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md @@ -53,12 +53,35 @@ This action is asynchronous. After you call the validate API, poll the Get crossTenantMigrationJob endpoint to check for a terminal status of validatePassed or validateFailed. ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Migrations -Test-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId $crossTenantMigrationJobId +$params = @{ + displayName = "Contoso_migration_validation_job" + completeAfterDateTime = "2025-05-22T17:14:52Z" + sourceTenantId = "12345678-1234-1234-1234-123456789012" + exchangeSettings = @{ + targetDeliveryDomain = "fabrikam.com" + sourceEndpoint = "EXOHandler" + } + resources = @( + "b5b8bc4f-0e36-4ad3-8ddf-248b68260b89" +"ac87d040-a081-426c-a73b-81133f458a29" +) +workloads = @( +"Teams" +) +resourceType = "Users" +} + +Test-MgBetaCrossTenantMigrationJob -BodyParameter $params + +``` +This example shows how to use the Test-MgBetaCrossTenantMigrationJob Cmdlet. + ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md index f8db9dce1ba8..8bed71b0833a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md @@ -85,8 +85,9 @@ Use this function to change when the crossTenantMigrationJob starts processing. If completeAfterDateTime is set to the past, the crossTenantMigrationJob starts processing. ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Migrations @@ -96,6 +97,10 @@ $params = @{ Update-MgBetaCrossTenantMigrationJob -CrossTenantMigrationJobId $crossTenantMigrationJobId -BodyParameter $params +``` +This example shows how to use the Update-MgBetaCrossTenantMigrationJob Cmdlet. + + ## PARAMETERS ### -AdditionalProperties From 9f6ff19f58ebfd510079bcb60fac5e6e3ba4c80a Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 4 Sep 2026 06:19:44 +0000 Subject: [PATCH 4/5] Remove boiler plate code injected by Autorest --- .../Remove-MgBetaCrossTenantMigrationJob.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md index 0705da0474e9..4c58e0e9a3d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md @@ -44,16 +44,6 @@ This cmdlet has the following aliases, Delete navigation property crossTenantMigrationJobs for solutions -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -413,5 +403,6 @@ INPUTOBJECT ``: Identity Parameter + From abd17df62a6a2089b58ba811eddc3ee894f3e313 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 4 Sep 2026 06:20:03 +0000 Subject: [PATCH 5/5] Corrected related link to conform to the new platyps rules --- .../Get-MgBetaCrossTenantMigrationJob.md | 6 +++--- .../Get-MgBetaCrossTenantMigrationJobUser.md | 6 +++--- .../Move-MgBetaCrossTenantMigrationJob.md | 4 ++-- .../New-MgBetaCrossTenantMigrationJob.md | 4 ++-- .../Remove-MgBetaCrossTenantMigrationJob.md | 2 +- .../Stop-MgBetaCrossTenantMigrationJob.md | 4 ++-- .../Stop-MgBetaCrossTenantMigrationJobUser.md | 4 ++-- .../Test-MgBetaCrossTenantMigrationJob.md | 4 ++-- .../Update-MgBetaCrossTenantMigrationJob.md | 4 ++-- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md index e318a9efe564..a1aac6911b68 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJob.md @@ -538,9 +538,9 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/get-mgbetacrosstenantmigrationjob) -- [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-get?view=graph-rest-beta) -- [](https://learn.microsoft.com/graph/api/migrationsroot-list-crosstenantmigrationjobs?view=graph-rest-beta) +- [Get-MgBetaCrossTenantMigrationJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/get-mgbetacrosstenantmigrationjob) +- [Graph API Reference](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/migrationsroot-list-crosstenantmigrationjobs?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md index 99ea37eabc67..410e60cfa2dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Get-MgBetaCrossTenantMigrationJobUser.md @@ -567,9 +567,9 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/get-mgbetacrosstenantmigrationjobuser) -- [](https://learn.microsoft.com/graph/api/crosstenantmigrationtask-get?view=graph-rest-beta) -- [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-list-users?view=graph-rest-beta) +- [Get-MgBetaCrossTenantMigrationJobUser](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/get-mgbetacrosstenantmigrationjobuser) +- [Graph API Reference](https://learn.microsoft.com/graph/api/crosstenantmigrationtask-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-list-users?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Move-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Move-MgBetaCrossTenantMigrationJob.md index 32a822583a33..0cfcb4b956c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Move-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Move-MgBetaCrossTenantMigrationJob.md @@ -358,8 +358,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/move-mgbetacrosstenantmigrationjob) -- [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-migrate?view=graph-rest-beta) +- [Move-MgBetaCrossTenantMigrationJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/move-mgbetacrosstenantmigrationjob) +- [Graph API Reference](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-migrate?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md index b2864792451a..c64e9fd55c7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/New-MgBetaCrossTenantMigrationJob.md @@ -802,8 +802,8 @@ Only Users are supported at this time. ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/new-mgbetacrosstenantmigrationjob) -- [](https://learn.microsoft.com/graph/api/migrationsroot-post-crosstenantmigrationjobs?view=graph-rest-beta) +- [New-MgBetaCrossTenantMigrationJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/new-mgbetacrosstenantmigrationjob) +- [Graph API Reference](https://learn.microsoft.com/graph/api/migrationsroot-post-crosstenantmigrationjobs?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md index 4c58e0e9a3d0..b1aa228a82f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Remove-MgBetaCrossTenantMigrationJob.md @@ -382,7 +382,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/remove-mgbetacrosstenantmigrationjob) +- [Remove-MgBetaCrossTenantMigrationJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/remove-mgbetacrosstenantmigrationjob) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md index d31fd37b028f..93dc91efb99a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJob.md @@ -359,8 +359,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/stop-mgbetacrosstenantmigrationjob) -- [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-cancel?view=graph-rest-beta) +- [Stop-MgBetaCrossTenantMigrationJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/stop-mgbetacrosstenantmigrationjob) +- [Graph API Reference](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-cancel?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md index a1e64fbb3b8e..66a066ec680e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Stop-MgBetaCrossTenantMigrationJobUser.md @@ -377,8 +377,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/stop-mgbetacrosstenantmigrationjobuser) -- [](https://learn.microsoft.com/graph/api/crosstenantmigrationtask-cancel?view=graph-rest-beta) +- [Stop-MgBetaCrossTenantMigrationJobUser](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/stop-mgbetacrosstenantmigrationjobuser) +- [Graph API Reference](https://learn.microsoft.com/graph/api/crosstenantmigrationtask-cancel?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md index d0c08ae501a1..b8196bc00df6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Test-MgBetaCrossTenantMigrationJob.md @@ -379,8 +379,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/test-mgbetacrosstenantmigrationjob) -- [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-validate?view=graph-rest-beta) +- [Test-MgBetaCrossTenantMigrationJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/test-mgbetacrosstenantmigrationjob) +- [Graph API Reference](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-validate?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md index 8bed71b0833a..1c1789e6e314 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Migrations/Update-MgBetaCrossTenantMigrationJob.md @@ -987,8 +987,8 @@ Only Users are supported at this time. ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/update-mgbetacrosstenantmigrationjob) -- [](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-update?view=graph-rest-beta) +- [Update-MgBetaCrossTenantMigrationJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.migrations/update-mgbetacrosstenantmigrationjob) +- [Graph API Reference](https://learn.microsoft.com/graph/api/crosstenantmigrationjob-update?view=graph-rest-beta)