Skip to content

Commit 3c049da

Browse files
Update azure-monitor-agent-mma-removal-tool.md
1 parent 2a108c4 commit 3c049da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-monitor/agents/azure-monitor-agent-mma-removal-tool.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The utility works in two steps:
2323
Do all the setup steps on an Internet connected machine. You need:
2424

2525
- Windows 10 or later, or Windows Server 2019 or later.
26-
- [PowerShell 7.0 or later.](/powershell/scripting/install/installing-powershell?view=powershell-7.4) This allows for parallel execution that speeds the process up.
26+
- [PowerShell 7.0 or later.](/powershell/scripting/install/installing-powershell?view=powershell-7.4&preserve-view=true) This allows for parallel execution that speeds the process up.
2727
- Azcli must be installed to communicate with the [Azure Graph API.](/cli/azure/install-azure-cli-windows?tabs=azure-cli).
2828
1. Open PowerShell as administrator:
2929
2. Run the command: `Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile AzureCLI.msi`.
@@ -239,6 +239,7 @@ You must collect a list of all legacy agents, both MMA and OMS, on all VM, VMSS
239239
.\MMAUnistallUtilityScript.psl GetInventory
240240
```
241241
The script will report the total VM, VMSS, or Arc enables servers seen in the subscription. It will take several minutes to run. You will see a progress bar in the console window. Once complete there will be a CSV file called MMAInventory.csv in the local directory with the following format.
242+
242243
|Resource_Group | Resource_Type | Name | Install_Type |Extension_Name |
243244
|---|---|---|---|---|
244245
| Linux-AMA-E2E | VM | Linux-ama-e2e-debian9 | Extension | OmsAgentForLinux |

0 commit comments

Comments
 (0)