NTFS Permissions Tools
-
I'm looking for a NTFS Permissions Tool that can give me a simply report to show who has access to what.
Anyone have a tool they like?
-
@voip_n00b said in NTFS Permissions Tools:
I'm looking for a NTFS Permissions Tool that can give me a simply report to show who has access to what.
Anyone have a tool they like?
have you tried the powershell script for this?
-
@wrcombs said in NTFS Permissions Tools:
@voip_n00b said in NTFS Permissions Tools:
I'm looking for a NTFS Permissions Tool that can give me a simply report to show who has access to what.
Anyone have a tool they like?
have you tried the powershell script for this?
-
Depending on what you're looking for, AccessEnum from sysinternals might be suitable.
You indicate that you want to know "Who has access to what", this is more of a "what's accessible to who" report, so it may or may not do what you're looking for.
It generates a report in txt but the formatting is compatible with csv ( just change the file extension to csv and you're good)
-
@wrcombs said in NTFS Permissions Tools:
@voip_n00b said in NTFS Permissions Tools:
I'm looking for a NTFS Permissions Tool that can give me a simply report to show who has access to what.
Anyone have a tool they like?
have you tried the powershell script for this?
I actually have one written, I'll try to remember to post it when I get a free minute.