Windows Server 2012 R2 File Server - checking file share permissions for users
i have windows server 2012 r2 file server setup in active directory environment.
the organization has couple network drives , many security groups setup folder access network drives.
how can list of user has access besides looking @ security groups 'member of'? can log in user , check access that's cumbersome. there better way check user access on network drives?
thanks
microsoft have provided 2 tools can list share , ntfs permission on file server.
shareenum utility can list share permissions user/groups , share permission on server.
accessenum utility can list ntfs permissions users/groups , ntfs permission on server.
1. download shareenum , accessenum following links:
shareenum v1.6
http://technet.microsoft.com/en-us/sysinternals/bb897442.aspx
accessenum v1.32
http://technet.microsoft.com/en-us/sysinternals/bb897332.aspx
2. copy shareenum , accessenum utility problematic file server.
3. shareenum.exe
a. double-click shareenum.exe.
b. on drop list of "shareenum displays security information on shares accessible selected domain", select domain want list share permission.
c. click "refresh" button list share path , share permission in console.
d. click "export…" save report "share.txt" file.
4. accessenum.exe
a. double-click accessenum.exe.
b. click "directory…", may select directory of shared folder in "browse folder" dialog box.
c. click "scan" button enumerate ntfs permissions on target directory or partition in console.
d. after enumeration, may click "save" save report "ntfs.txt" file.
roger
Windows Server > Windows Server 2012 General
Comments
Post a Comment