Skip to content

Commit 8f515c2

Browse files
committed
code updates
1 parent 6f3e5c5 commit 8f515c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/migrate/tutorial-migrate-vmware.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ Replication occurs as follows: <br /><br />
154154
5. Run this command in Azure Cloud Shell to monitor the migration status of the server you need.
155155

156156
```powershell
157-
Run this command in Azure Cloud Shell to monitor the migration status of the server you need.
157+
158+
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>" -MachineName "<your-server-name>"
159+
158160
```
159161
6. Replace `your-project-name`, `your-resource-group`, and `your-server-name` with the actual Azure Migrate project, resource group, and server name.
160162
7. You run this command and get the following output:

0 commit comments

Comments
 (0)