Exchange 2007 Catch all from Hub Transport

One of our client has forwarded a requirement that they want to decomission their old domain but want that they want to catch mails from that domain to a single mailbox on outside client network. We have created an exchange server with hub/cas/mailbox server installed &  deployed the catch all agent developed by “Wilbert De…

Backing up & Restoring exchange certificates

There are two ways to backup your OWA certificates. 1. Thru certificates MMC Snapin Open mmc & add certificates snapin as Local machine. Click on the certificate that you want to backup & export it follow the wizard select export private key  & enter the password. 2. Thru IIS go to directory security tab click…

New-ExchangeCertificate Cmdlet Syntax

Create a SSL certification request thru Exchange management Shell using the New-ExchangeCertificate cmd let For those of you that don’t remember the syntax of the cmdlet. below link will be of great help  & it will generate the syntax for you, just fill in the values. Link Archived.

Exchange 2007–>Bulk Create Mailbox

Create a CSV file with columns as below: Database Password Name  OU Alias fqdn   ##Create password as secure string $data = import-csv $args[0] ## Create a function to convert password into a secure string function New-SecureString([string] $plainText) { $secureString = new-object System.Security.SecureString foreach($char in $plainText.ToCharArray()) { $secureString.AppendChar($char) } $secureString } foreach ($i in $data)…

Message Tracking Event ids

  Message Tracking Event ids EventID   Description   DEFER Message delivery delayed DELIVER Message delivered to a mailbox DSN A delivery status notification was generated. Messages quarantined by the Content Filter are also delivered as DSNs. the recipients field has the SMTP address of the quarantine mailbox. EXPAND Distribution Group expanded. The RelatedRecipientAddress field…