Quantcast
Channel: Task Scheduler Managed Wrapper
Viewing all articles
Browse latest Browse all 2206

New Post: Update User Credentials

$
0
0
I apologize. The corrected code would be:
Using ts As New TaskService()
   Dim task = ts.RootFolder.Tasks("TEST")
   If task IsNot Nothing
      ts.RootFolder.RegisterTaskDefinition("TEST", task.TaskDefinition, TaskCreation.CreateOrUpdate, "User", "NewPassword", TaskLogonType.Password)
   End If
End Using

Viewing all articles
Browse latest Browse all 2206

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>