Kerberos Pre-authentication

HASSAN BIN NASIR DAR 306 Reputation points
2023-03-23T13:33:30.1833333+00:00

Hi

How to check if all accounts require kerberos pre-authentication?

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,856 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Thameur-BOURBITA 32,506 Reputation points
    2023-03-23T14:32:50.8233333+00:00

    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

    0 comments No comments