Skip to content

Commit 149c809

Browse files
committed
Learn Editor: Update run-analyzer-macos.md
1 parent d2e359d commit 149c809

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
@@ -37,13 +37,13 @@ If you're experiencing reliability or device health issues with Microsoft Defend
3737
If you're using a terminal, download the tool by running the following command:
3838

3939
```bash
40-
wget --quiet -O XMDEClientAnalyzerBinary.zip https://go.microsoft.com/fwlink/?linkid=2297517
40+
wget --quiet -O XMDEClientAnalyzerBinary.zip "https://go.microsoft.com/fwlink/?linkid=2297517"
4141
```
4242

4343
2. Verify the download.
4444

4545
```bash
46-
echo 'B5EBD9AB36F2DB92C341ABEBB20A50551D08D769CB061EAFCC1A931EFACE305D XMDEClientAnalyzerBinary.zip' | shasum -a 256 -c
46+
echo '7886E960546A8490C7CBD962330104B2454647131B89D26771610FDB5BB6BE3D XMDEClientAnalyzerBinary.zip' | shasum -a 256 -c
4747
```
4848

4949
3. Extract the contents of `XMDEClientAnalyzerBinary.zip` on the machine.

0 commit comments

Comments
 (0)