Get-UserProperties: "You cannot call a method on a null-valued expression."
leechristensen opened this issue · 1 comments
leechristensen commented
Looks like there's an unnecessary call to GetType:
https://github.com/Veil-Framework/PowerTools/blob/master/PowerView/powerview.ps1#L3387
HarmJ0y commented
Good catch, thanks! Should be fixed