Looking to use below command
To copy all contents including empty directories of SourceFolder to DestinationFolder:
Robocopy C:\SourceDir C:\DestDir /E
With ROBOCOPY <Source> <Target> /E /Copy:S /IS /IT
As per
https://social.technet.microsoft.com/wiki/contents/articles/1073.robocopy-and-a-few-examples.aspx#Simple_copy
Haven't used Robocopy for a good while, maybe 8 years but current AD setup i've inherited is in a huge mess
Where is the best machine to use robocopy from (I'm guessing the 2012 server) and do all directories have to be shared to my admin account in order for it to work?