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/servers/onboard-windows-server.md
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Connect Windows Server machines to Azure through Azure Arc Setup
3
3
description: In this article, you learn how to connect Windows Server machines to Azure Arc using the built-in Windows Server Azure Arc Setup wizard.
4
-
ms.date: 10/12/2023
4
+
ms.date: 04/05/2024
5
5
ms.topic: conceptual
6
6
---
7
7
@@ -11,8 +11,10 @@ Windows Server machines can be onboarded directly to [Azure Arc](https://azure.m
11
11
12
12
Onboarding to Azure Arc is not needed if the Windows Server machine is already running in Azure.
13
13
14
+
For Windows Server 2022, Azure Arc Setup is an optional component that can be removed using the **Remove Roles and Features Wizard**. For Windows Server 2025 and later, Azure Arc Setup is a [Features On Demand](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities?view=windows-11). Essentially, this means that the procedures for removal and enablement differ between OS versions. See for more information.
15
+
14
16
> [!NOTE]
15
-
> This feature only applies to Windows Server 2022 and later. It was released in the [Cumulative Update of 10/10/2023](https://support.microsoft.com/en-us/topic/october-10-2023-kb5031364-os-build-20348-2031-7f1d69e7-c468-4566-887a-1902af791bbc).
17
+
> The Azure Arc Setup feature only applies to Windows Server 2022 and later. It was released in the [Cumulative Update of 10/10/2023](https://support.microsoft.com/en-us/topic/october-10-2023-kb5031364-os-build-20348-2031-7f1d69e7-c468-4566-887a-1902af791bbc).
16
18
>
17
19
## Prerequisites
18
20
@@ -67,9 +69,12 @@ The Azure Arc system tray icon at the bottom of your Windows Server machine indi
67
69
68
70
## Uninstalling Azure Arc Setup
69
71
70
-
To uninstall Azure Arc Setup, follow these steps:
72
+
> [!NOTE]
73
+
> Uninstalling Azure Arc Setup does not uninstall the Azure Connected Machine agent from the machine. For instructions on uninstalling the agent, see [Managing and maintaining the Connected Machine agent](manage-agent.md).
74
+
>
75
+
To uninstall Azure Arc Setup from a Windows Server 2022 machine:
71
76
72
-
1. In the Server Manager, navigate to the **Remove Roles and Features Wizard**. (See [Remove roles, role services, and features by using the remove Roles and Features Wizard](/windows-server/administration/server-manager/install-or-uninstall-roles-role-services-or-features#remove-roles-role-services-and-features-by-using-the-remove-roles-and-features-wizard) for more information.)
77
+
1. In the Server Manager, navigate to the **Remove Roles and Features Wizard**. (See [Remove roles, role services, and features by using the Remove Roles and Features Wizard](/windows-server/administration/server-manager/install-or-uninstall-roles-role-services-or-features#remove-roles-role-services-and-features-by-using-the-remove-roles-and-features-wizard) for more information.)
73
78
74
79
1. On the Features page, uncheck the box for **Azure Arc Setup**.
75
80
@@ -81,9 +86,17 @@ To uninstall Azure Arc Setup through PowerShell, run the following command:
> Uninstalling Azure Arc Setup does not uninstall the Azure Connected Machine agent from the machine. For instructions on uninstalling the agent, see [Managing and maintaining the Connected Machine agent](manage-agent.md).
86
-
>
89
+
To uninstall Azure Arc Setup from a Windows Server 2025 machine:
90
+
91
+
1. Open the Settings app on the machine and select **System**, then select **Optional features**.
92
+
93
+
1. Select **AzureArcSetup**, and then select **Remove**.
94
+
95
+
:::image type="content" source="media/onboard-windows-server/arc-setup-remove.png" alt-text="Screenshot of Optional feature menu showing Azure Arc Setup feature with Remove button.":::
96
+
97
+
To uninstall Azure Arc Setup from a Windows Server 2025 machine from the command line, run the following line of code:
0 commit comments