Skip to content

Commit 19435ff

Browse files
Manually_Uninstall_Reinstall_Azure_VM_Agent
In this public document -> https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/windows/windows-azure-guest-agent#:~:text=Download%20and%20install%20the%20latest%20version%20of%20the%20Windows%20Installer%20(MSI)%20agent.%20You%20must%20have%20administrator%20rights%20to%20complete%20the%20installation. In cause 2 , solution 2, there is no link provided for customers to download the latest version of the Windows Installer (MSI) agent. Have added the Github link to download the latest Guest Agent.
1 parent a4f6dd2 commit 19435ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/azure/virtual-machines/windows/windows-azure-guest-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Manually uninstall the Azure VM Agent, and then reinstall it by following these
145145

146146
1. Under *C:\\WindowsAzure*, create a folder that's named *OLD*.
147147
1. Move any folders that are named *Packages* or *GuestAgent* to the *OLD* folder. Also, move any of the *GuestAgent* folders in *C:\\WindowsAzure\\logs* that start as *GuestAgent_x.x.xxxxx* to the *OLD* folder.
148-
1. Download and install the latest version of the Windows Installer (MSI) agent. You must have administrator rights to complete the installation.
148+
1. Download and install the latest version of the Windows Installer ([MSI](https://github.com/Azure/WindowsVMAgent/releases)) agent from the Github Releases for WinGA. You must have administrator rights to complete the installation.
149149
1. Install Guest Agent by running the following [msiexec](/windows-server/administration/windows-commands/msiexec) command:
150150

151151
```cmd

0 commit comments

Comments
 (0)