Share via

Kerberos Pre-authentication

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

Hi

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

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
0 comments No comments

1 answer

Sort by: Most helpful
  1. Thameur-BOURBITA 36,526 Reputation points Moderator
    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

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.