mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
Added Invoke-UserHunter field to keep output objects in sync.
This commit is contained in:
@@ -9711,6 +9711,7 @@ function Invoke-UserHunter {
|
||||
$FoundUser | Add-Member Noteproperty 'ComputerName' $ComputerName
|
||||
$FoundUser | Add-Member Noteproperty 'IPAddress' $IPAddress
|
||||
$FoundUser | Add-Member Noteproperty 'SessionFrom' $Null
|
||||
$FoundUser | Add-Member Noteproperty 'SessionFromName' $Null
|
||||
|
||||
# see if we're checking to see if we have local admin access on this machine
|
||||
if ($CheckAccess) {
|
||||
|
||||
Reference in New Issue
Block a user