I am a newb as it relates to Agent Ransack and File Locator Pro, bare with me.
My task is to search all domain joined laptops at a client's organization for a particular service account which is continuously being locked out when we change it's password, we think some rogue dev / systems administrator may have some script/task/workflow that is causing the lockouts.
I am having trouble writing an expression to search the entire system volume on a Windows machine for all files containing the string "crm-web". When I use the GUI version of the software I am able to run the search using-
filelocatorpro.exe -d c:\; -sophos; -windows; -amd; -amd64; -hiberfil; -pagefile; -swapfile; -$windows; -winsxs -o C:\temp\%COMPUTERNAME%-filelocatorTEST.txt
However, when I use the command line switch -d (same as look in apparently) followed by the above expression my command fails saying the flags -sophos, -windows etc. are not valid commands.
One final question: Is there a way to change the output from a text file to an XML file? It makes parsing the content MUCH easier.