I wrote a powershell script to capture a bunch of virtual machines, one by one. As this process takes some time, I want to capture them in parallel.
Setting up the parameters is not the point. What makes me stumble is the DISM error "Failed to write the logfile: The process cannot access dism.log because it is being used by another process"
Any idead how to fix this or force DISM to ignore errors?