Uninstalling Azure Arc Setup from Windows Server
Andreas Hartig
Microsoft MVP Windows Server | Azure Hybrid & Migration, RCDA Trainer, CGI Luminary, Director Consulting Expert
To uninstall Azure Arc is the next step in my HomeLab includes on Windows Server 2025 and Windows Server 2022 you can use using the following commands.
Table of Contents
Uninstalling Azure Arc Setup from Windows Server 2022
The Azure Arc Setup has no impact on your machine until it is configured. If you want to, you can remove it by running the following PowerShell command.
Disable-WindowsOptionalFeature -Online -FeatureName AzureArcSetup
Uninstalling using the GUI on the Windows server 2022 is done using the Remove Roles and Features Wizard.
Uninstalling Azure Arc Setup from Windows Server 2025
Removing Azure Arc Setup from a Windows Server 2025 can be done using this command.
DISM /online /Remove-Capability /CapabilityName:AzureArcSetup~~~~
You can also do this through the GUI on the server.
Open the Settings app on the machine and select System, then select Optional features.
Select AzureArcSetup, and then select Remove.
Additional Links - Recommended to read
If you missed the start of the journey to setup my home lab you can start here.
Ein Fuchs muss tun was ein Fuchs tun muss. / A fox has to do what a fox has to do.
3 个月Moin Andreas, habe mir gerade bei einem Server 2025 auch etws die Z?hne beim entfernen des AzureArcSetup ausgebissen, da ich es noch mit der beim Server 2022 funktionierenden Methode versucht habe. ?? Hast du eine Ahnung, warum diese Microsoftianer das bei Server 2025 umgemodelt haben? By the way, mit ... Remove-WindowsCapability -Name "AzureArcSetup~~~~" -Online ... bekommt man es beim Server 2025 auch runter. Gruss Alex