'Powershell - Copy files from multiple subfolders to multiple subfolders

I want to copy file with powershell and I already have lists of previous filepath to new path folder. enter image description here

I'm new with this so I just try it with Copy-Item "source path" -Destination "path destination"



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source