From 2a8e84e5ee69d0734db84ca8d794c58f9a60a215 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 28 Aug 2026 09:21:19 +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..7f429f19f08e --- /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: 08/28/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..558574665743 --- /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: 08/28/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..5adb78f1d0e3 --- /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: f2392196-0f64-49c0-8e9c-b9f6a2565b8a +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..75f7b998afd0 --- /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: 08/28/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..582d2105b00d --- /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: 08/28/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..8d4d0726fab6 --- /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: 08/28/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..e038174fec91 --- /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: 08/28/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..06fba7538eea --- /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: 08/28/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..e97daa7b82a0 --- /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: 08/28/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..394fb5f1b6f1 --- /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: 08/28/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 749dd37b5770d877fa3e2c71e2a1dae17c3f7531 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 28 Aug 2026 09:21:30 +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 7f429f19f08e..f1a8dc246fff 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 558574665743..ea506bb15ab0 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 5adb78f1d0e3..1548a07a300f 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 75f7b998afd0..ad6e7d39bbf5 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 582d2105b00d..d2554affcb39 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 8d4d0726fab6..7621d9c229be 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 e038174fec91..f52a0e6b3ccf 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 06fba7538eea..d803ab39af7f 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 e97daa7b82a0..20705b93bc6e 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 394fb5f1b6f1..f438ae621cd5 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 a08d6ea8d790e362d7f203a741434a7901ccb81d Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 28 Aug 2026 09:34:28 +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 f1a8dc246fff..9895f896812e 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 ea506bb15ab0..a36e64dfcf7c 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 d2554affcb39..de15c7e561d8 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 f52a0e6b3ccf..ac5f60c2e20d 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 d803ab39af7f..b4402996b819 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 20705b93bc6e..bcfe29f0eb47 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 f438ae621cd5..a7a160c9eed1 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 a4881a3ce9408abba1ce11544f86905c7ecad3a5 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 28 Aug 2026 09:34:31 +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 7621d9c229be..b9a5e7830422 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 ec98901ca4aeea6bd617a75d7dccbe903c27bdff Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 28 Aug 2026 09:34:52 +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 9895f896812e..cbb739901a36 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 a36e64dfcf7c..8383b9af54cc 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 ad6e7d39bbf5..450018ed523d 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 de15c7e561d8..84a5aed9d1c5 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 b9a5e7830422..c4a227fe46c2 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 ac5f60c2e20d..34dfd3ac3a8d 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 b4402996b819..c18f69fe49ac 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 bcfe29f0eb47..80fa9049430f 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 a7a160c9eed1..58d9a5280ca2 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)