Hi
In the the url below, it shows you have to find missing files in a collection with CMPivot. I would like to change it to look for the file 7z.exe but don't know what I should changed?
Device
| join kind=leftouter (File('C:\Program Files\7-Zip\7z.exe'))
| where isnull(FileName)
| project Device
www.prajwaldesai.com
In the the url below, it shows you have to find missing files in a collection with CMPivot. I would like to change it to look for the file 7z.exe but don't know what I should changed?
Device
| join kind=leftouter (File('C:\Program Files\7-Zip\7z.exe'))
| where isnull(FileName)
| project Device

Quickly Find Missing Files with SCCM CMPivot Query
In this post I will show you how to find missing files with SCCM CMPivot query. We will run the CMPivot query that returns computers that are missing a
