This command is used to schedule commands to be run at a specified time.
psadmin schedule-tasks --adminuser | -u userName --passwordfile | -f password_file [--commandfile command_file]
The following are the required options:
A user name used to authenticate to Portal Server.
A password file used to fetch and present password to authentic Portal Server.
Following are the optional options:
Specifies a file that contains tasks to run on a schedule. The command format is: command -options | day_of_week@hour:minute; day_of_week@hour:minute day_of_week can vary from 0 to 6. 0 represents Sunday and 6 represents Saturday. Hour varies from 0 to 23 and minute varies from 0 to 59