mailbox created from last 100 days – SMTP Port 25Microsoft Exchange & OWA Resources, Information - Optimize, Support, Manage | How-To | Guides | Reference | AdminThu, 12 Mar 2009 12:41:58 +0000enhourly1http://wordpress.com/https://secure.gravatar.com/blavatar/438e685de4da2fb4a38af8e39771b3a0919625784b6e57904776639809a11097?s=96&d=https%3A%2F%2Fs0.wp.com%2Fi%2Fbuttonw-com.pngmailbox created from last 100 days – SMTP Port 25Powershell to get list of users whoes mailbox created from last 100 days/2009/03/12/powershell-to-get-list-of-users-whoes-mailbox-created-from-last-100-days//2009/03/12/powershell-to-get-list-of-users-whoes-mailbox-created-from-last-100-days/#respondThu, 12 Mar 2009 12:41:58 +0000/?p=117Get-Mailbox -resultsize unlimited | where {$_.WhenCreated -ge (get-date).adddays(-100)} | Select PrimarySmtpAddress, WhenCreated]]>/2009/03/12/powershell-to-get-list-of-users-whoes-mailbox-created-from-last-100-days/feed/0krishna