Azure LastLogon

Brass Contributor

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

2 Replies

@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.

Unfortunately, none of this exactly helps me.
I will have to come up with PS idea....
Thanks for advice :)