Search code examples
securitysysinternals

Using AccessCHK with pipe


Can anyone post an example of using accesschk with \pipe. I'm running process with -s param and getting a lot of files listed, but only folders are needed. Tried to run with *findstr /vi ".[a-z]$", but no success Thank you.


Solution

  • Found it :-) accesschk -s -d Z:
    -s means recursive, -d means no files (Only process directories or top-level keys)