We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a032504 commit 26fba74Copy full SHA for 26fba74
articles/azure-arc/servers/manage-agent.md
@@ -136,13 +136,13 @@ To uninstall the agent manually from the Command Prompt or to use an automated m
136
137
3. You can then uninstall the agent by using Msiexec using the following examples:
138
139
- a. From the command-line type:
+ * From the command-line type:
140
141
```dos
142
msiexec.exe /x {product code GUID} /qn
143
```
144
145
- b. You can perform the same steps using PowerShell:
+ * You can perform the same steps using PowerShell:
146
147
```powershell
148
Get-ChildItem -Path HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall | `
0 commit comments