Oct 03 2019 01:13 AM
Hi,
I would need to get list of users who have "Last LogOn" 3, 6, 9, 12 and over months ago.
Is this something I would do over Powershell or is it possible to get it directly from Azure portal?
Kind regards,
Dino
Oct 03 2019 06:44 AM
@DiVojich- I'm assuming you are asking about access to the Portal (or access to the Subscription)? I don't know if there is a specific event that is generated for just logging in. Are you using AzureAD for access to your subscription? If so, you might be able to ascertain that through some of the AzureAD reporting, but I'd have to dig into if this was even possible. Otherwise, you can see some of the items that are available in the GUI with standard Activity Logging in the article below....
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/activity-logs-overview
Hope this helps you some.
Oct 03 2019 07:40 AM