Condividi tramite


Query per la tabella DeviceTvmSoftwareInventory

Per informazioni sull'uso di queste query nella portale di Azure, vedere Esercitazione su Log Analytics. Per l'API REST, vedere Query.

Titoli software non supportati

Elencare i titoli software che non sono più supportati.

DeviceTvmSoftwareInventory
| where EndOfSupportStatus == 'EOS Software'
| summarize dcount(DeviceId) by SoftwareName