Skip to content

Commit 9888a44

Browse files
committed
Truman updates
1 parent 4f0b478 commit 9888a44

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

azure-local/migrate/migrate-via-powershell.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate VMs to Azure Local with Azure Migrate using PowerShell
33
description: Learn how to migrate VMs to Azure Local with Azure Migrate using PowerShell.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 08/05/2025
6+
ms.date: 08/06/2025
77
ms.author: alkohli
88
---
99

@@ -24,7 +24,7 @@ Before you begin, you should complete the following tasks:
2424
2. Install the [Azure PowerShell Az module](/powershell/azure/install-azure-powershell).
2525

2626
<!-- Update version to 2.X.X in this paragraph-->
27-
3. Verify the Azure Migrate PowerShell module is installed and **version is 2.8.0 or later**. Azure Migrate PowerShell is available as part of the Azure PowerShell `Az` module. Run the following command to check if Azure Migrate PowerShell is installed on your computer and verify the version is 2.8.0 or later:
27+
3. Verify the Azure Migrate PowerShell module is installed and **version is 2.9.0 or later**. Azure Migrate PowerShell is available as part of the Azure PowerShell `Az` module. Run the following command to check if Azure Migrate PowerShell is installed on your computer and verify the version is 2.9.0 or later:
2828

2929
```powershell
3030
Get-InstalledModule -Name Az.Migrate
@@ -55,6 +55,10 @@ You can view the full list of Azure Migrate PowerShell cmdlets by visiting the [
5555
`Get-Command -Module Az.Migrate`
5656
```
5757

58+
### Sample Azure Migrate PowerShell script
59+
60+
You can view a sample script that demonstrates how to use Azure Migrate PowerShell cmdlets to migrate VMs to Azure Local in the [Migrate VMs to Azure Local with Azure Migrate using PowerShell sample script](https://aka.ms/azlocal-migrate-ps-script).
61+
5862
## Retrieve discovered VMs
5963

6064
You can retrieve the discovered VMs in your Azure Migrate project using the `Get-AzMigrateDiscoveredServer` cmdlet. This cmdlet retrieves the list of VMs discovered by the source appliance in your Azure Migrate project. `SourceMachineType` can be either `HyperV` or `VMware`, depending on your source VM environment.

0 commit comments

Comments
 (0)