Forum Discussion
pardeep soba
Aug 16, 2017Copper Contributor
need a script with last logon date or time for cloud users
Hi i need to check when cloud users last logged on so i can do some housekeeping. These are cloud account so can not user exchange reports i have seen only for this I have created this script...
- Aug 16, 2017
Look at the Activity report under O365 Admin center -> Reports -> Usage (or here https://portal.office.com/adminportal/home#/reportsUsage/LicenseActivity). It will give you the last activity date per service.
Other than that, you can look at the Audit logs. There is no parameter you can get with Get-MsolUser or similar.
VasilMichev
Aug 16, 2017MVP
Look at the Activity report under O365 Admin center -> Reports -> Usage (or here https://portal.office.com/adminportal/home#/reportsUsage/LicenseActivity). It will give you the last activity date per service.
Other than that, you can look at the Audit logs. There is no parameter you can get with Get-MsolUser or similar.