Forum Discussion
nimby
Mar 24, 2020Copper Contributor
Last Logon time
Is there anyway to download via powershell the last login time for all users? Currently I'm using "Get-EXOMailboxStatistics" but this requires you to provide a username and only obtains the stats for...
nimby
Mar 25, 2020Copper Contributor
Thanks for the feedback, obtain the data via the Graph API is fine, the problem is that we need to make a call for each user rather than requesting the info for all users. Is there anyway to do this in bulk and obtain the stats for all users in our Org? The root issue for us is that we need to make a call for each user.
VasilMichev
Mar 25, 2020MVP
Use the Graph call for the report then, it will give you the data for all users.