auditing

This is a discussion about auditing in the Everything New Technology category; 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 in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

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