Step 5. Generate Migration Task File
To generate the migration task file, run the Generate-VBRViMigrationSpecificationFile cmdlet and specify the ExportPath, NewVCenterName,and OldVCenterName parameter values.
This example shows how to generate the migration task file for the old vCenter named vcenter70_old and the new vCenter named vcenter70. The migration task file will be generated at the following path: C:\Folder.
Generate-VBRViMigrationSpecificationFile -ExportPath C:\Folder -NewVCenterName vcenter70 -OldVCenterName vcenter70_old |