Hi expects
Need some advice about powershell
i coined a scripts that checks a response from a website .inside for each loop i check the response from more than 3 thousand urls .
the script works perfect and i get the desired output . but the execution time is very high as the sites are checked one by one .
I have read many sites about multi threading but they are too complex to understand and also most of them talk about multiple remote computers .
Is there a way i can run the script in parallel in like 5 windows and get the output in a single file so that i can cut down the execution time .
Can you help me with a simple example how i can run the scripts in parallel suppose i filter the urls according to location so that for each location the script runs parallel ..
please advise ...or suggest me how can i achieve this
tanveer