Released: Release 2.2.2 (Sep 25, 2014)
Some bug fixes, better support for Windows 8 additions to core library, addition of Fluent syntax, and crontab syntax, since the 1.9.4 release. Since 2.0.3 release, added support for .NET 2.0 and 4.0,...
View ArticleUpdated Release: Release 2.2.2 (Sep 25, 2014)
Some bug fixes, better support for Windows 8 additions to core library, addition of Fluent syntax, and crontab syntax, since the 1.9.4 release. Since 2.0.3 release, added support for .NET 2.0 and 4.0,...
View ArticleNew Post: Setting Task Run-As Account and Settings
I'm having some issues trying to configure the run-as user and settings for a new task. Say I want to create a task that runs as SYSTEM, what would the properties look like for this? Also, if I wanted...
View ArticleNew Post: Setting Task Run-As Account and Settings
Try looking at this examples page: https://taskscheduler.codeplex.com/wikipage?title=TaskSecurity
View ArticleCommented Unassigned: Remote windows server 2003 Task scheduling access [11880]
hi,when i tried to connect a remote server(windows 2003) using the line,Microsoft.Win32.TaskScheduler.TaskService _taskservice = new Microsoft.Win32.TaskScheduler.TaskService(servername, username,...
View ArticleCommented Unassigned: Remote windows server 2003 Task scheduling access [11880]
hi,when i tried to connect a remote server(windows 2003) using the line,Microsoft.Win32.TaskScheduler.TaskService _taskservice = new Microsoft.Win32.TaskScheduler.TaskService(servername, username,...
View ArticleNew Post: Can I use Microsoft.Win32.TaskScheduler.dll in web app(asp.net) for...
Hi I would like to enquire about creating task scheduler with asp.net Please kindly recommend me how to create task scheduler within web application with asp. net(C#). I try testing by the following...
View ArticleCommented Unassigned: Remote windows server 2003 Task scheduling access [11880]
hi,when i tried to connect a remote server(windows 2003) using the line,Microsoft.Win32.TaskScheduler.TaskService _taskservice = new Microsoft.Win32.TaskScheduler.TaskService(servername, username,...
View ArticleNew Post: Task Scheduler connecting XP (SP3)
I am working on a project where I have to remotly connect to the task scheduler on various machines inside a domain. It works fine connecting to win7, win8, 2008sp2, 2008R2 and 2012. But with XP I have...
View ArticleNew Post: Task Scheduler connecting XP (SP3)
XP requires that the firewall on both client and server allows the Task Scheduler to pass through. It also requires file and print sharing enabled on the XP box and that the permissions on the...
View ArticleNew Post: Can I use Microsoft.Win32.TaskScheduler.dll in web app(asp.net) for...
There are some security and configuration issues that need to be addressed when calling from within ASP.NET. Please look at the documentation under "Connecting to a server" and then through the...
View ArticleCommented Unassigned: Remote windows server 2003 Task scheduling access [11880]
hi,when i tried to connect a remote server(windows 2003) using the line,Microsoft.Win32.TaskScheduler.TaskService _taskservice = new Microsoft.Win32.TaskScheduler.TaskService(servername, username,...
View ArticleNew Post: C# how can I tell when a task is complete
I have C# code that starts a task, but I need to know when that task is complete. The information I need is on the history tab of the task scheduler. It will show "Task Completed" in the task category...
View ArticleUpdated Wiki: Examples
Examples Home Page You can go to these pages for more sample code:Trigger Example CodeAction Example CodeSecurity Explanations and Samples Below are some examples of how to use most of the functions of...
View ArticleNew Post: Server 2008 "Do not store password" being reset
When I change the password (or do any kind of update) to an existing task on Server 2008, the "Do not store password" checkbox is always reset to Checked. Possibly related, in the debugger I always see...
View ArticleNew Post: Server 2008 "Do not store password" being reset
I figured it out myself. I needed to add TaskLogonType.Password. DOH!
View ArticleNew Post: Need to run schedule task as "not logged in"
I've searched a lot to try to resolve this issue. It seems like I'm doing the correct things (td.Principal.LogonType = TaskLogonType.Password and providing a login/password). The scheduled task is...
View Article