You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/system-center-virtual-machine-manager/quickstart-connect-system-center-virtual-machine-manager-to-arc.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: jsuri
7
7
ms.topic: quickstart
8
8
ms.services: azure-arc
9
9
ms.subservice: azure-arc-scvmm
10
-
ms.date: 2/26/2024
10
+
ms.date: 03/14/2024
11
11
ms.custom: references_regions
12
12
13
13
# Customer intent: As a VI admin, I want to connect my VMM management server to Azure Arc.
@@ -22,7 +22,7 @@ This Quickstart shows you how to connect your SCVMM management server to Azure A
22
22
## Prerequisites
23
23
24
24
>[!Note]
25
-
> - If VMM server is running on Windows Server 2016 machine, ensure that [Open SSH package](https://github.com/PowerShell/Win32-OpenSSH/releases)is installed.
25
+
> - If VMM server is running on Windows Server 2016 machine, ensure that [Open SSH package](https://github.com/PowerShell/Win32-OpenSSH/releases)and tar are installed. To install tar, you can copy tar.exe and archiveint.dll from any Windows 11 or Windows Server 2019/2022 machine to *C:\Windows\System32* path on your VMM server machine.
26
26
> - If you deploy an older version of appliance (version lesser than 0.2.25), Arc operation fails with the error *Appliance cluster is not deployed with AAD authentication*. To fix this issue, download the latest version of the onboarding script and deploy the resource bridge again.
27
27
> - Azure Arc Resource Bridge deployment using private link is currently not supported.
28
28
@@ -68,14 +68,14 @@ This Quickstart shows you how to connect your SCVMM management server to Azure A
68
68
69
69
Follow these instructions to run the script on a Windows machine.
70
70
71
-
1. Open a new PowerShell window and verify if Azure CLI is successfully installed in the workstation, use the following command:
71
+
1. Open a new PowerShell window as Administrator and verify if Azure CLI is successfully installed in the workstation, and use the following command:
72
72
```azurepowershell-interactive
73
73
az
74
74
```
75
75
1. Navigate to the folder where you've downloaded the PowerShell script:
76
76
*cd C:\Users\ContosoUser\Downloads*
77
77
78
-
1. Run the following command to allow the script to run since it's an unsigned script (if you close the session before you complete all the steps, run this command again for the new session):
78
+
1. Run the following command to allow the script to run since it's an unsigned script (if you close the session before you complete all the steps, run this command again in the new PowerShell Administrator session):
79
79
```azurepowershell-interactive
80
80
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
0 commit comments