Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#29489 from thomaslevesque/patch-1
Browse files Browse the repository at this point in the history
Fix link to ImportVirtualMachines repository
  • Loading branch information
rjagiewich authored Apr 16, 2019
2 parents 6e2aed2 + 355b883 commit cd58599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/lab-services/devtest-lab-import-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In addition, to be able to import a VM from one lab to another, you need to be t
Currently, you can import a VM from one lab into another only by using Azure PowerShell and REST API.

### Use PowerShell
Download the PowerShell script file ImportVirtualMachines.ps1 from [Azure DevTest Lab Git repository](https://github.com/Azure/azure-devtestlab/tree/master/Scripts/ImportVirtualMachines) to your local drive.
Download the PowerShell script file ImportVirtualMachines.ps1 from [Azure DevTest Lab Git repository](https://github.com/Azure/azure-devtestlab/tree/master/samples/DevTestLabs/Scripts/ImportVirtualMachines) to your local drive.

#### Import a single VM
Run the ImportVirtualMachines.ps1 script to import a single VM from a source lab into a destination lab. You can specify a new name for the VM that's being copied by using the DestinationVirtualMachineName paramer.
Expand Down

0 comments on commit cd58599

Please sign in to comment.