auditing

Hi, how can i generate a list of file permissions that an NT group has on a folder? Thanks

Everything New Technology 1823 This topic was started by ,


data/avatar/default/avatar10.webp

90 Posts
Location -
Joined 2002-11-01
Hi,
how can i generate a list of file permissions that an NT group has on a
folder?
Thanks

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar10.webp

90 Posts
Location -
Joined 2002-11-01
OP
its shows up in this format:
C:\>xcacls upload
C:\upload mycom\user2:(OI)(CI)F
 
the problem is i have lots of folders and i want to list them in users instead of folders name.
eg.
 
mycom\user2:(OI)(CI)F
C:\upload
C:\data
D:\docs
 
how to do it? thanks