I have a batch file with about 1000 lines using xcacls.vbs for customizing NTFS permissions for complex folder structure (removes of grants, removes of inheritance, then grants plus some explicit denies) - it works but very slow. I'f I rewrite this somehow with PowerShell (v3/4) would it be faster in terms of execution?
Another issue I have with this thatt there are lack of functionality for bulk verification of applied permission - i.e. folder ACL against my CSV with desired permissions or somehow else...
Any advice on this?