End of Support software used
DeviceTvmSoftwareInventory
| where EndOfSupportStatus == "EOS Version" or EndOfSupportStatus ==
"EOS Software"
| summarize TotalDevices = count(), EOS_Devices = make_set(DeviceName)
by SoftwareName, SoftwareVersion
| sort by TotalDevices
DeviceTvmSoftwareInventory
| where EndOfSupportStatus == "EOS Version" or EndOfSupportStatus ==
"EOS Software"
| summarize TotalDevices = count(), EOS_Devices = make_set(DeviceName)
by SoftwareName, SoftwareVersion
| sort by TotalDevices