Exchange 2019 Authentication methods - security

Step to IT 125 Reputation points
2024-09-08T13:04:57.7166667+00:00

Hello!

Can you please help me with the authentication issue in Exchange Server 2019?

I am interested in the following points:

  1. Why do events with "Logon Type" = 8 periodically appear in the "Security" event log on Exchange servers?
    1. Is this data in clear text?
    2. Does it affect security?
    3. Is it possible to somehow disable the transfer of data in clear text?
  2. Why does the "Get-AuthenticationPolicy" cmdlet work in one Exchange configuration, but in another it returns "Get-AuthenticationPolicy : The term 'Get-AuthenticationPolicy' is not recognized as the name of a cmdlet, function, script file, or operable program."? In both environments, the account has Exchange administrator rights, you can create a new policy via "New-AuthenticationPolicy" and assign it to the organization. I created it, but there is no way to check the current ones.
  3. Does changing authentication parameters in virtual directory settings or through authentication policy have the same effect?

Thanks in advance

Exchange | Exchange Server | Other
Exchange | Exchange Server | Management
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2024-09-09T03:01:27.49+00:00

    Hi @Step to IT ,

    Welcome to the Microsoft Q&A platform!

     

    According to your description, let’s go through each of your points:

    1. "Logon Type" = 8 Events in the Security Event Log on Exchange Servers

    a. Is this data in clear text?

    • Logon Type 8 refers to a network logon where the credentials are passed in clear text. This logon type is used for SQL Server Authentication and other forms of authentication where credentials need to be verified over a network connection.

    b. Does it affect security?

    • Yes, it can potentially affect security because transmitting credentials in clear text over a network exposes them to interception and misuse by unauthorized parties.

    c. Is it possible to somehow disable the transfer of data in clear text?

    • To mitigate this, you can:
      • Use SSL/TLS to encrypt data transmitted between clients and the server.
      • Enable and enforce more secure authentication methods like Kerberos or NTLM.
      • Modify your system and application configurations to prevent the use of insecure logon methods.

    2. "Get-AuthenticationPolicy" cmdlet Issues

    Why does the "Get-AuthenticationPolicy" cmdlet work in one Exchange configuration but not in another?

    • The behavior you're seeing could be due to several reasons:
      • Exchange Version: "Get-AuthenticationPolicy" is available starting in Exchange Server 2019 CU6. Verify that both environments are running an appropriate version of Exchange.
      • RBAC (Role-Based Access Control): Even if the account has Exchange administrator rights, there could be differences in the assigned management roles between the two environments.
      • Modules and Snap-ins: Ensure that the necessary modules or snap-ins are loaded in the environment where the cmdlet is failing.

    3. Changing Authentication Parameters in Virtual Directory Settings vs. Authentication Policy

    Do changing authentication parameters in virtual directory settings or through authentication policy have the same effect?

    • Both methods aim to control how clients authenticate to the Exchange server, but they operate at different levels:
      • Virtual Directory Settings: Changing authentication parameters here affects the specific protocol (e.g., OWA, EWS, ActiveSync) and the way clients authenticate against that particular endpoint.
      • Authentication Policy: This is a broader approach that allows administrators to enforce authentication settings across the entire organization or specific users.

    Using authentication policies could provide a more consistent and centralized method for controlling authentication methods and enhancing security. However, changing settings directly in virtual directories might be necessary for finer control over specific services.


    Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer.

    Best,

    Jake Zhang

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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