--- title: "Start-VBRViVMMigration" description: "This cmdlet starts the MORef IDs update." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/start-vbrvivmmigration.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam VM Migrator > Start-VBRViVMMigration" dateModified: "2026-08-19" --- # Start-VBRViVMMigration ## Short Description Starts the MORef IDs update. **Platform**: VMware **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Start-VBRViVMMigration -File [] ``` ## Detailed Description This cmdlet starts the MORef IDs update. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

File

Specifies a path to the migration task file.

String

True

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Examples ::: example ### Starting MORef IDs Update This example shows how to start the MORef IDs update. ``` Start-VBRViVMMigration -File C:\Folder\vcenter70_old_to_vcenter70_migration_task ``` :::