So i have a few powershell scripts that run daily(task manager) on the sharepoint webfront end. They populate some lists and perform some other maintenance tasks.
My question is, I have 2 web front ends that are load balanced, but currently only have the script running on node 1 of the 2 servers. My problem is, if that server goes down or fails, the scripts wont wrong because its off (therefor the lists are not updated with these scripts).
The other server can have the script on it as well, but it wont be setup in task manager to run every day since the node 1 server is currently to do so.
What options do I have to ensure if node 1 goes down, node 2 can do the job (the obvious answer is to do it manually).
Just wondering if anyone else has had a similar scenario?