Skip to content

Commit a1afdf1

Browse files
Merge pull request #405 from rayne-wiselman/rayne-defender-may12
updating mde version info
2 parents c3e7358 + 522be14 commit a1afdf1

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

exposure-management/classify-critical-assets.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ Security Exposure Management is currently in public preview.
2121

2222
- Before you start, learn about [critical asset management](critical-asset-management.md) in Security Exposure Management.
2323
- [Review required permissions](prerequisites.md#permissions) for working with the critical assets.
24+
- When classifying critical assets, we support devices running version 10.3740.XXXX of the Defender for Endpoint sensor or later. We recommended running a more recent sensor version, as listed on the Defender for Endpoint [What's New page](/defender-endpoint/windows-whatsnew).
25+
26+
You can check which sensor version a device is running as follows:
27+
28+
- On a specific device, browse to the MsSense.exe file in
29+
C:\Program Files\Windows Defender Advanced Threat Protection. Right-click the file, and select **Properties**. On the **Details** tab, check the file version.
30+
- For multiple devices, it's easier to run an [advanced hunting Kusto query](/defender-xdr/advanced-hunting-query-language) to check device sensor versions, as follows:
31+
32+
``` DeviceInfo | project DeviceName, ClientVersion ```
2433

2534

2635
## Review critical assets

exposure-management/prerequisites.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,22 @@ Permission levels are summarized in the table.
6262

6363
You can access Security Exposure Management in the Microsoft Defender portal using Microsoft Edge, Internet Explorer 11, or any HTML 5 compliant web browser.
6464

65+
## Critical asset classification
66+
67+
- Before you start, learn about [critical asset management](critical-asset-management.md) in Security Exposure Management.
68+
- [Review required permissions](prerequisites.md#permissions) for working with the critical assets.
69+
- When classifying critical assets, we support devices running version 10.3740.XXXX of the Defender for Endpoint sensor or later. We recommended running a more recent sensor version, as listed on the Defender for Endpoint [What's New page](/defender-endpoint/windows-whatsnew).
70+
71+
You can check which sensor version a device is running as follows:
72+
73+
- On a specific device, browse to the MsSense.exe file in
74+
C:\Program Files\Windows Defender Advanced Threat Protection. Right-click the file, and select **Properties**. On the **Details** tab, check the file version.
75+
- For multiple devices, it's easier to run an [advanced hunting Kusto query](/defender-xdr/advanced-hunting-query-language) to check device sensor versions, as follows:
76+
77+
``` DeviceInfo | project DeviceName, ClientVersion ```
78+
79+
80+
6581
## Getting support
6682

6783
To get support, select the Help question mark icon in the Microsoft Security toolbar.

0 commit comments

Comments
 (0)