Skip to content

Commit d5fba10

Browse files
authored
Update agent-windows-troubleshoot.md
1 parent ac378f1 commit d5fba10

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/azure-monitor/agents/agent-windows-troubleshoot.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,14 @@ As part of an ongoing security effort across various Azure services, Azure Log A
147147
You may have received the breaking change notification even if you have not personally installed the Microsoft Monitoring Agent. That is because various Azure products leverage the Microsoft Monitoring Agent. If you’re using one of these products, you may be affected as they leverage the Windows Log Analytics Agent. For those products with links below there may be specific instructions that will require you to upgrade to the latest agent.
148148
149149
- VM Insights
150-
- [System Center Operations Manager (SCOM)](https://learn.microsoft.com/en-us/system-center/scom/deploy-upgrade-agents?view=sc-om-2022)
151-
- [System Center Service Manager (SCSM)](https://learn.microsoft.com/en-us/system-center/scsm/upgrade-service-manager?view=sc-sm-2022)
152-
- [Microsoft Defender for Server](https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/update-agent-mma-windows?view=o365-worldwide)
153-
- [Microsoft Defender for Endpoint](https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/update-agent-mma-windows?view=o365-worldwide)
150+
- [System Center Operations Manager (SCOM)](/system-center/scom/deploy-upgrade-agents)
151+
- [System Center Service Manager (SCSM)](/system-center/scsm/upgrade-service-manager)
152+
- [Microsoft Defender for Server](/microsoft-365/security/defender-endpoint/update-agent-mma-windows?view=o365-worldwide)
153+
- [Microsoft Defender for Endpoint](/microsoft-365/security/defender-endpoint/update-agent-mma-windows?view=o365-worldwide)
154154
- Azure Sentinel
155-
- [Azure Automation Agent-based Hybrid Worker](https://learn.microsoft.com/en-us/azure/automation/automation-windows-hrw-install#update-log-analytics-agent-to-latest-version)
156-
- [Azure Automation Change Tracking and Inventory](https://learn.microsoft.com/en-us/azure/automation/change-tracking/overview?tabs=python-2#update-log-analytics-agent-to-latest-version)
157-
- [Azure Automation Update Management](https://learn.microsoft.com/en-us/azure/automation/update-management/overview#update-windows-log-analytics-agent-to-latest-version)
155+
- [Azure Automation Agent-based Hybrid Worker](../../automation/automation-windows-hrw-install.md#update-log-analytics-agent-to-latest-version)
156+
- [Azure Automation Change Tracking and Inventory](../../automation/change-tracking/overview?tabs=python-2.md#update-log-analytics-agent-to-latest-version)
157+
- [Azure Automation Update Management](../../automation/update-management/overview.md#update-windows-log-analytics-agent-to-latest-version)
158158
159159
160160
*Identifying and Remidiating Breaking Agents*
@@ -171,7 +171,7 @@ This script will use the .CSV file generated in UpdateMMA.ps1 to upgrade all bre
171171
172172
Both of these scripts may take a while to complete.
173173
174-
# [PowerShell](#tab/PowerShellWindows)
174+
# [UpdateMMA](#tab/UpdateMMA)
175175
176176
```powershell
177177
# UpdateMMA.ps1
@@ -187,10 +187,10 @@ Both of these scripts may take a while to complete.
187187
188188
189189
# This version of the script requires Powershell version >= 7 in order to improve performance via ForEach-Object -Parallel
190-
# https://docs.microsoft.com/en-us/powershell/scripting/whats-new/migrating-from-windows-powershell-51-to-powershell-7?view=powershell-7.1
190+
# https://docs.microsoft.com/powershell/scripting/whats-new/migrating-from-windows-powershell-51-to-powershell-7?view=powershell-7.1
191191
if ($PSVersionTable.PSVersion.Major -lt 7)
192192
{
193-
Write-Host "This script requires Powershell version 7 or newer to run. Please see https://docs.microsoft.com/en-us/powershell/scripting/whats-new/migrating-from-windows-powershell-51-to-powershell-7?view=powershell-7.1."
193+
Write-Host "This script requires Powershell version 7 or newer to run. Please see https://docs.microsoft.com/powershell/scripting/whats-new/migrating-from-windows-powershell-51-to-powershell-7?view=powershell-7.1."
194194
exit 1
195195
}
196196
@@ -411,7 +411,7 @@ switch ($args.Count)
411411
}
412412
```
413413

414-
# [PowerShell](#tab/PowerShellWindows)
414+
# [UpgradeMMA](#tab/UpgradeMMA)
415415

416416
```powershell
417417
#UpgradeMMA.ps1

0 commit comments

Comments
 (0)