Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 938 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 938 Bytes

Mapi-RopBreakdownByUser

Usage: .\Mapi-RopBreakdownByUser.ps1 "c:\temp\mapihttplogs"

Extracts individual RopIds for all MapiHttp\Mailbox logs in the specified directory, converts each RopId to the associated Rop name, then writes the Rop name along with user and client info for each rop to CSV.

One .CSV file is created for each .LOG file processed.

Rop logging must be enabled for MapiHttp\mailbox logs so RopId field is populated. Refer to the Wiki for more info.

Script adapted from .\RopBreakdownByUser.ps1, which parses RPC Client Access logs, written by Matthew Huynh.

Thanks to Bill Long for contributing guidance and recommendations for improvements