I have some folders called
C:\Source
C:\Destination
C:\Source contains
---> FolderA (having few files)
---> FolderB (having few files)
... etc
I want to copy all subdirectories into C:\Destination
How would I write Powershell program which takes all multiple variable subfolders and copies into Directory?
This does not work, as it is results in copying all of Source Folder into Destination resulting in
How to copy folder with subfolders?
C:\Destination\Source
Would like to keep same subdirectory folder structure