Patrick Miller
asked on
Migrating Shares and folders on same Win 2016 server
Need to migrate hundreds of shares and folders from one drive to another.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
are the drives read/write?
create the folder in the new location.
Set the persmissions on the front end.
to speed the process along, you can use backup restror to populate the new location.
you can use robocopy to copy data from one to the other
you can use power shell to migrate the share from pointing to drive D and not point to drive G.
Virtuan environment where the shares are on a new drive, an option can be to change drive letter.
create the folder in the new location.
Set the persmissions on the front end.
to speed the process along, you can use backup restror to populate the new location.
you can use robocopy to copy data from one to the other
you can use power shell to migrate the share from pointing to drive D and not point to drive G.
Virtuan environment where the shares are on a new drive, an option can be to change drive letter.
ASKER
Thanks for the help.
ASKER