How to compare directory/files and permissions on Windows?
Have you throught about using PowerShell to do this?
PS2 includes a cmdlet Get-ACL
which enums the NFTS permissions (including owner) for a given folder/file.
Have you throught about using PowerShell to do this?
PS2 includes a cmdlet Get-ACL
which enums the NFTS permissions (including owner) for a given folder/file.