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