Finding permissions of a lot of folders?

Chiefcrowe

Diamond Member
Sep 15, 2008
5,056
199
116
Does anyone know of a good way to find out which users have access rights to a bunch of different folders/subfolders?

I want to migrate some data to a different machine on a new domain and want to create new users there and assign them similar rights.
 

kamikazekyle

Senior member
Feb 23, 2007
538
0
0
If you're still searching, you can script up a quick batch script that takes the cacls command (cacls <filename>) and pipes in a text file of the relevant locations. Powershell and VBScript also can do similar functions.