User create date
If you need to find out when a user was created you can run this in PowerShell:Connect-ExchangeOnlineGet-Mailbox user@contoso.com | select-object WhenCreatedUTC,Name It will tell you when the users mailbox was created.
A blog about some of the things I work with every day
If you need to find out when a user was created you can run this in PowerShell:Connect-ExchangeOnlineGet-Mailbox user@contoso.com | select-object WhenCreatedUTC,Name It will tell you when the users mailbox was created.
I noticed that the time and time format was wrong on all documents in my OneDrive online. Time and timezone is correct in the rest of Office 365 It can be fixed by doing this: In OneDrive click the Return to classic OneDrive in the lower left cornerClick on theĀ setting iconĀ in the upper right cornerClick … Read more
With this simple Powershell command you can easily find out which user who owns a specific email address: Get-Recipient email@address.com