Skip to content

Commit

Permalink
#126 removed some debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TrimarcJake committed Jul 23, 2024
1 parent 41cb019 commit 4c9dd79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Invoke-Locksmith.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,6 @@ function Find-ESC4 {
($entry.ActiveDirectoryRights -match $DangerousRights) -and
($entry.ObjectType -notmatch $SafeObjectTypes)
) {

$BlockFix = [scriptblock]::Create($HereFix)

$Issue = [pscustomobject]@{
Forest = $_.CanonicalName.split('/')[0]
Name = $_.Name
Expand Down
3 changes: 0 additions & 3 deletions Private/Find-ESC4.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@
($entry.ActiveDirectoryRights -match $DangerousRights) -and
($entry.ObjectType -notmatch $SafeObjectTypes)
) {

$BlockFix = [scriptblock]::Create($HereFix)

$Issue = [pscustomobject]@{
Forest = $_.CanonicalName.split('/')[0]
Name = $_.Name
Expand Down

0 comments on commit 4c9dd79

Please sign in to comment.