diff --git a/PowerShell/BloodHound.ps1 b/PowerShell/BloodHound.ps1 index 342f5984a..a1fe5345d 100644 --- a/PowerShell/BloodHound.ps1 +++ b/PowerShell/BloodHound.ps1 @@ -5421,6 +5421,8 @@ function Get-NetGroupMember { } $Members = @() + $GroupSearcher.PropertiesToLoad.Clear() + $Result = $False try { $Result = $GroupSearcher.FindOne() }