Navigation: Command Line Applications > TaskSecure > Usage |
Command Line Parameters
tasksec [\\servername] [username] [password] [/restart]
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:
|