I want to copy the Directory Structure and Security BUT NOT FILES from one server to another.
The reason being, I want to create the structure and share the shares during normal hours and then copy the files at night for a server migration using new hardware.
It looks like the command below should work according to the Robocopy syntax help topic or at least
the one below should not copy files but this is not my experience.
robocopy source Destination /Copy:SOU /Create
robocopy source Destination /Create
Any thoughts or recommendations?
The reason being, I want to create the structure and share the shares during normal hours and then copy the files at night for a server migration using new hardware.
It looks like the command below should work according to the Robocopy syntax help topic or at least
the one below should not copy files but this is not my experience.
robocopy source Destination /Copy:SOU /Create
robocopy source Destination /Create
Any thoughts or recommendations?