The list of recognized parameters includes
/Create
,
/Delete
,
/Query
,
/Change
,
/Run
, and
/End
. The following sections describe each of these parameters.
/Create
The
/Create
parameter helps you create new tasks. Never use this parameter to change an existing
task; use the
/Change
parameter instead. This parameter uses the following syntax:
SCHTASKS /Create [/S system [/U username [/P password]]] [/RU username
[/RP password]] /SC schedule [/MO modifier] [/D day] [/I idletime]
/TN taskname /TR taskrun [/ST starttime] [/M months] [/SD startdate]
[/ED enddate] [/RI interval] [ {/ET endtime | /DU duration} [/K]
[/XML xmlfile] /V1]] [/IT | /NP] [/Z] [/F]
The following list describes each of the standard command line arguments.
/S
system
Specifies the remote system that you want to check. In most cases, you??™ll also need
to supply the
/U
and the
/P
command line switches when using this switch.
/U [
domain
]
user
Specifies the username on the remote system. This name may not match the
username on the local system. You??™ll need to supply a domain name when working with a
domain controller.
/P [
password
]
Specifies the password for the given user.
Pages:
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516