I have the following code:
Copy-Item -Path $Job1 -Destination $NewJob1 -Force -ErrorAction Continue Copy-Item -Path $Job2 -Destination $NewJob2 -Force -ErrorA