N
Net Coder
Does the .Net framework provide the libraries to enable the ability to
schedule tasks on remote machines using the user's credentials?
After some research, the following methods were found but none of them fully
meets the requirements.
1) Use the Task Scheduler class found here
http://www.codeproject.com/csharp/TSNewLib.asp?df=100&forumid=4062&fr=26
Problem is that the class required a username and password and doesn't just
pass on the user's credentials.
schedule tasks on remote machines using the user's credentials?
After some research, the following methods were found but none of them fully
meets the requirements.
1) Use the Task Scheduler class found here
http://www.codeproject.com/csharp/TSNewLib.asp?df=100&forumid=4062&fr=26
Problem is that the class required a username and password and doesn't just
pass on the user's credentials.