Skip to content

Commit c55c224

Browse files
committed
Updated with rebranding changes.
1 parent 9cec065 commit c55c224

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

azure-local/includes/hci-arc-vm-windows-admin-center.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ms.author: alkohli
77
---
88

99
> [!NOTE]
10-
> The recommended way to create and manage VMs on Azure Local is using the [Azure Arc control plane](../manage/azure-arc-vm-management-overview.md). However, since the functionality described in this article is not yet provided by Azure Arc, you can use Windows Admin Center or PowerShell as described below. Note that VMs created this way aren't Arc-enabled VMs. They have limited manageability from the Azure Arc control plane and fewer Azure Hybrid Benefits, such as no free use of Azure Update Manager.
10+
> The recommended way to create and manage VMs on Azure Local is using the [What is Azure Local VM management?](../manage/azure-arc-vm-management-overview.md). However, since the functionality described in this article is not yet provided by Azure Local, you can use Windows Admin Center or PowerShell as described below. Note that VMs created this way aren't Arc-enabled VMs. They have limited manageability from the Azure Arc control plane and fewer Azure Hybrid Benefits, such as no free use of Azure Update Manager.

azure-local/manage/vm-powershell.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage VMs using Windows PowerShell on Azure Local
33
description: How to manage virtual machines on Azure Local using Windows PowerShell
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 01/16/2025
6+
ms.date: 03/26/2025
77
ms.author: alkohli
88
ms.reviewer: stevenek
99
ms.service: azure-local
@@ -101,7 +101,7 @@ Start-VM -Name VM1 -ComputerName Server1
101101
The following example shows how to shut down a VM named TestVM:
102102

103103
```powershell
104-
Stop-VM -Name VM1 -ComputerName Server1
104+
Stop-VM -Name TestVM -ComputerName Server1
105105
```
106106

107107
## Move a VM
@@ -127,7 +127,7 @@ The `Import-VM` and `Export-VM` cmdlets import and export a VM. The following sh
127127
The following example shows how to import a VM from its configuration file. The VM is registered in-place, so its files aren't copied:
128128

129129
```powershell
130-
Import-VM -ComputerName Server1 -Name VM1 -Path 'C:\<vm export path>\2B91FEB3-F1E0-4FFF-B8BE-29CED892A95A.vmcx'
130+
Import-VM -ComputerName Server1 -Name VM1 -Path 'C:\<vm export path>\2B91FEB3-F6F0-4FFF-B8BE-29CED892A95A.vmcx'
131131
```
132132

133133
The following example exports a VM to the root of the D drive:
@@ -150,10 +150,10 @@ Rename-VM -ComputerName Server1 -Name VM1 -NewName VM2
150150

151151
The `Checkpoint-VM` cmdlet is used to create a checkpoint for a VM. For detailed information, see the [Checkpoint-VM](/powershell/module/hyper-v/checkpoint-vm) reference documentation.
152152

153-
The following example creates a checkpoint named BeforeInstallingUpdates for the VM named Test.
153+
The following example creates a checkpoint named BeforeInstallingUpdates for the VM named Test1.
154154

155155
```powershell
156-
Checkpoint-VM -ComputerName Server1 -Name VM1 -SnapshotName BeforeInstallingUpdates
156+
Checkpoint-VM -ComputerName Server1 -Name Test1 -SnapshotName BeforeInstallingUpdates
157157
```
158158

159159
## Create a VHD for a VM
@@ -242,4 +242,4 @@ Remove-ClusterGroup -RemoveResources -Name VM1
242242

243243
## Next steps
244244

245-
You can also create and manage VMs using Windows Admin Center. For more information, see [Windows Admin Center](vm.md).
245+
You can also create and manage VMs using Windows Admin Center. For more information, see [Windows Admin Center](vm.md).

0 commit comments

Comments
 (0)