I developed a PowerShell script, and it\'s working absolutely fine. The only challenge is the files in the subfolders are not getting moved to the destination.
g
I needed a quick one liner to move all data off one drive onto another. This worked perfectly for me:
Get-ChildItem "E:" -Recurse | Move-Item -Destination "G:"