Hi @Chapter7-2723 •
This information can be found on user object.
You can launch the following Powershell command to extract the list of user with kerberos preauth not required:
Get-ADUSer -Filter 'DoesNotRequirePreAuth -eq $true '
Please don't forget to mark helpful answer as accepted