Hi, i'm looking for a powershell command to figure you when a new mailbox was created or mailaddress was changed after a certain date for Exchange 2010.
get-mailbox -identity | select WhenmailboxCreated
http://theucguy.net/task-get-list-of-mailboxes-that-was/
I found this on the mailbox created but is there also a command for the mailaddress change?
Regards,
MC