Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 312 Bytes

File metadata and controls

12 lines (11 loc) · 312 Bytes

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