Note
The content on this Wiki page was migrated from the old Exchangeninjas.com Wiki.
This page will list definitions of common terms used within and about Exchange 2007.
Availability Service
- A web service that is responsible for providing free/busy information to the Outlook 2007 client and Outlook Web Access 2007 and is available as a public web service to allow third-parties to develop tools to integrate with it.
Client Access Server Role (CAS)
- This role enables mailbox access through Outlook Web Access, POP3, IMAP4, Outlook Anywhere (formerly known as remote procedure call [RPC] over HTTP),v>
Cluster Continuous Replication (CCR)
- A Exchange 2007 clustering technique that leverages MSCS however has no requirement of shared disk. To do this it is built on a Windows failover
Majority Node Set (MNS) cluster and "log ships" the transaction logs to the passive node. The passive node then applies these logs to its copy of the database. A seven part blogcast about CCR can be started
here
cmdlet
- The smallest unit of a PowerShell command. There are over 360 cmdlets that will ship with Exchange 2007. These are usually simple task based commands such as "move-mailbox" or "new-mailbox".
Edge Transport Role (Edge)
- This role provides antivirus and anti-spam protection for the Exchange organization at the perimeter of the network. The Edge role does not rely on Active Directory rather it uses
ADAM to provide configuration information.
Exchange 12
- Exchange 12 is the internal code name for Exchange 2007. So if you see Exchange 12 referenced, you can assume that the correct name is Exchange Server 2007.
Exchange ActiveSync (EAS)
- A technology created to allow for mobile devices to synchronize with an Exchange mailbox. Windows Mobile devices as well as some non-Microsoft devices are able to leverage this technology.
Exchange Management Console ("the console")
- This is the Graphical MMC based console for administering Exchange, Mailboxes, contacts and distribution lists.
Exchange Management Shell (EMS, or "the shell")
- This is the command line interface that uses the PowerShell technology to administer Exchange, Mailboxes, contacts and distribution lists. At RTM EMS will actually have more abilities than does the Exchange console, however many of these tasks not exposed
in the console are not commonly used.
Hub Transport Role (Hub)
- This role (formerly referred to as "bridgehead") handles internal transport and routing and is tightly integrated with Active Directory directory services. The Hub Transport role can also apply policies to messages to enforce compliance requirements. Unlike
Exchange 2000/2003 the Hub transport does not rely on the IIS SMTP service to function.
Local Continuous Replication (LCR)
- An Exchange 2007 high-availability option that replicates a local storage group to another location on the same server. The intent is that this replication would be done to a second locally attached disk subsystem so that if a failure on the primary disk were
to happen an administrator could manually mount the second copy of the storage group to restore service.
Mailbox Role
- This server role is responsible for hosting mailbox databases. A mailbox database contains users' e-mail, calendar, contact, and task data.
Managed Folders
- Folders used in the Messaging Records Management (MRM) feature of Exchange Server 2007. MRM allows rention policies to be set on folder in user mailboxes.
Monad
- "Monad" is the codename for the scripting environment now known as PowerShell. (See PowerShell)
One liner
- A group of PowerShell commands that pipeline information to each other to accomplish a single task (please fix me!)
Outlook Anywhere (formerly RPC/HTTP)
- A technology that encapsulates RPC communications within HTTP calls. This allows for the use of Outlook through the internet without opening all of the required RPC ports.
Outlook Web Access (OWA)
- A web interface for access an Exchange mailbox. This interface can view email, calendar, voice mail, and faxes. It also provides an interface for managing Windows Mobile devices using Exchange ActiveSync.
Outlook Voice Access (OVA)
- A phone interface for an Exchange mailbox. This will allow a user to call in to get his mailbox items read. These mailbox items include voice mail, email, calendar appointments.
Performant
- Many people like to use this word when discussing how efficient Exchange Server 2007 is, however this is
not a real English word. :)
PowerShell
- Formerly known as codename "Monad", this is the command line shell used to administer Exchange, and is the foundation for the new generation of scripting capabilities that can be added to Windows Server 2003, Windows Vista, and Windows XP. Currently available
as a free download, future versions of Microsoft Operating Systems will include PowerShell.
Roles
-
Server roles allow for each of the discrete functions of Exchange to be broken out into multiple services and thus servers. However a single server can run four of the roles (Mailbox, Client Access, Hub Transport, and UM) at once though this is only advisable
in smaller scenarios. The roles are Hub Transport, Client Access, Edge Transport, Mailbox, and Unified Messaging.
Single Copy Cluster (SCC)
- This type of clustering is the traditional Exchange clustering method. It requires a MSCS cluster and shared storage. It has support for up to eight nodes with Windows 2003 Enterprise and requires at least one passive node.
Standby Continuous Replication (SCR)
- A new continuous replication option available in Exchange Server 2007 Service Pack 1. This allows copies of the database to be kept on other Exchange servers or clusters for recovery. This sort of replication can work between datacenters.
UM
- Short for Unified Messaging. Exchange 2007 adds the ability to integrate Voice Mail and Email into a single place. This allows for t
in smaller scenarios. The roles are Hub Transport, Client Access, Edge Transport, Mailbox, and Unified Messaging.
Single Copy Cluster (SCC)
- This type of clustering is the traditional Exchange clustering method. It requires a MSCS cluster and shared storage. It has support for up to eight nodes with Windows 2003 Enterprise and requires at least one passive node.
Standby Continuous Replication (SCR)
- A new continuous replication option available in Exchange Server 2007 Service Pack 1. This allows celephone users (OVA), Web users (OWA) and MAPI users to access both email and voice mail.
Unified Messaging Role
- This server role enables users to receive voice mail, e-mail, fax messages, and calendar information in their Exchange inbox; voice access to the inbox from any phone; and speech-enabled Automated Attendant functionality that allow callers to interact through
touch tone menus or their voice using speech recognition.
WebReady Document Viewing
- This is a feature of Outlook Web Access that will render Office 2003 (and previous) and Adobe Acrobat files in HTML for viewing on clients that do not have the appropriate viewers installed. This is an excellent feature for kiosk access to Outlook Web
Access.
See Also