Forum Discussion

JohnWickXV's avatar
JohnWickXV
Copper Contributor
Oct 29, 2024
Solved

Issue in Uninstallation of AMA for Arc Enabled Windows server

Dear Community,    As a troubleshooting, I want to uninstall the AMA agent from Azure arc enabled server, I tried "Uninstall" from Azure arc machine - Extension - Uninstall but it went into "Deleti...
  • MHenshaw's avatar
    Oct 29, 2024

    hey! Try these command's there from the MS Docs regarding uninstalling the extension so may work

    PowerShell "Remove-AzConnectedMachineExtension -MachineName <arc-server-name> -ResourceGroupName <resource-group-name> -Name AzureMonitorWindowsAgent"

    Azcli -- "az connectedmachine extension delete --name AzureMonitorWindowsAgent --machine-name <arc-server-name> --resource-group <resource-group-name>"

Resources