PowerShellMafia / PowerSploit

PowerSploit - A PowerShell Post-Exploitation Framework
Other
11.96k stars 4.62k forks source link

Is Get-DomainUser/Get-DomainComputer -TrustedToAuth removed from PowerSpolit? #303

Closed Dliv3 closed 6 years ago

Dliv3 commented 6 years ago

How can i find users/computers with constrained delegation?

leechristensen commented 6 years ago

Use the "dev" branch: https://github.com/PowerShellMafia/PowerSploit/blob/dev/Recon/PowerView.ps1#L4906

Dliv3 commented 6 years ago

ok thank you