Gerenios / AADInternals

AADInternals PowerShell module for administering Azure AD and Office 365
http://aadinternals.com/aadinternals
MIT License
1.2k stars 210 forks source link

Adding support to obtain partial TGT in Get-UserPRTKeys for Cloud Kerberos Trust deployments #53

Closed hotnops closed 11 months ago

hotnops commented 1 year ago

This is a simple addition that adds an additional parameter flag to Get-UserPRTKeys to request a partial TGT in the response. If the switch is set, it will also use the decrypted session key to decrypt the TGT client key that is accompanied with the partial TGT.

NestoriSyynimaa commented 11 months ago

I'll add this to the next release.