Open rodmerritt opened 6 years ago
I do not think that is possible You can get the date of the Personal site creation.
$user = Get-PnPUserProfileProperty -Account
You can only get this thru the audit logging in Azure AD. But these audit logs go back only 30 days. https://docs.microsoft.com/en-us/azure/active-directory/active-directory-reporting-activity-audit-logs
Is there a way to get the Created Date of a User with Get-PnPUserProfileProperty. If there is a help forum for this project where is it located?