Query Details
# End of Support software used ---- ### Defender For Endpoint ``` DeviceTvmSoftwareInventory | where EndOfSupportStatus == "EOS Version" or EndOfSupportStatus == "EOS Software" | summarize TotalDevices = count(), EOS_Devices = make_set(DeviceName) by SoftwareName, SoftwareVersion | sort by TotalDevices ```
This query is looking at the software inventory for Defender For Endpoint and identifying the number of devices that are using software versions that have reached their end of support. It then groups the devices by the software name and version and sorts them based on the total number of devices.

Bert-Jan Pals
Released: February 14, 2023
Tables
Keywords
Operators