Question

I am trying to get connection logs from exchange online via powershell.

I have managed to log in to exchange online with powershell, but do not know any cmdlets that would allow me to obtain a list of connections made. What I am trying to achieve is to see a log entry when someone has logged in to their mailbox and downloaded their emails. Ideally I am looking for their IP.

get-logonstatistics no longer works (exchange 2013).

Any help at all would be greatly appriciated!

No correct solution

OTHER TIPS

For On-Premise Exchange you are looking forMailbox Transport service logs which sit in

%ExchangeInstallPath%TransportRoles\Logs\Mailbox\Connectivity

but you have to explicitly enable them first.

This article will get you started

http://technet.microsoft.com/en-us/library/bb124500(v=exchg.150).aspx

You can't really do that in O365 without raising a ticket with MS, the only available cmdlets are:

http://help.outlook.com/en-us/140/dd575549.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top