Jan 04 2019
08:05 AM
- last edited on
Feb 07 2023
07:09 PM
by
TechCommunityAP
Jan 04 2019
08:05 AM
- last edited on
Feb 07 2023
07:09 PM
by
TechCommunityAP
In the security & compliance centre you can view and filter the audit log by many products/activities. But one thing I can't do is find a filter that shows only login success/failure messages (and other related activities). Is this possible?
Jan 04 2019 02:54 PM
Jan 05 2019 01:22 AM
Or PowerShell. In any case, if you are interested in Login events, best use the Azure AD logs directly from the Azure portal, they offer much more detailed information, and are populated faster compared to the ones in the SCC.
Aug 03 2020 02:20 AM
Yes, It's possible in the Security and Compliance Center. To get login success and failure audits, you can filter the Activity with 'User logged in' and 'UserLoginFailed' operation. But, you can't export the filtered data.
Recently, I have come across below PowerShell script. I used it to get a separate report on user's success and failure login attempts, logon history for particular users, login history within a specific period, etc.