Skip to content

Commit 2427179

Browse files
authored
Merge pull request #270497 from johnmarco/jm-update-windows-server-onboarding
Update Azure Arc Setup for Windows 2025
2 parents bfd54f8 + db522fc commit 2427179

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed
17.3 KB
Loading

articles/azure-arc/servers/onboard-windows-server.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connect Windows Server machines to Azure through Azure Arc Setup
33
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
55
ms.topic: conceptual
66
---
77

@@ -11,8 +11,10 @@ Windows Server machines can be onboarded directly to [Azure Arc](https://azure.m
1111

1212
Onboarding to Azure Arc is not needed if the Windows Server machine is already running in Azure.
1313

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+
1416
> [!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).
1618
>
1719
## Prerequisites
1820

@@ -67,9 +69,12 @@ The Azure Arc system tray icon at the bottom of your Windows Server machine indi
6769

6870
## Uninstalling Azure Arc Setup
6971

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:
7176

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.)
7378

7479
1. On the Features page, uncheck the box for **Azure Arc Setup**.
7580

@@ -81,9 +86,17 @@ To uninstall Azure Arc Setup through PowerShell, run the following command:
8186
Disable-WindowsOptionalFeature -Online -FeatureName AzureArcSetup
8287
```
8388

84-
> [!NOTE]
85-
> 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:
98+
99+
`DISM /online /Remove-Capability /CapabilityName:AzureArcSetup~~~~`
87100

88101
## Next steps
89102

0 commit comments

Comments
 (0)