Skip to content

Commit 7c88c28

Browse files
committed
Added command line uninstall
1 parent 548016b commit 7c88c28

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
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: 03/26/2024
4+
ms.date: 04/05/2024
55
ms.topic: conceptual
66
---
77

@@ -94,6 +94,10 @@ To uninstall Azure Arc Setup from a Windows Server 2025 machine:
9494

9595
:::image type="content" source="media/onboard-windows-server/arcsetup-remove.png" alt-text="Screenshot of Optional feature menu showing Azure Arc Setup feature with Remove button.":::
9696

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~~~~`
100+
97101
## Next steps
98102

99103
* Troubleshooting information can be found in the [Troubleshoot Azure Connected Machine agent guide](troubleshoot-agent-onboard.md).

0 commit comments

Comments
 (0)