|
Answer» Hi,
We have the a file servers.. granted some permissions on each server. Employee in our org can ACCESS the files from network share. I want the report like , who are all the has permissions to Iterator/List the folder contents remotely. (List the SIDS with permissions that accessible by remotely)
I searched.. some one give the NTFS permissions alone.. or some one give share permissions alone. But I want consolidated the permissions report. Like
user1 --- \\file-server\folder1 -- Read -- Allow user1 -- \\filser-server\folder2 --Fullcontrol - Allow user1 -- \\fileserver\folder3 -- Write -- Deny
I know the point, when ACCESSING the network folder, the permissions are effect in the following order.. Consolidated the Share permissions Consolidated the NTFS Permissions Most restrictive permissions from above two. Please help...
It appears that this tool may only do NTFS perms, but is WORK CHECKING out (and free): http://www.solarwinds.com/products/freetools/permissions_analyzer_for_active_directory/
Otherwise, only way I can think of is doing each separate, as described here: http://social.technet.microsoft.com/Forums/en-US/winserverfiles/thread/dd621e53-b5f1-4f59-9753-f3d482dbce04/
|