How Can Non-Tech Users Migrate Files Without Carrying Over ACLs?

0
1
Asked By SkyRider42 On

I'm looking for a way for our users to migrate files from an old NetApp drive to a new Azure Files drive without bringing along the messy ACLs from the old system. The old setup has a chaotic mix of individual users, groups, and GUIDs, while the new Azure setup has well-managed AD groups for ACLs. I know that we could use robocopy with the `/B` flag to migrate files without the old ACLs, but my users aren't tech-savvy enough for that. Does anyone know of a user-friendly tool that would allow them to simply drag and drop files, achieving the same result? Or are we going to have to handle the migration ourselves using robocopy? I'm open to all suggestions!

3 Answers

Answered By TechWhizKid On

Honestly, you can just use copy and paste for this. It should drop the old ACLs automatically when moving the files.

Answered By DataMaverick99 On

You might want to check out Directory Opus. It's very user-friendly, but just a heads up, once you start using it, you'll probably want it everywhere you go!

CuriousUser88 -

Sounds interesting! Is it easy enough for really non-tech folks?

Answered By SimpleSolutions101 On

Another option would be to create a batch file where users drag and drop the folder they want to migrate onto the file. You could create a shortcut to that batch file on their desktop for easy access.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.