Recently I had a need in a project to get the dates that users were created/added to Microsoft 365, so it would be possible to get some statistics on how many users were added per period.
The problem
One limitation was that it should be achieved without Microsoft Graph or Microsoft Graph PowerShell. So, the choice was to figure out a way using Azure AD PowerShell.
Prerequisite
Continue Reading Michel Mendes’s Article on their blog
PowerShell script: Get created date for Microsoft 365/Azure AD users
Recently I had a need in a project to get the dates that users were created/added to Microsoft 365, so it would be possible to get some statistics on how many users were added per period. The problem One limitation was that it should be achieved without Microsoft Graph or Microsoft Graph PowerShell.
Blog Syndicated with Michel Mendes’s Permission
More About This Author

-
SharePoint and Office 365 Consultant/Developer always trying to get the best from Microsoft stack (Microsoft 365/Azure/Power Platform and related stuff).
Living in Ireland since 2018, I had previously worked in Brazil as a consultant/developer for Office 365, SharePoint and related technologies for almost 10 years.
Array
#Dyn365CE2021.01.07PowerShell: Get created date for Microsoft 365/Azure AD users
#Dyn365CE2020.12.24PowerShell script: Get created date for Microsoft 365/Azure AD users
#Dyn365CE2020.09.12Alternative to the ‘in’ operator for Power Apps when filtering SharePoint data
#Dyn365CE2020.08.29Power Apps & SharePoint: Dynamically get the site URL from lists used in an App (and make your app Flows easily reusable)