PowerShellMafia / PowerSploit

PowerSploit - A PowerShell Post-Exploitation Framework
Other
11.77k stars 4.59k forks source link

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

Closed Dliv3 closed 5 years ago

Dliv3 commented 5 years ago

How can i find users/computers with constrained delegation?

leechristensen commented 5 years ago

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

Dliv3 commented 5 years ago

ok thank you