I'm currently creating Powershell script to copy the folder to the remote servers I use copy-item cmdlet which changes the timestamp for the folders.
is there a way to copy folder preserving timestamp of folders?
Thank you in advance
I'm currently creating Powershell script to copy the folder to the remote servers I use copy-item cmdlet which changes the timestamp for the folders.
is there a way to copy folder preserving timestamp of folders?
Thank you in advance
When you copy directory, you just create new direcory with same name in diffrent location