Forum Discussion
Pradeep MISHRA
Aug 09, 2020Copper Contributor
Unable to script using Multi-threading
I have one Csv and there are 10 VM and i want to run this script to all the vms in same time (using Multi-threading concept or any other method) not one by one. because if it will run one by one ...
abhishekmittal
Aug 10, 2020Copper Contributor
Pradeep MISHRA - You can use -AsJob option which will create each execution as a job for you and will run in the background
You can then track the status of the Job based on the object returned.