I have 200 individual folders with 50 files inside each folder. I would like to sort these 200 individual folders into 8 parent folders of 25 subfolders each, whilst retaining all the files inside the subfolders.
Ideally, the naming structure of the parent folders should follow a sequential pattern based on a phrase (So e.g. "rvolkov Files 1", "rvolkov Files 2", etc).
I have tried to find powershell script for the above, but it seems to only work with files and not folders, so I haven't been able to utilise it (here)
How can I do this in Windows 10? If it helps, the individual folders are named after barcodes, so the first few digits are the same.
Thank you in advance