I have the following folder structure:
FolderA --Folder1 --Folder2 --Folder3 ... --Folder99
Folders 1 through 99 have files in them.
Get-ChildItem -Path source -Recurse -File | Move-Item -Destination dest