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
Jordi Marchán Martínez
Oct 04, 2018Copper Contributor
Hi Vasil,
What happen if we want to know the assignment date of a license without service plans?
(Like for example Advanced Threat protection)
- VasilMichevOct 04, 2018MVP
For that you will have to check the Azure AD Audit logs.
- Jordi Marchán MartínezOct 08, 2018Copper Contributor
Vasil,
But in Azure Logs I can only see the last 30 days.
I want to know when an ATP license was assigned to an user.