Uninstalling Azure Arc Setup from Windows Server

Uninstalling Azure Arc Setup from Windows Server

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
  • Uninstalling Azure Arc Setup from Windows Server 2025
  • Additional Links - Recommended to read

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.

Remove Azure Arc Setup through the GUI on Windows Server 2022

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.

Remove Azure Arc Setup through the GUI on Windows Server 2025

Additional Links - Recommended to read

If you missed the start of the journey to setup my home lab you can start here.

https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/azure-arc/servers/onboard-windows-server.md

https://www.thomasmaurer.ch/2023/12/azure-arc-setup-on-windows-server/


Alexander Fuchs

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

回复

要查看或添加评论,请登录

Andreas Hartig的更多文章

社区洞察