Export permission to excel/csv from AD?
Dear All, Is it possible to export file access right of a folder, sub-folder and file on that server from AD? For example: Tom, \\dataserver\tom\ (read,right...etc) \\dataserver\tom\abc.txt (read,right...etc)
June 27th, 2012 12:02am

You can try Get-Acl powershell Cmdlet http://technet.microsoft.com/en-us/library/ee176838.aspx Also, icals can be used to get the ACL list, pls refer the article below for icals usage http://support.microsoft.com/kb/919240 Press any key... What the ... Where's any key ? This posting is provided "AS IS" with no warranties or guarantees and confers no rights. About Me ?
Free Windows Admin Tool Kit Click here and download it now
June 27th, 2012 1:08am

You can try Get-Acl powershell Cmdlet http://technet.microsoft.com/en-us/library/ee176838.aspx Also, icals can be used to get the ACL list, pls refer the article below for icals usage http://support.microsoft.com/kb/919240 Press any key... What the ... Where's any key ? This posting is provided "AS IS" with no warranties or guarantees and confers no rights. About Me ?
June 27th, 2012 1:21am

Hi, also a good tool to do this is: NTFS Permissions Reporter http://cjwdev.co.uk/Software/NtfsReports/Info.htmlKind regards, Tim MCITP, MCTS http://directoryadmin.blogspot.com This posting is provided 'AS IS' with no warranties or guarantees and confers no rights. "If this thread answered your question, please click on "Mark as Answer"
Free Windows Admin Tool Kit Click here and download it now
June 27th, 2012 2:54am

Try AccessEnum and Shareenum from Sysinternals. You can save it as a text file but not as excel/csv. To download, please go to this link. http://technet.microsoft.com/en-us/s.../bb545046.aspx Thanks and Regards Mohamed
June 27th, 2012 6:28am

Hi, I agree with Santosh, we could try to use Get-Acl command line retrieve the security descriptor for a folder. If you want to export to an excel or csv file, I suggest we try to refer to the following threads for detailed command. Powershell - Export permissions for folder and share? http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/89150a51-212b-4176-8b0f-e3920892bb8b How can I combine one-liners (Import-csv, Get-acl, export-csv) http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/2f3fb2ed-4b4c-4393-8f76-ed5b45d1749c Regards, Andy
Free Windows Admin Tool Kit Click here and download it now
June 27th, 2012 10:19pm

You can try Get-Acl powershell Cmdlet http://technet.microsoft.com/en-us/library/ee176838.aspx Also, icals can be used to get the ACL list, pls refer the article below for icals usage http://support.microsoft.com/kb/919240 Press any key... What the ... Where's any key ? This posting is provided "AS IS" with no warranties or guarantees and confers no rights. About Me ? Can we check sub folder list also?
June 28th, 2012 2:08am

Try AccessEnum and Shareenum from Sysinternals. You can save it as a text file but not as excel/csv. To download, please go to this link. http://technet.microsoft.com/en-us/s.../bb545046.aspx Thanks and Regards Mohamed This is difficult to use,it only show current user login which folder,but there is a lot of subfolder has now show to me...
Free Windows Admin Tool Kit Click here and download it now
June 28th, 2012 2:09am

Can we check sub folder list also? Here is the reply from Rick Tan from similar discussion Please use command below: Get-ChildItem D:\folder -recurse | ForEach-Object {Get-Acl $_.FullName} | format-list http://blogs.technet.com/b/heyscriptingguy/archive/2008/04/15/how-can-i-use-windows-powershell-to-determine-the-owner-of-a-file.aspx Press any key... What the ... Where's any key ? This posting is provided "AS IS" with no warranties or guarantees and confers no rights. About Me ?
June 28th, 2012 2:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics