Usage

<< Click to Display Table of Contents >>

Navigation:  Security Tools > tasksecure >

Usage

Command Line Parameters

 

tasksecure /a /u <username> /p <password> /s <\\hostname>

 

<without options>

enumerates all scheduled tasks, grouped by account username



/s <\\hostname>

Perform all actions on host "servername"



/u /username

List only scheduled tasks running under the specified username

/p /password

For all tasks running under <username> set the password to password. Requires /u

 

Examples

 

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

 

tasksecure /s \\server1

 

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

 

tasksecure /u DOMAIN\Administrator /s \\fileserver

 

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

 

tasksecure /u DOMAIN\SrvAcc /p yUye$#34ww:

 

 

tasksecure_1