Share via

Folder Redirection Migration NFTS issue

John 81 Reputation points
2022-08-10T19:51:34.147+00:00

We setup a new file server to host a Folder Redirection share. I created the root folder with share permissions and security permissions according to a document I found from MS. I then used robocopy to move the data from the old share to the new. Then created a new GPO to point to the new server.

I am getting an error stating that the recycle bin is corrupted and most of my icons and background are gone. The user is the owner of their own folder, any suggestions?

Thank you

Windows for business | Windows Server | User experience | Other
Windows for business | Windows Server | Storage high availability | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Limitless Technology 40,106 Reputation points
    2022-08-11T14:48:45.257+00:00

    Hello

    Thank you for your question and reaching out.

    Please try below powershell command to apply ACL from old to new Folder.

    get-acl \networkshare1 | set-acl \networkshare2

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.