Skip to content

Commit

Permalink
Schema/OS version and text
Browse files Browse the repository at this point in the history
  • Loading branch information
canix1 committed Jan 8, 2021
1 parent 4d1fc04 commit d83f998
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
14 changes: 8 additions & 6 deletions ADACLScan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,15 @@
https://github.com/canix1/ADACLScanner

.NOTES
Version: 6.3
27 November, 2020
**Version: 6.4**

*SHA256:*
**08 January, 2021**

*Fixed issues in 6.3*
* Effective rights scan from cli did not include inherited permissions
*Updates*
* Update with latest OS/Schema versions numbers

*Fixed issues*
* Minor fixes

#>
Param
Expand Down Expand Up @@ -629,7 +631,7 @@ $xamlBase = @"
<StackPanel Orientation="Horizontal" Margin="0,0,0,0">
<StackPanel Orientation="Vertical" >
<StackPanel Orientation="Horizontal" >
<Label x:Name="lblStyleVersion1" Content="AD ACL Scanner 6.3" HorizontalAlignment="Left" Height="25" Margin="0,0,0,0" VerticalAlignment="Top" Width="140" Foreground="White" Background="{x:Null}" FontWeight="Bold" FontSize="14"/>
<Label x:Name="lblStyleVersion1" Content="AD ACL Scanner 6.4" HorizontalAlignment="Left" Height="25" Margin="0,0,0,0" VerticalAlignment="Top" Width="140" Foreground="White" Background="{x:Null}" FontWeight="Bold" FontSize="14"/>
</StackPanel>
<StackPanel Orientation="Horizontal" >
<Label x:Name="lblStyleVersion2" Content="written by Robin Granberg " HorizontalAlignment="Left" Height="27" Margin="0,0,0,0" VerticalAlignment="Top" Width="150" Foreground="White" Background="{x:Null}" FontSize="12"/>
Expand Down
24 changes: 7 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
# AD ACL Scanner

## Current version
**Version: 6.3**
**Version: 6.4**

**27 November, 2020**
**08 January, 2021**

**SHA256:** F282ACE186C892F2323845AE4E791EDA4B0650C417AD77885B2B982B3A7D18EA
**SHA256:** 59E95375E1C243FADEAB5E52F941AF1BD2926D94135EB4A712E5C3029D0AD9EC

*Fixed issues in 6.3*
* Effective rights scan from cli did not include inherited permissions
*Updates*
* Update with latest OS/Schema versions numbers

*Fixed issues in 6.2*
* Could not retrieve object sid

*New Feature in 6.0*
* New improved UI
* More functions available from the command line
* Scan GPO permissions
* Filter permissions on criticality [Critical, Warning, Medium, Low, Info]
* Filter on Default Permissions
* Filter on Built-in Security Principals
* Recursive find group members, will list all resulting security principals in the ACL
* Recursive find filter, filter recursive results [*, User, Group, Computer]
*Fixed issues*
* Minor fixes

## Download
**[Release](https://github.com/canix1/ADACLScanner/releases/tag/6.3)**
Expand Down

0 comments on commit d83f998

Please sign in to comment.