FindDocs

FindDocs is a tool that finds documents that haven’t been updated since a specified date and deletes them. The "FINDDOCS" command supports the following options and parameters:

/before:<DateTime>       
/sso[:<boolean>] 
/username:<string>
/password:<string>
/domain:<string>
/host:<string>
/source:<string>       
/file:<string>
/verbose[:<boolean>]         
/help
Find files where Last_Updated is before this date (required)
Call as SSO (defaults to FALSE.  If TRUE then executes as user that launched app)
Username (for non-SSO calls)
Password (for non-SSO calls)
Domain (for non-SSO calls)
Base URL for REST service (defaults to http://localhost)
Source repository (defaults to all)
File containing search terms on each line
Show detail output
Get help

ayfie