Navigation:  Command Line Applications > TaskSecure >

Usage

Top  Previous  Next

Command Line Parameters

 

tasksec [\\servername] [username] [password] [/restart]

 

<without options>

enumerates all scheduled tasks, grouped by account username



\\servername

Perform all actions on computer "servername"



username

List only scheduled tasks running under the specified username



password

Set the password to password. Only valid in conjunction with username.

 

Examples

 

Example 1: Enumerate all scheduled tasks on host \\server1

 

tasksec \\server1

 

Example 2: Show all scheduled tasks on host \\fileserver that are using the DOMAIN\Administrator account

 

tasksec \\fileserver DOMAIN\Administrator

 

Example 3: Change the account password of all scheduled tasks that are using the DOMAIN\SrvAcc username to "yUye$#34ww:"

 

tasksec DOMAIN\SrvAcc yUye$#34ww: