Finding Uncached Exchange 2019 Outlook Clients

Rachel N 66 Reputation points
2022-01-13T16:06:03.627+00:00

Is there a way in Exchange 2019 to find which users are connecting to the server via uncached/online mode Outlook clients?

Outlook | Windows | Classic Outlook for Windows | For business
Exchange | Exchange Server | Management
{count} votes

Accepted answer
  1. Michel de Rooij 1,546 Reputation points MVP
    2022-01-13T17:59:19.68+00:00

    You should be able to distill this information from the RPC Client Access logs from your Exchange 2019 servers. Look for the fields ClientMode, which reports Classic for non-cached and Cached for cached-mode clients. Select unique client/user names, and you should be able to identify is they are using cached or non-cached mode.

    LogParser Studio might help you process the log files
    https://techcommunity.microsoft.com/t5/exchange-team-blog/log-parser-studio-2-0-is-now-available/ba-p/593266

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Joyce Shen - MSFT 16,701 Reputation points
    2022-01-14T05:39:40.877+00:00

    Hi @Rachel N

    Agree with the reply above, this thread discussed the same topic: How to find out Who is using Cached Mode in outlook
    The RPC Client Access logs locate in:
    <Install Path>:\Program Files\Microsoft\Exchange Server\V15\Logging\RPC Client Access

    The detailed steps is:

    1. Open the text file with Excel.
    2. In the Text Import Wizard:
      Step 1: Select Delimited, click Next.
      164899-image.png
      Step 2: Check the checkbox Tab, Comma and Other, enter "," in the blank, then click Next.
      164900-image.png
      Step 3: click Finish.

    3.Delete the type information and filter the log.
    164987-image.png
    164967-image.png

    Classic is for Online Mode and Cached is for cache mode.


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

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.