Skip to content

Commit c1dabfb

Browse files
committed
Update run-analyzer-macos.md
1 parent f4a0b9a commit c1dabfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defender-endpoint/run-analyzer-macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Run the client analyzer on macOS
3-
description: Learn how to use the MDE Client Analyzer on Mac to identify health or performance issue causes.
3+
description: Learn how to use the Defender for Endpoint Client Analyzer on Mac to identify health or performance issue causes.
44
author: denisebmsft
55
ms.author: deniseb
66
manager: deniseb
@@ -82,7 +82,7 @@ If you're experiencing reliability or device health issues with Microsoft Defend
8282

8383
The client analyzer depends on few extra PIP packages (`decorator`, `sh`, `distro`, `lxml`, and `psutil`) that are installed in the operating system when in root mode to produce the result output. If not installed, the analyzer attempts to fetch it from the [official repository for Python packages](https://pypi.org/search/?q=lxml).
8484

85-
The tool currently requires Python version 3 or later to be installed on your device. If your device is behind a proxy, then you can simply pass the proxy server as an environment variable to the `mde_support_tool.sh` script. For example: `https_proxy=https://myproxy.contoso.com:8080 ./mde_support_tool.sh"`.
85+
The tool currently requires Python version 3 or later to be installed on your device. If your device is behind a proxy, then you can pass the proxy server as an environment variable to the `mde_support_tool.sh` script. For example: `https_proxy=https://myproxy.contoso.com:8080 ./mde_support_tool.sh"`.
8686

8787
> [!WARNING]
8888
> Running the Python-based client analyzer requires the installation of PIP packages which could cause some issues in your environment. To avoid issues from occurring, it is recommended that you install the packages into a user PIP environment.

0 commit comments

Comments
 (0)