Zend certified PHP/Magento developer

I have multiple top level folders (about 30) with one particular subfolder I need to copy to another network path (Windows 10)

I have multiple top level folders (about 30) with one particular subfolder I need to copy to another network path (Windows10).
I am trying to see if there is a script or Powershell command that will allow me to copy the one subfolder from each of the 30 top-level folders to another location on the network.

Example: I have top level folders labeled Morning, Noon and Night.
Each of those top-level folders contain multiple subfolders, but I only need to copy the subfolder ‘Time’ from each, to another path on the network, (e.g. MorningTime, NoonTime and NightTime should be copied to folder on X: called TimeOfDay).

I was wondering if RoboCopy, or XCopy or Powershell could help.
I would deeply appreciate any advice or assistance.