I've written a powershell script that searches for files of specific criteria and then displays them (for action) in Agent Ransack.
I call Agent Ransack with the command line.
The AR command line help file lists both -s (search subfolders) and -r (start search immediately) as options but, when I pass both of those, I get "command line flag '-s -r' not valid. I tried reversing the flags, to no avail. What's the cause of that?
Also - is there a command line option to CLEAR all existing search criteria before adding what I'm passing in my other flags?