A
AnttiH
Hi,
I was wondering if there was a simple builtin command in windows 2000
server to recursively show all users and groups that have permissions on
a drive and generate a simple list, that I can view and adjust
accordingly.
Something like:
for /R C:\ %V in (*) do echo %V >list.lis
then somehow "pipe" list.lis to cacls.exe and parse output.
thanks in advance
AnttiH
I was wondering if there was a simple builtin command in windows 2000
server to recursively show all users and groups that have permissions on
a drive and generate a simple list, that I can view and adjust
accordingly.
Something like:
for /R C:\ %V in (*) do echo %V >list.lis
then somehow "pipe" list.lis to cacls.exe and parse output.
thanks in advance
AnttiH