Forum Discussion
If you use start-job for each of those requests within a batchscript, you could get them to run in parallel rather than having to wait to loop.
Not sure that that would work on something more complex than a simple data grab. I haven't played with them too much, but they should allow a little post processing in the script before returning results.
Caveat: They seem quite aggressive if you have a lot of devices on the same collector as they open a socket for every instance discovered. They're easier on LM as they do a single script run... but they instantly hit a windows environment with x requests all at the same time. We've had quite a few issues with resource exhaustion as a result as all of our available ports are eaten up on the collector if the devices aren't balanced in the collector group properly (hence the other balancer efforts I'm working on in other threads).
Related Content
- 2 years ago
- 2 years agoAnonymous