Finding License Assignment Date in Microsoft 365

Hello All

Is there a way to show, when a user have received a license From the Microsoft Admin Center PORTAL?  - The Answer is NO



Scenario 

Adding the user in a AD group with GBL and with process in the background the user will be adding automatically to the Microsoft  365 AD group.

 But currently we  don´t now, which user have received the last available licenses.and when they received it

Here is the simple command to get this license date assignment information from Azure AD powershell

Connect the AzureAD powershell and run the below command

(Get-AzureADUser -SearchString PradeepG@2t6xvv.onmicrosoft.com).AssignedPlans



Happy Learning 😃 


Comments