PowerShellEmpire / PowerTools

PowerTools is a collection of PowerShell projects with a focus on offensive operations.
Other
2.06k stars 813 forks source link

Invoke-UserHunterThreaded Property 'runspacepool" error #9

Closed ghost closed 9 years ago

ghost commented 9 years ago

PS C:\temp\data> Invoke-UserHunterThreaded -GroupName {GroupName} -HostList {HostList} -MaxThreads 10 -Verbose [*] Running Invoke-UserHunterThreaded with delay of

[] Querying domain group {GroupName} for target users... [] Total number of hosts: {TotalCount}

VERBOSE: [*] Enumerating server {SystemName} (1 of {TotalCount}) Property 'runspacepool' cannot be found on this object; make sure it exists and is settable. At {PowerViewPath}\powerview.ps1:5215 char:31

You cannot call a method on a null-valued expression. At {PowerViewPath}\powerview.ps1:5218 char:46

You cannot call a method on a null-valued expression. At {PowerViewPath}\powerview.ps1:5221 char:51

HarmJ0y commented 9 years ago

This should hopefully be corrected with the ping_speedup branch, which should be merged into master soon https://github.com/veil-framework/PowerTools/tree/ping_speedup