Home > Exchange 2007, Tips > How to check mailbox creation time

How to check mailbox creation time

If you are interested to know when your mailbox is created, try below PowerShell Oneliner…Basically what this does is, it uses Outlook application and fetches one of it’s schema property named PR_CREATION_TIME which contains the mailbox creation time.

(New-Object -ComObject Outlook.Application).Session.DefaultStore.GetRootFolder().PropertyAccessor.GetProperty(http://schemas.microsoft.com/mapi/proptag/0x0E580102)

[Source:Shavy Blog]

No related content found.

  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>