How can I find in an NTFS partition (Win2000), which folders/files does not inherit the permissions from their parent folder but rather override it?<BR>I know how to check a single folder/file, what I ...
Does it have to be in VBScript? Xcacls (from the Win2k resource kit) is a command-line utility used to set NTFS file permissions. I used to use cacls from the NT resource kit to do something similar ...