This is a major update to the UI . Most of the functions has been made available through the command line.
A new thing is that it is possible to scan linked Group Policy Objects.
To simplify the assessment and the hunt for high privileged accounts it is possible to filter on criticality of the ACE's. If the builtin groups is not of interest it's possible to filter them out.
Normally only the objects in the ACL's that are shown in the report, but now you can perform a recursive find on group members too. This will show all principals that have the permission in the report.
.\ADACLScan.ps1 -b "ou=corp,dc=contoso,dc=com" -RecursiveFind | ft
if you like you can filter the group members to only user objects:
.\ADACLScan.ps1 -b "ou=corp,dc=contoso,dc=com" -RecursiveFind -RecursiveObjectType User | ft