Archive for April 2011

Not able to Add Mailbox Database Copy

When you running the command Add-MailboxDatabaseCopy -Identity 'Mailbox Database 0997342447' -MailboxServer 'EX01' -ActivationPreference '2' it's failing with error. (see Figure 1)

The problem is that you have Database on D: drive on Server 2 which is the Passive node and on Active node the Database is on E: drive.


To fix the issue, you just need to change the location of the Database from D drive to E drive. You can use  Exchange Management Console and if fails than, use Adisedit.msc tool to change the location.
Go to Adsiedit.msc...>Configuration...>Services...>Microsoft Exchange...>ORG...>Administrative Group...>Exchange Administrative Group...> Database, right click on the Database "Mailbox Database 0977108011"and go to properties and check the attribute "msExchEDBFile" and change the location from D: drive to E: Make sure you change the location physically as well ;) (see Figure 2)

Add-MailboxDatabaseCopy command will complete successfully.

Cheers,

Daily health check Cmdlets for Exchange Server 2007

Mailbox Server Role:
1.Mailbox\Public Folder Database Status  Get-MailboxDatabase –Server “Name of the Server” –Status | ft Name, Mounted 
2.Service Health  Test-ServiceHealth –Server “Name of the Server”
3.Storage group copy status  Get-StorageGroupCopyStatus –Server “Name of the Server”
4.Backup Status  Get-MailboxDatabase –Server “Name of the Server” –Status | ft Name, lastfullbackup, lastincrementalbackup 
5.MAPI Connectivity  Test-MapiConnectivity
6.Replication status  Test-ReplicationStatus
7.Cluster Mailbox Status  Get-ClusterMailboxServer 

Client Access Server:
1.Service Health  Test-ServiceHealth –Server “Name of the Server” 
2.OWA Connectivity  Test-OWACConnectivity
3.Active Sync Connectivity  Test-ActiveSyncConnectivity
4.POP3\IMAP4 Connectivity Test-POP\IMAPConnectivity

Hub Transport Server: 
1.Service Health  Test-ServiceHealth –Server “Name of the Server”
2.Queue Status  Get-Queue –Server “Name of the Server” 
3.Mail Flow Test-Mailflow

Unified Messaging Server:
1.Service Health  Test-ServiceHealth –Server “Name of the Server” 
2.UM Connectivity Test - Test-UMConnectivity -ListenPort 5060/2061
3.Active Call Status  Get-UMActiveCalls 

Edge Transport Server:
1.Service Health  Test-ServiceHealth –Server “Name of the Server”
2.Queue Status  Get-Queue –Server “Name of the Server”
3.Mail Flow  Test-Mailflow
4.Edge Synchronization Test-EdgeSynchronization

Additional Note: Event Log info on corresponding server can be found out by: –Get-EventLog Application\System |Where { $_.Type –eq “erro” }

Announcing some cool new features coming soon to Exchange Server 2010 SP2.

    Today seemed like a perfect day for us to share a few very special announcements with our customers. We are always looking for ways to make Exchange better. Here are some of the new features we've planned for Exchange 2010 SP2.
  • OWA Automobile Edition: Exchange team and a major US automaker will soon announce OWA integration into new line of cars to maximize end-user productivity. Car windshields are to be replaced with LCDs (who needs windshields anyway?) Additionally, when it's time for oil change, you will get a reminder popup.
  • Twitter-Ready Mail: Exchange 2010 SP2 will enforce a maximum email length of 140 characters to ensure all email is Twitter-ready. If you have more than 140 characters of things to say, you are clearly egotistical and self-centered. To help you save the characters, we will also enforce all email to be in clear text format. An 80-page whitepaper with business-ready abbreviations to use will be published at release time.
  • Boss OOFs: Out of Office Assistant (Automatic Replies) now has a “boss” feature, which will send a different message to your upward reporting chain in the GAL than everyone else. Now, you can be “out sick with the flu” to your boss while “kicking ass and taking names” in Vegas to your buddies.
  • Email Etiquette Enforcement (EEE) Agent: We are finalizing the steps to implement a new Email Etiquette Enforcement Agent. The EEE Agent will enforce a uniform email etiquette within your organization by allowing you to create Email Etiquette Rules, similar in concept to Transport Rules. Exchange will ship with a few pre-canned Email Etiquette Rules, such as
    the "Exceeded Max Recipients You Should Be Replying To Per Good Email Etiquette" rule. If the offending user replies to "all" on a very large distribution group with something totally meaningless, the system will send a custom DSN to that user every 10 minutes for a week, as a reminder of what he has done. Currently, two DSN wordings that we're looking at are:5.7.11.1 Srsly? You did that? Will you do it again? and 5.7.11.1 How do YOU like to have your mailbox filled up with useless replies? Another EEE rule will detect the number of messages a user sends with a Read Receipt requested, and if it exceeds 10% of all email sent by the user, the EEE agent will respond by automatically modifying all messages received by that user to require a read receipt'.
  • Automatic Randomized MRM (ARM) Assistant: Based on the success of the MRMfeature in Exchange, we are taking MRM a step further by creating an Automatic Randomized MRM (ARM) Assistant. This takes all of the work out of configuring MRM policies; the Assistant will simply pick messages from your mailbox randomly and archive them for you – at random intervals; to random places. No user or administrator configuration is necessary (or possible).
  • Active Inbox Rules (AIR) Agent: The Exchange engineering team is especially proud of its extensibility features. The AIR Agent is a step in this direction, allowing you to manage users' email based on their past behavior, and reduce TCO. The AIR agent interfaces with
    your helpdesk system and reads the number of "I can't find my email" tickets created by a user. If the message is found to have been automatically moved by an Inbox rule that the user created, the AIR agent automatically creates a server-side rule to move such items back to the Inbox. This should greatly reduce the number of helpdesk tickets created by the user.
    If the user creates any additional rules to move messages, the agent responds by creating server-side rules to move messages from all folders back to the Inbox. This action is completely transparent to the user.
  • Mobile Read Receipts: Given so many of you now consume email on your mobile devices, we are positive you'll find this new mobile feature quite useful. When you receive a message with a read receipt requested on your mobile device, the mobile email client will activate thecamera on your mobile device and transmit a video to the sender, really proving you've actually read the message. Mobile Read Receipts are sent with important metadata information such as your expressions (visual and verbal), and your GPS coordinates.
  • Exchange Configuration: Due to long-lasting popularity of public folders, we are making required engineering changes to store Exchange configuration data in public folders, rather than Active Directory. We are now working through seemingly paradox fact that in order to read that configuration, public folder database needs to be mounted; which requires configuration to be read in the first place. From public folders... which are not mounted... because configuration is not accessible, as the folders are not up at the time. Anyway, we are sure we'll figure it out by SP2 RU1.
Cheers,

EXCHANGE RANGER