is it posible to find who use owa?
(I don't mean OWA enabled) I mean logon statistics
is it posible to find who use owa?
(I don't mean OWA enabled) I mean logon statistics
Hi @Franky-6523,
The OWA logon data can be pulled from the IIS log files which by default located at C:\inetpub\logs\LogFiles\W3SVC1.
Based on my research and test, the powershell script attached(You'll need to change the file extention from ".txt" to ".ps1" after downloading) can be used to list users accessing OWA. It will go through all the log files stored in the $path specified, the generate a list of users who have accessed OWA, like below:
Or you can use the Log Parser Studio to analysis the IIS logs:
Introducing: Log Parser Studio
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.
10 people are following this question.