Hi,
Thanks for your question.
As jrv's said, you can use copy-item to copy the folder.
If you want to copy the entire contents of all subfolders below this folder, you can use recurse parameter.
Follow the example below:
Copy-Item -path C:\test -Destination c:\test2\ -Recurse
Best Regards,
Lee
Just do it.