Questions tagged [exchange]

Questions about any version of Microsoft Exchange Server or Exchange Online, Microsoft's email and unified communications server product. Because of tight integration with other systems, related questions may overlap with Active Directory, Office 365, and Skype for Business (aka Lync Server or Office Communications Server). Questions about Microsoft Outlook may be a gray area, with Super User as an alternative site to ask on.

Overview

The main feature of Microsoft Exchange is delivery of email messages, however it has many other features such as calendaring, contact lists and to-do lists. Microsoft Exchange works by storing all information in a users Mailbox, with a master copy saved on the server. Because the master copy is on the server, this allows a user to connect to their Mailbox using many different methods (such as Microsoft Outlook, with a web browser or a mobile device) and have each instance of the users mailbox always up to date.

High Availability

High availability is a key design goal of Microsoft Exchange, and it has been designed with several important features to ensure a single server failure does not cause an outage of the whole messaging environment. Servers can be configured in clusters, so if one should fail the remaining members of the cluster can still service user requests.

Later versions of Microsoft Exchange (Exchange 2007 and greater) introduce the concept of separation of Exchange roles so each component can be made highly available as well as distributing the load between multiple servers.

Backup and Restore

The backup capabilities of Microsoft Exchange are designed so that it can remain online and continue servicing requests, while still generating a complete and consistent backup. It is important that Active Directory is also frequently backed up as a lot of configuration data for Microsoft Exchange is stored in Active Directory.

As part of the recovery strategy, Microsoft Exchange utilises a write-ahead transaction log for all operations it performs on an Exchange database. Write-ahead transaction logs work by writing all intended modifications to the Exchange database to a transaction log file before it performs the operation on the actual database. It is best practice to store transaction logs on a separate physical disk than the Exchange databases so that in the event of a failure, any transactions made since the last full backup can be rolled forward to restore the database to the point of failure.

Two types of online backup can be performed: a full backup and a transaction log backup. Both types of backup will flush the transaction logs when completed.

  • A full backup will back up the Exchange databases. This may take many hours and is typically done over a weekend.
  • A transaction log backup will back up only the transaction logs created since the last backup. This takes a relatively small amount of time and is typically done each night.

If the disk containing the transaction logs is filled to capacity, Exchange will dismount any associated databases and will not accept mail for Mailboxes in these databases until the problem is rectified.

Links

Microsoft Exchange product homepage.

3564 questions
5
votes
2 answers

How to sync (or at least view) public / team / shared calendar to Blackberry using BES?

Trying to allow 3 people to view and ideally sync (create/edit) common (team) calendar events via Blackberry and hosted Exchange 2007 BES. My understanding is that BES does not support anything other than a users primary calendar to be synced…
3rdparty
  • 151
  • 1
  • 4
5
votes
1 answer

test a pop3 secure ssl port 995

i am trying to login to microsoft exchange online using openssl openssl s_client -connect pop.mail.apac.microsoftonline.com:995 however when i pass the USER command it fails +OK The Microsoft Exchange POP3 service is ready. user…
krisdigitx
  • 629
  • 3
  • 18
  • 30
5
votes
4 answers

Prevent user "click-expansion" of Exchange distribution group?

I am a Unix guy who recently picked up powershell to help my Exchange admin coworkers implement a challenging project in Exchange 2010. (The requirements we've been given are challenging if not impossible to meet.) I'll try to keep this simple.…
Larold
  • 812
  • 4
  • 13
  • 21
5
votes
2 answers

EWS: Check if Calendar Appointment IsCancelled

I am attempting to query EWS with VB.Net, and I can retrieve most of the attributes for an appointment that I want however when I am attempting to retrieve the IsCancelled attribute the following exception is being encountered: This property was…
Lima
  • 374
  • 3
  • 12
5
votes
3 answers

PowerShell script to find meeting requests in Exchange mailbox and accept them

Is it possible to create a PowerShell script that will go into a mailbox (specifically for a meeting room), find all it's meeting requests and accept them? We've implemented a new mechanism in our exchange environment so that requests sent to…
Evan M.
  • 842
  • 9
  • 16
5
votes
1 answer

Do you have to have two servers to put Exchange 2010 on the Internet?

I was reading about the Edge Transport Role on Exchange 2010. It looks like this is the only way to put Exchange the Internet. Is this true? Also, doesn't this require a second hub transport server? So I need two servers to put Exchange on the…
johnny
  • 2,328
  • 9
  • 37
  • 57
5
votes
1 answer

How to check how and when a user checked their Exchange 2010 mailbox?

We are trying to obtain the IP addresses and protocols (e.g., POP3, IMAP or MAPI) that a specific user had been using to connect to her mailbox. How would we go about obtaining data?
Belmin Fernandez
  • 10,799
  • 27
  • 84
  • 148
5
votes
3 answers

Exchange 2010: Alias vs. SMTP address

Can someone explain the connection (or disconnect) between the Alias field in the General tab of a user's Exchange properties and the SMTP addresses (Email Addresses tab)? The terminology has me confused: SMTP address Alias Proxy address
Belmin Fernandez
  • 10,799
  • 27
  • 84
  • 148
5
votes
4 answers

How to test the integrity of an Exchange database?

I would like to verify the integrity of my Exchange 2010 database backups and could use some guidance. We have an Microsoft Small Business Server 2011 server that we backup but I don't know if the backups are any good yet. Since I don't have the…
sandymac
  • 77
  • 1
  • 1
  • 6
5
votes
6 answers

What's your maximum email message size, and what do you do for bigger files?

As the subject says... We're using Exchange 2007 and (mostly) Outlook 2003 and have a limit of 20MB. For larger files, we have an ftp server that people inside can easily copy files to or from, and we have an account on that server that we can…
Ward - Trying Codidact
  • 12,899
  • 28
  • 46
  • 59
5
votes
3 answers

How to modify a message, so it will be for 100% recognizable as spam by Exchange junk e-mail filter

I have an sendmail server, sitting in front of my Exchange server. This server filters spam with SpamAssassin (and does it incredibly well!), but it merely tags spam messages with appropriate header flags and by modifying the message subject. When…
user71061
  • 501
  • 2
  • 10
  • 22
5
votes
1 answer

Exchange 2003-Exchange 2010 post migration GAL/OAB problem

I am very new to Exchange so forgive my newbie-ness. I've exhausted Google trying to find a way to solve my problem so I'm hoping some of you gurus can shed some light on my next steps. Please forgive my bungling around through this. The problem I…
user68726
5
votes
1 answer

Google Apps Transition - Free/Busy with Exchange 2010

Over the past few weeks I've been working to create a flawless Google Apps test pilot for our users despite Google's lack of official support for Exchange 2010 in all migration utilities. So far, I've been able to work out all kinks except one. The…
5
votes
5 answers

What is Microsoft Exchange? Why is it so popular?

What is Microsoft Exchange? Wikipedia says, "Exchange's major features consist of electronic mail, calendaring, contacts and tasks; support for mobile and web-based access to information; and support for data storage." Aren't there like a zillion…
Jungle Hunter
  • 565
  • 1
  • 5
  • 14
5
votes
3 answers

Do I need Edge Transport?

I'm creating a new Exchange 2010 environment to replace the DeskNow system that my company is using currently. I don't have any experience with Exchange at all. I have the main roles installed and they appear to be working internally. AD is…
blsub6
  • 1,131
  • 6
  • 25
  • 45