PowerShellEmpire / PowerTools

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

Get-UserProperties: "You cannot call a method on a null-valued expression." #8

Closed leechristensen closed 9 years ago

leechristensen commented 9 years ago

Looks like there's an unnecessary call to GetType:

https://github.com/Veil-Framework/PowerTools/blob/master/PowerView/powerview.ps1#L3387

HarmJ0y commented 9 years ago

Good catch, thanks! Should be fixed