All Apps and Add-ons

Does the Splunk App for Microsoft Exchange have a built-in search to show client mode?

mikesangray
Path Finder

I know there's information in the RPC logs regarding client mode, just wondering if this app has a built-in search to show client mode?

0 Karma

jkat54
SplunkTrust
SplunkTrust

I do not see this field anywhere in props.conf, etc. within the application itself. Disclaimer: I do not use this application nor have i ever. I just downloaded the app, opened all the files and searched for "mode".

To get Client Mode, you can create a powershell input:

This powershell command will return Name, ClientName and ClientMode:

Get-LogonStatistics “UserName” | FL Name, ClientName, ClientMode

So if you like the app otherwise, download it, install it, and then add a powershell script to it as a scripted input, or write a job on the exchange server to run the powershell command and write to file:

Get-LogonStatistics “UserName” | FL Name, ClientName, ClientMode | export-csv ...
0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...