Category Archives: Exchange

Create mailbox users from CSV file

PowerShell script for email tracking


We can use following PowerShell script message tracking command. It exports the messages to a xls file Get-Exchangeserver | where {$_.isHubTransportServer -eq $true -or $_.isMailboxServer -eq $true} | Get-Messagetrackinglog -sender user@domain.com -MessageSubject “Subject of message” -Start “8/21/2012 7:00 AM” -End … Continue reading

Posted in Exchange | Tagged | Comments Off on PowerShell script for email tracking

MS Exchange2010 Architect


Posted in Exchange | Tagged | Comments Off on MS Exchange2010 Architect

MS Exchange version


Exchange Server and Update Rollups Builds Numbers (From: http://social.technet.microsoft.com/wiki/contents/articles/240.exchange-server-and-update-rollups-builds-numbers.aspx) Exchange Server Release dates Product name Build number Date  Microsoft Exchange Server 2003  6.5.6944  6/30/2003  Microsoft Exchange Server 2003 SP1  6.5.7226  5/25/2004  Microsoft Exchange Server 2003 SP2  6.5.7638  10/19/2005  Microsoft Exchange … Continue reading

Posted in Exchange | Tagged | Comments Off on MS Exchange version

PS: Create mailbox with new UPN


The Power Shell [PS] command is  to enable mailbox from existing AD user account (non-mail enable user). (Note: initially I have exported AD users to  csv file from domain in another forest and imported to new domain from different AD … Continue reading

Posted in Exchange | Tagged | Comments Off on PS: Create mailbox with new UPN

Exchange: unable to manage DL members


Exchange 2010 (SP1) Unable to Manage Distribution List. By design even DL owners are not able to modify the distribution groups. Following steps enable  all the owners of a distribution list can manage there own distribution list. Using RBAC (Role … Continue reading

Posted in Exchange | Tagged | Comments Off on Exchange: unable to manage DL members