Can I use DFS to synchronize Tasks in Windows Task Scheduler in two 2008R2 servers?
My application will create windows tasks in task scheduler of Windows Server 2008R2. Now I need to create these tasks in two servers at the same time. Instead of modifying the application, I am curious to know about using DFS to synchronize "%SystemRoot%\System32\Tasks"
folder between these two servers. Application will create tasks in one server, using DFS move these to second server.
I am not sure, we can implement DFS for "%SystemRoot%\System32\Tasks" folder. Please share your thoughts.
Thanks in advance!
T.A.