Comparing ACL lists
-
I have something of a problem. I have a standard ACL dump for a particular directory tree on a Windows 2000 server. I need to check a number of other servers, dump the ACLs, and then compare them with the 'standard' dump. I have tried dumpsec, cacls, showacls and a number of others, and am having real trouble finding either a tool which will perform the comparisons for me, or a tool that will provide an easily parseable output so I can perform the comparisons myself. Does anyone have any suggestions? Thanks, Craster
-
I have something of a problem. I have a standard ACL dump for a particular directory tree on a Windows 2000 server. I need to check a number of other servers, dump the ACLs, and then compare them with the 'standard' dump. I have tried dumpsec, cacls, showacls and a number of others, and am having real trouble finding either a tool which will perform the comparisons for me, or a tool that will provide an easily parseable output so I can perform the comparisons myself. Does anyone have any suggestions? Thanks, Craster
-
Are you sure you linked the right post there? That reply is about memory dumps. Thanks for looking though!
-
I have something of a problem. I have a standard ACL dump for a particular directory tree on a Windows 2000 server. I need to check a number of other servers, dump the ACLs, and then compare them with the 'standard' dump. I have tried dumpsec, cacls, showacls and a number of others, and am having real trouble finding either a tool which will perform the comparisons for me, or a tool that will provide an easily parseable output so I can perform the comparisons myself. Does anyone have any suggestions? Thanks, Craster
-
I can do a flat text compare, but unfortunately acl outputs are not effective permissions, they're literal. For example: Administrator: Full Control and Administrator: Full Control, Read are effectively identical, but plain text comparisons aren't intelligent enough to work that out.