Gerenios / AADInternals

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

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

Closed hotnops closed 1 year 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 1 year ago

I'll add this to the next release.