Office 365 – How to see the creation date of a mailbox via Powershell
Open powershell as administrator and connect to office 365. See here how to do it: http://iterrors.com/connect-to-office-365-using-windows-powershell/ Then when connected typ in this command: get-mailbox -id userID | select whenCreated
Read More »