Skip to content

Commit

Permalink
Merge pull request #25 from ktwombley/ktwombley-patch-1
Browse files Browse the repository at this point in the history
Fix for #24
  • Loading branch information
HarmJ0y authored Aug 11, 2016
2 parents 54862e8 + b9f8598 commit 6a1f4fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PowerShell/BloodHound.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5421,6 +5421,8 @@ function Get-NetGroupMember {
}

$Members = @()
$GroupSearcher.PropertiesToLoad.Clear()
$Result = $False
try {
$Result = $GroupSearcher.FindOne()
}
Expand Down

0 comments on commit 6a1f4fd

Please sign in to comment.