Forum Discussion
Jens2021
Feb 07, 2018Copper Contributor
See the assignment date of a license
Is there a way to show, when a user have received a license in the Admin Center?
In my case, we adding the user in a AD group and with process in the background the user will be adding automatica...
VasilMichev
Feb 07, 2018MVP
You can check the assignment date via the Azure AD PowerShell module:
[23:03:55][Login script]# (Get-AzureADUser -SearchString HuKu).AssignedPlans AssignedTimestamp CapabilityStatus Service ServicePlanId ----------------- ---------------- ------- ------------- 06/01/2018 07:44:03 Enabled MicrosoftCommunicationsOnline 5a10155d-f5c1-411a-a8ec-e99aae125390 06/01/2018 07:44:03 Enabled PowerBI 70d33638-9c74-4d01-bfd3-562de28bd4ba
Gdunlop99725
Jul 10, 2020Copper Contributor
his looks like exactly what i want but I am not understanding how to use your command. If I just type this into PS it does not error - but nothing returns
(Get-AzureADUser -SearchString HuKu).AssignedPlans
- Edson Diogo AlbertoAug 24, 2020Copper Contributor