Current NTFS ACES Without Inheritance
Details
Summary
How when using the srs.current_ntfs_aces view can I report on the ACES without inheritance?
Explaination
The srs.current_ntfs_aces view includes a field called ace_flags which is a value mask. If this ace_flags value when ANDed with the a decimal value of 16 is equal to 16 than the ACE is inherited. If we therefore mask off that bit mask we can filter off the inherited values.
Code
Select * From srs.current_ntfs_aces Where ace_flags & 16 <> 16
Post date
Friday, March 6, 2015 - 15:40
Last modified
Monday, July 2, 2018 - 13:27
Downloads
Attachment | Size |
---|---|
![]() | 2.98 KB |
Sample Report
Attachment | Size |
---|---|
![]() | 283.79 KB |