[Custom Inventory Rule] Files with no extension using FileExists
I'd like to find all the machines in my organization that have a file named "scripts" (no extension) on the root of the C:\ drive. I tried using
FileExists(C:\scripts)
and
FileExists(C:\scripts.)
but both return the machines with a folder named "scripts".
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer