Query Details

Upcomming EOS Software

Query

# Upcomming End of Support software used 
----
### Defender For Endpoint
```
DeviceTvmSoftwareInventory
| where EndOfSupportStatus == "Upcoming EOS Version"
| project DeviceName, OSPlatform, OSArchitecture, SoftwareVendor, 
SoftwareName, SoftwareVersion, EndOfSupportDate
```

Explanation

This query retrieves information about upcoming end of support software used, specifically focusing on Defender For Endpoint. It selects specific fields such as device name, operating system platform, architecture, software vendor, software name, software version, and end of support date from the DeviceTvmSoftwareInventory table.

Details

Bert-Jan Pals profile picture

Bert-Jan Pals

Released: February 14, 2023

Tables

DeviceTvmSoftwareInventory

Keywords

DeviceTvmSoftwareInventory,EndOfSupportStatus,UpcomingEOSVersion,DeviceName,OSPlatform,OSArchitecture,SoftwareVendor,SoftwareName,SoftwareVersion,EndOfSupportDate

Operators

where==project

Actions