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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...