Pages

iDrive

IDrive Remote Backup
Showing posts with label Exchange 2007. Show all posts
Showing posts with label Exchange 2007. Show all posts

Monday, 11 August 2014

Exchange Server Updates: build numbers and release dates




Product name Release date Build number
Exchange Server 2013 CU5 May 27, 2014 15.00.0913.022
Exchange Server 2013 SP1 February 25, 2014 15.00.0847.032
Exchange Server 2013 CU3 November 25, 2013 15.00.0775.038
Exchange Server 2013 CU2 July 9, 2013 15.00.0712.024
Exchange Server 2013 CU1 April 2, 2013 15.00.0620.029
Release to Manufacturing (RTM) version of Exchange Server 2013 December 3, 2012 15.00.0516.032
Note
Update Rollup 6 for Exchange Server 2010 SP3
May 27, 2014 14.03.0195.001
Update Rollup 5 for Exchange Server 2010 SP3 February 24, 2014 14.03.0181.006
Update Rollup 4 for Exchange Server 2010 SP3 December 9, 2013 14.03.0174.001
Update Rollup 3 for Exchange Server 2010 SP3 November 25, 2013 14.03.0169.001
Update Rollup 2 for Exchange Server 2010 SP3 August 8, 2013 14.03.0158.001
Update Rollup 1 for Exchange Server 2010 SP3 May 29, 2013 14.03.0146.000
Exchange Server 2010 SP3 February 12, 2013 14.03.0123.004
Update Rollup 13 for Exchange Server 2007 SP3 February 24, 2014 08.03.0348.002
Update Rollup 12 for Exchange Server 2007 SP3 December 9, 2013 08.03.0342.004
Update Rollup 11 for Exchange Server 2007 SP3 August 13, 2013 08.03.0327.001
Update Rollup 10 for Exchange Server 2007 SP3 February 11, 2013 08.03.0298.003
Update Rollup 9 for Exchange Server 2007 SP3 December 10, 2012 08.03.0297.002
Update Rollup 8-v3 for Exchange Server 2007 SP3 November 13, 2012 08.03.0279.006
Update Rollup 8–v2 for Exchange Server 2007 SP3 October 9, 2012 08.03.0279.005
Update Rollup 8 for Exchange Server 2007 SP3 August 13, 2012 08.03.0279.003
Update Rollup 7 for Exchange Server 2007 SP3 April 16, 2012 08.03.0264.000
Update Rollup 6 for Exchange Server 2007 SP3 January 26, 2012 8.03.0245.002
Update Rollup 5 for Exchange Server 2007 SP3 September 21, 2011 8.03.0213.001
Update Rollup 4 for Exchange Server 2007 SP3 May 28, 2011 8.03.0192.001
Update Rollup 3-v2 for Exchange Server 2007 SP3 March 30, 2011 8.03.0159.002
Update Rollup 2 for Exchange Server 2007 SP3 December 10, 2010 8.03.0137.003
Update Rollup 1 for Exchange Server 2007 SP3 September 9, 2010 8.03.0106.002
Exchange Server 2007 SP3 June 7, 2010 8.03.0083.006

Thursday, 23 May 2013

How to Setup and configure the Legacy option with EXCH07

1-      Pre-requisties: 
§  Second internet IP address and point it to an A record called legacy.
§  Access to the internal and external DNS service.
2-       In the FW point both ip addresses mail and legacy to the old exchange server.
3-      Create the SSL certificate and include the legacy.internetdomainname as one of the Subject Alternative Name. Install the certificate in the new exchange2010
4-      Make sure the RPCoverHTTP server component is installed in the 2010
5-      Configure OWA and Outlook Anywhere as well.
6-      Move the OAB and enable web distribution
7-      After the certificate is ready, install it in the Exchange 2010
8-      Export the certificate to a file
9-      There may be a small outage of service till you make the 2007 work with the 2010 so, inform the admin or your contact.
10-   Import the certificate to the Exchange 2007
11-   This is needs to be done in the 2007 HUB server
Disable-OutlookAnywhere –Server EXCH2007
12-   All the below needs to be done in the 2007 CAS
Set-OWAVirtualDirectory –Id EXCH07\OWA*
-ExternalURL https://legacy.company.co.uk/owa


Set-OABVirtualDirectory –Id EXCH2007\OAB*
-ExternalURL https://legacy.company.co.uk /OAB


Set-UMVirtualDirectory –Id EXCH2007\Unified*
-ExternalURL https://legacy.company.co.uk /UnifiedMessaging/Service.asmx


Set-WebServicesVirtualDirectory –Id EXCH2007\EWS* -ExternalURL https://legacy.company.co.uk /ews/exchange.asmx


Set-ActiveSyncVirtualDirectory –Id EXCH2007\Microsoft* -ExternalURL https://legacy.company.co.uk /Microsoft-Server-ActiveSync

13-   Configure the legacy in the internal DNS to point to the Exchange 2007 and mail and autodiscover to point to the Exchange 2010 if exist in the internal DNS.
14-   Configure the FW to point the old IP address to the new Exchange 2010
15-   Move one of the test mailbox and test OL Anywhere, webmail and mobile.

16-   Test it as well with a mailbox in the 2007 server.

Friday, 27 January 2012

Exchange 2007 sp3 when moving from one storage to another 1056749164 Error occurred in the step: Moving messages. Failed to copy messages to the destination mailbox store with error: MAPI or an unspecified service provider. ID no: 00000000-0000-00000000

I had this issue just now, working on Friday after 7pm, and broke the move of mailboxes from one SG to another and I kept scratching my head what happened for this to break like that.
After searching and looking I found that I ran out of space in the disk so, I enabled circular logging and remounted the database then I ran the move wizard again and everything look smiley so far.

Error code: MapiExceptionADNotFound: Unable to mount database. (hr=0x80004005, ec=2417)

If you have the above error during creating a Mailbox Database using the GUI in Exchange 2007, all you need to do is un-tick the box that will mount the database automatically and then after it created you can mount the database after 15 seconds.

Wednesday, 18 January 2012

How to change the mailboxes size in exchange 2007 or 2010?


1-    Check the mailbox sizes, you need to run this command from the Exchange Management Shell (EMS)
Get-MailboxStatistics -server servername | Sort-Object TotalItemSize –Descending | ft DisplayName,@{Label= “TotalItemSize (MB)”;expression = {$_.TotalItemSize.value.ToMB()}},ItemCount
2-    Check the mailboxes limit from the EMS
Get-mailbox -server servername| Sort-Object DisplayName | ft DisplayName, IssueWarningQuota, ProhibitSendQuota, ProhibitSendReceiveQuota