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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...