Can someone help me with a batch script or powershell script. I am a noob in a programing. I have a few folders and subfolders and sub subfolders. Only the name of tha main folder "Folder1" is different. All other subfolders are with the same name. The sub subfolders are also different. The structure of all folders is something like this:
Folder1
-folderAAA
-folderBBB
-folderBBB111
-folderBBB222
-folderCCC
Folder2
-folderAAA
-folderBBB
-folderBBB111333
-folderBBB222333
-folderCCC
.......
I have a lot of main folder like "Folder1 and Folder2" I need a script who to research main folders "Folder1, folder2..." and when find "folderBBB" to go inside this folder and to copy the folders, that are inside to different place, like folder "Uploads" or something.