Hi, I am beginner with osquery. I am trying to get filecount from a remote folder (windows to windows) using osqueryi.exe
My query is very simple.
select count(*) from file where file.path like "\\some-remote-server\remote-folder\%"
But i couldnt get the results back. I do have access to the server and manually able to navigate remote folder. How can i fix the query? Or is this not possible with osquery?