-1

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.

Yuri
  • 2,820
  • 4
  • 28
  • 40

1 Answers1

0

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

Yuri
  • 2,820
  • 4
  • 28
  • 40