Query Details
DeviceTvmSoftwareInventory | where SoftwareName has "curl" | where SoftwareVersion !startswith "8.4" | project DeviceName, OSVersion, SoftwareName, SoftwareVersion
This query retrieves information about devices with a software inventory that includes "curl". It filters out devices with a software version that does not start with "8.4". The resulting data includes the device name, operating system version, software name, and software version.

Shivam Malaviya - (User Submission)
Released: October 25, 2023
Tables
Keywords
Operators