Find Software By Name and Version
Description
This query finds a software by name and/or version
Query · kql
// let SearchSoftwareName = "chrome"; let SoftwareKnownVersion = "10"; DeviceTvmSoftwareInventory // to surface software that the version is not discovered for, remove SoftwareVersion filtering | where SoftwareName == SearchSoftwareName | where SoftwareVersion startswith SoftwareKnownVersion