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.
Asked
Active
Viewed 213 times
1 Answers
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