Forum Discussion
Patrick Rote
Nov 23, 2020Iron Contributor
How to get createddatetime,Assignedlicences using Get-AzureADUser from AzureAD
Hi All, I would like to get the following properties -Createddatetime - time users was created -Assigned Licences I tried the following below Get-AzureADUser -All $true | Where-Object {$_.m...
Patrick Rote
Nov 29, 2020Iron Contributor
Thanks farismalaeb
Haven't tested MSOnline module as yet.
Can i get users createdDatetime using PNP at all?
Or its not possible?
farismalaeb
Dec 01, 2020Steel Contributor
try it and let me know, but I am using the MSOnline module which give me almost all such details.
keep me posted.
Thanks