Can some one give me an example on how to copy from one server to many? Is it possable?
I first created a power shell script on my local (Win7) and was able to deploy Scheduled tasks to many servers using the XML property. But this all hit a pretty solid wall when i tried the script in out 2003 preprod server. I then found your dll and gave it a try but could not find a way to simply copy / paste. I have 40 servers in Prod and Copy / Paste is going to be more of a pain then getting this script to work with both versions.
My last attempt was to Register the source's task definition into the target's root but all that did was update the source. I'm guessing there must be a full path somewhere but i don't know where nore how to change it.
Is there by chance a code snippit to transfer the data from one definition to another?