EV Feature Briefing

Size: px
Start display at page:

Download "EV 10.0.3 Feature Briefing"

Transcription

1 EV Feature Briefing Exchange Server 2013 OWA Support This document is one of a set of Feature Briefings which detail major new or changed features in Enterprise Vault 10. This document covers the support for OWA on Exchange Server If you have any feedback or questions about this document please them to IIG-TFE@symantec.com stating the document title. This document is provided for informational purposes only. All warranties relating to the information in this document, either express or implied, are disclaimed to the maximum extent allowed by law. The information in this document is subject to change without notice. Copyright 2013 Symantec Corporation. All rights reserved. Symantec, the Symantec logo and NetBackup are trademarks or registered trademarks of Symantec Corporation or its affiliates in the U.S. and other countries. Other names may be trademarks of their respective owners.

2 Feature Description Microsoft released Exchange Server 2013 in late OWA for Exchange Server 2013 has been completely changed compared to Exchange These changes required the development of new Enterprise Vault OWA extensions for Exchange Server The new extensions are included with Enterprise Vault Exchange Server 2013 OWA has been rewritten to make greater use of JavaScript rendering on the client and has introduced Office Mail Apps as a way of extending web apps and Office Enterprise Vault has been designed to work with Office Mail Apps for Exchange Server Underlying Principles Enterprise Vault integrates with Exchange Server 2013 OWA as an Office Mail App. Office Mail Apps appear in the mail clients based on the combination of the current item that is selected and the activation rules of the installed Office Mail App. Figure 1 illustrates Office Mail Apps (in the lower right corner). Figure 1 - Office Mail Apps in OWA Page 1

3 Deployment of the Enterprise Vault Office Mail App can be made available to the whole organization or for an individual mailbox. The App is designed to allow deployment at the organizational level, but the preferred method of deployment is to each individual mailbox. See the Test Drive section for more information on deployment methods. When the Office Mail App is deployed to a user, it can be configured to appear in desktop applications (Outlook 2013 and OWA 2013), tablet devices, and mobile devices 1. The Enterprise Vault Office Mail App will only be visible when the user clicks on a mail or calendar item. The only exception to this is when a user clicks on an item in Virtual Vault within Outlook. Table 1 details the user actions available in the Enterprise Vault Office Mail App when displayed in various different contexts. Due to browser compatibility issues: 1) The Archive Explorer button will be absent if the browser in use is not Internet Explorer. 2) If the policy for the search button is to use integrated search (the simple EV search page traditionally offered inside Outlook by the EV Outlook Add-in) then the search button will be absent if the browser in use is not Internet Explorer. Type of Item Selected by User Archive Explorer EV Search View Original Manual Archive Manual Restore from Archive Delete from Archive Cancel Non Archived Item Shortcut Item Pending Archive Pending Restore Pending Delete Original Content opened from the EV Office Mail App Original Content opened by EV Outlook Add-In Table 1 - Enterprise Vault Office Mail App Options Help 1 Tablet and mobile devices will not be supported in the initial Enterprise Vault Office Mail App. A message will be displayed when the App is used on an unsupported device. Page 2

4 Note: Cancel has two uses: 1. It can stop the current active manual operation that was directly initiated by the user. These manual operations will normally have associated user progress feedback and will progress through various states until the operation is complete. When used like this, cancel will interrupt the current flow if that is possible, and reset the UI appropriately. The message class of the item may be restored if that is appropriate. 2. It can be used on an item that has been put into the archive pending state by the EV server. User options for the Enterprise Vault Office Mail App will be controlled by the Desktop policy. Users will have the same functionality as with previous versions of OWA. Figure 2 shows the options available for an item that has not been archived. Figure 2 - Non-Archived item Figure 3 and Figure 4 show the options when a user selects an item to be manually archived. Figure 3 Selecting Retention Category Figure 4 - After Retention Category has been selected Figure 5, Figure 6, and Figure 7 show the options available to the user on an archived item. Figure 5 illustrates that the user has clicked on the View button and the item is being retrieved from Enterprise Vault. Figure 6 shows an archived item being restored back to the mailbox. Figure 7 shows a user deleting an archived item. Page 3

5 Figure 5 - Viewing an item (when View has been clicked) Figure 6 - Archived item being restored Figure 7 - Clicking on the Delete button Figure 8 shows the options available to the user when an item is in an archive pending state. The user can cancel the operation by clicking on Cancel. Figure 8 - Pending archive item options Figure 9 shows that the user has not been enabled for archiving. Keep in mind that the Enterprise Vault Office Mail App can be deployed at the organizational level and to individual mailboxes. A user does not have to be enabled for archiving for the App to show up. Figure 9 - Mailbox not enabled for archiving Page 4

6 Test Drive Office Mail Apps can be installed at the organizational level or into individual mailboxes. At the organizational level the App is installed once and is available to all users. This deployment method does not completely fit with normal Enterprise Vault provisioning methods as users will be able to see the Enterprise Vault Office Mail App even if they are not enabled for archiving. Reasons for deploying the EV Office Mail App at the organization level: Simple deployment using a single PowerShell command No need to integrate Mail App deployment into existing user provisioning scripts Reasons for deploying the EV Office Mail App at the mailbox level: Only those users who have been enabled for Enterprise Vault will see the App Simple deployment using a PowerShell command Customized URLs can be used to ensure that the App is loaded from the appropriate EV server. Particularly important where more than one EV deployment is archiving different sets of users from the same Exchange server. The Exchange Server 2013 management UI is completely web based and only supports the configuration of organizational Apps by the administrator. It is not be possible for the administrator to use the UI to see if an individual user has the EV Office Mail App at the mailbox level. There are a set of PowerShell command-lets that can be used to manage Office Mail Apps which provide much greater information about installed Apps and control over them: Get-App New-App Remove-App Set-App Enable-App Disable-App The recommended method of deployment of the Enterprise Vault Office Mail App will be via PowerShell. The following is an example of how the Enterprise Vault administrator would deploy the App to an individual mailbox using PowerShell: Page 5

7 get-mailbox -identity [user] # For each user ForEach-Object { $legacymbxdn = $_.LegacyExchangeDN; # Install Enterprise Vault Office App $url=" =" + $legacymbxdn; $webclient = new-object Net.Webclient $webclient.usedefaultcredentials = $true $bytes = $webclient.downloaddata($url) new-app -mailbox $legacymbxdn -filedata $bytes } A new advanced section will be available in the Exchange Desktop Policy named Office Mail App. Table 2 shows the different options available. The existing OWA advanced section in the Exchange Desktop policy will be renamed to OWA versions before Setting Possible Values Default Availability OWA 2013 only, Outlook 2013 only, OWA and Outlook 2013 OWA 2013 and Outlook 2013 Mode Light, Full Light Behavior of Mail App Bar Search Application Show Options, Open immediately and show options Browser Search, Integrated Search (IE only) Show Options Browser Search Table 2 - Desktop Policy Advanced Settings for the EV Office Mail App Licensing and support considerations OWA functionality for Exchange Server 2013 is available when the Enterprise Vault environment is properly licensed for Exchange archiving. The EV Office Mail App can only be supported in Outlook 2013 and OWA2013 (when connecting to an Exchange Server 2013 mailbox) as it relies on the introduction of the Apps for Office feature that Microsoft introduced in these products. Although Office Mail Apps do support mobile and tablet devices, Enterprise Vault will not support these devices. Support is planned for a future release of Enterprise Vault. Page 6

8 Due to Microsoft constraints, the EV Office Mail App will be limited to: Premium OWA clients only and will not be visible in the Basic OWA client. Normal Mail messages and Appointments. Individual items only. Multi item functionality cannot be archived with an Office Mail App. Support only IE9 and above (although it may work it is unsupported on other HTML5 compatible browsers) Not supported for items in Public Folders. Microsoft does not support Public Folders in OWA with the initial Exchange Server 2013 release. Page 7

9 About Symantec: Symantec is a global leader in providing storage, security and systems management solutions to help consumers and organizations secure and manage their information-driven world. Our software and services protect against more risks at more points, more completely and efficiently, enabling confidence wherever information is used or stored. For specific country offices and contact numbers, please visit our Web site: Symantec Corporation World Headquarters 350 Ellis Street Mountain View, CA USA +1 (650) (800) Copyright 2013 Symantec Corporation. All rights reserved. Symantec and the Symantec logo are trademarks or registered trademarks of Symantec Corporation or its affiliates in the U.S. and other countries. Other names may be trademarks of their respective owners.

Direct virtual machine creation from backup with BMR

Direct virtual machine creation from backup with BMR NETBACKUP 7.6 FEATURE BRIEFING DIRECT VIRTUAL MACHINE CREATION FROM BACKUP WITH BMR NetBackup 7.6 Feature Briefing Direct virtual machine creation from backup with BMR Version number: 1.0 Issue date: 5

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2003/2007 Users 10.0 Full Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2003/2007 Users The software described in this book

More information

Enterprise Vault Whitepaper Move Archive Feature Overview

Enterprise Vault Whitepaper Move Archive Feature Overview Enterprise Vault Whitepaper Move Archive Feature Overview This document provides an overview of the Enterprise Vault Move Archive feature This document applies to the following version(s) of :

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2003/2007 Users 9.0 Symantec Enterprise Vault: Guide for Microsoft Outlook 2003/2007 Users The software described in this book is furnished under a

More information

Enterprise Vault 10 Feature Briefing

Enterprise Vault 10 Feature Briefing Enterprise Vault 10 Feature Briefing Nirvanix Cloud Storage This document is one of a set of Feature Briefings which detail major new or changed features in Enterprise Vault 10. This document covers the

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010/2013 Users 10.0 Full Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2010/2013 Users The software described in this book

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010/2013 Users 10.0 Full Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2010/2013 Users The software described in this book

More information

NetBackup Best Practice Using Tape Storage with Deduplicating Disk Storage

NetBackup Best Practice Using Tape Storage with Deduplicating Disk Storage NetBackup Best Practice Using Tape Storage with Deduplicating Disk Storage This document looks at best practices around creating multiple copies of backups on a mixture of tape and deduplicating disk storage.

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010/2013 Users 10.0 Light Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2010/2013 Users The software described in this book

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2003/2007 Users 10.0 Light Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2003/2007 Users The software described in this book

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010 Users 9.0 Symantec Enterprise Vault: Guide for Microsoft Outlook 2010 Users The software described in this book is furnished under a license agreement

More information

Enterprise Vault Whitepaper Configuring a NAS device as Enterprise Vault storage

Enterprise Vault Whitepaper Configuring a NAS device as Enterprise Vault storage Enterprise Vault Whitepaper Configuring a NAS device as Enterprise Vault storage This document provides background and guidance on how configure Symantec Enterprise Vault with generic Network Attached

More information

Enterprise Vault 11 Feature Briefing

Enterprise Vault 11 Feature Briefing Enterprise Vault 11 Feature Briefing Enterprise Vault SCOM Enhancements This document is about the new Enterprise Vault SCOM enhancements introduced in Enterprise Vault 11. If you have any feedback or

More information

Data Sheet: Archiving Symantec Enterprise Vault for Microsoft Exchange Store, Manage, and Discover Critical Business Information

Data Sheet: Archiving Symantec Enterprise Vault for Microsoft Exchange Store, Manage, and Discover Critical Business Information Store, Manage, and Discover Critical Business Information Trusted and Proven Email Archiving Symantec Enterprise Vault, the industry leader in email and content archiving, enables companies to store, manage,

More information

Symantec Enterprise Vault for Microsoft Exchange

Symantec Enterprise Vault for Microsoft Exchange Symantec Enterprise Vault for Microsoft Exchange Store, manage, and discover critical business information Data Sheet: Archiving Trusted and proven email archiving Symantec Enterprise Vault, the industry

More information

Enterprise Vault Whitepaper Managing SharePoint Migrations with Enterprise Vault

Enterprise Vault Whitepaper Managing SharePoint Migrations with Enterprise Vault Enterprise Vault Whitepaper Managing SharePoint Migrations with Enterprise Vault This document provides information on how to use Enterprise Vault to migrate existing SharePoint configurations to a newer

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Mac OS X Users 10.0 Symantec Enterprise Vault: Guide for Mac OS X Users The software described in this book is furnished under a license agreement and may be used only

More information

Enterprise Vault Whitepaper

Enterprise Vault Whitepaper Enterprise Vault Whitepaper Enterprise Vault and Microsoft Office 365 This document outlines the integration of the offsite Office 365 email service with an on-premises Enterprise Vault solution. If you

More information

What s New with Enterprise Vault 11? Symantec Enterprise Vault 11 - What's New?

What s New with Enterprise Vault 11? Symantec Enterprise Vault 11 - What's New? What s New with Enterprise Vault 11? 1 Disclaimer Any information regarding pre-release Symantec offerings, future updates or other planned modifications is subject to ongoing evaluation by Symantec and

More information

ENTERPRISE VAULT 9.0 FEATURE BRIEFING

ENTERPRISE VAULT 9.0 FEATURE BRIEFING ENTERPRISE VAULT 9.0 FEATURE BRIEFING Enterprise Vault 9.0 Exchange Archiving Updates This document is for internal and partner use only. Do not distribute copies of this document to customers. If you

More information

Symantec Enterprise Vault for Microsoft Exchange

Symantec Enterprise Vault for Microsoft Exchange Symantec Enterprise Vault for Microsoft Exchange Store, manage, and discover critical business information Data Sheet: Archiving Trusted and proven email archiving Symantec Enterprise Vault, the industry

More information

Welcome to Enterprise Vault Archiving

Welcome to Enterprise Vault Archiving Welcome to Enterprise Vault Archiving You have now been told when your Outlook mailbox will be enabled for Enterprise Vault archiving. This means that instead of storing all your messages on the Exchange

More information

Symantec Enterprise Vault for Microsoft Exchange Server

Symantec Enterprise Vault for Microsoft Exchange Server Symantec Enterprise Vault for Microsoft Exchange Server Store, manage, and discover critical business information Data Sheet: Archiving Trusted and proven email archiving performance and users can enjoy

More information

Enterprise Vault.cloud. Microsoft Exchange Managed Folder Archiving Guide

Enterprise Vault.cloud. Microsoft Exchange Managed Folder Archiving Guide Enterprise Vault.cloud Microsoft Exchange Managed Folder Archiving Guide Enterprise Vault.cloud: Microsoft Exchange Managed Folder Archiving Guide The software described in this book is furnished under

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010 Users 9.0 Contents Chapter 1 Enterprise Vault options and mailbox icons Enterprise Vault options and toolbar buttons Enterprise Vault Outlook

More information

Enterprise Vault Installing and Configuring

Enterprise Vault Installing and Configuring Enterprise Vault Installing and Configuring Enterprise Vault 6.0 Legal Notice Copyright 2005 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, VERITAS, the VERITAS Logo, and Enterprise

More information

250-308. Administration of Symantec Enterprise Vault 8.0 for Exchange Exam. http://www.examskey.com/250-308.html

250-308. Administration of Symantec Enterprise Vault 8.0 for Exchange Exam. http://www.examskey.com/250-308.html SYMANTEC 250-308 Administration of Symantec Enterprise Vault 8.0 for Exchange Exam TYPE: DEMO http://www.examskey.com/250-308.html Examskey SYMANTEC 250-308 exam demo product is here for you to test the

More information

Enterprise Vault Whitepaper

Enterprise Vault Whitepaper Enterprise Vault Whitepaper Migrating and Consolidating File Servers with Enterprise Vault This whitepaper discusses migrating and consolidating file servers that have content archived with Enterprise

More information

Instant Recovery for VMware

Instant Recovery for VMware NETBACKUP 7.6 FEATURE BRIEFING INSTANT RECOVERY FOR VMWARE NetBackup 7.6 Feature Briefing Instant Recovery for VMware Version number: 1.0 Issue date: 2 nd August 2013 This document describes a feature

More information

W H I T E P A P E R : T E C H N I C AL. Enterprise Vault 9.0 Archiving from Exchange Server 2010. Dan Strydom Technical Field Enablement November 2010

W H I T E P A P E R : T E C H N I C AL. Enterprise Vault 9.0 Archiving from Exchange Server 2010. Dan Strydom Technical Field Enablement November 2010 W H I T E P A P E R : T E C H N I C AL Enterprise Vault 9.0 Archiving from Exchange Server 2010 Dan Strydom Technical Field Enablement November 2010 White Paper: Symantec Technical Contents Introduction...

More information

NetBackup Backup, Archive, and Restore Getting Started Guide

NetBackup Backup, Archive, and Restore Getting Started Guide NetBackup Backup, Archive, and Restore Getting Started Guide UNIX, Windows, and Linux Release 6.5 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Copyright 2007 Symantec Corporation.

More information

What Is Online Email Archiving?

What Is Online Email Archiving? What Is Online Email Archiving? Online Email Archiving (OEA) is a feature available to Logos employees that stores messages automatically based on how old the message is. The advantage over local PST archive

More information

Data Sheet: Archiving Symantec Enterprise Vault for Microsoft Exchange Store, Manage, and Discover Critical Business Information

Data Sheet: Archiving Symantec Enterprise Vault for Microsoft Exchange Store, Manage, and Discover Critical Business Information Store, Manage, and Discover Critical Business Information Trusted and proven email archiving Enterprise Vault, the industry leader in email and content archiving, enables companies to store, manage, and

More information

The E-Mail Online Archive offers compared to the conventional PST files many advantages, e. g.:

The E-Mail Online Archive offers compared to the conventional PST files many advantages, e. g.: How to use the E-Mail Online Archive - Handout The E-Mail Online Archive offers compared to the conventional PST files many advantages, e. g.: - Always available online (Outlook and OWA) - Automatic, convenient

More information

WHITE PAPER. Symantec Enterprise Vault and Exchange 2010. Alex Brown Product Manager

WHITE PAPER. Symantec Enterprise Vault and Exchange 2010. Alex Brown Product Manager WHITE PAPER Symantec Enterprise Vault and Exchange 2010 Alex Brown Product Manager Introduction... 3 Plans for Exchange Server 2010 support and compatibility?... 3 So what is new in Exchange Server 2010?...

More information

Symantec Backup Exec 2010

Symantec Backup Exec 2010 Reliable Backup and Recovery Designed for Your Growing Business Overview delivers market leading backup and recovery protection from server to desktop. Easily protect more data while you reduce storage

More information

Solution Overview: Data Protection Archiving, Backup, and Recovery Unified Information Management for Complex Windows Environments

Solution Overview: Data Protection Archiving, Backup, and Recovery Unified Information Management for Complex Windows Environments Unified Information Management for Complex Windows Environments The Explosion of Unstructured Information It is estimated that email, documents, presentations, and other types of unstructured information

More information

Moving your GroupWise archive to Outlook 2010 Key step to take the day after your e-mail upgrade

Moving your GroupWise archive to Outlook 2010 Key step to take the day after your e-mail upgrade Moving your GroupWise archive to Outlook 2010 Key step to take the day after your e-mail upgrade About this guide /transformation Who should use it This guide is intended for those DBHDD (Department of

More information

Data Sheet: Archiving Symantec Enterprise Vault Store, Manage, and Discover Critical Business Information

Data Sheet: Archiving Symantec Enterprise Vault Store, Manage, and Discover Critical Business Information Store, Manage, and Discover Critical Business Information Managing millions of mailboxes for thousands of customers worldwide, Enterprise Vault, the industry leader in email and content archiving, enables

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Setting up Exchange Server Archiving 10.0 Symantec Enterprise Vault: Setting up Exchange Server Archiving The software described in this book is furnished under a license agreement

More information

Backup Exec 2010: Archiving Options

Backup Exec 2010: Archiving Options Backup Exec 2010: Archiving Options White Paper: Backup Exec 2010: Archiving Options Backup Exec 2010: Archiving Options Contents Introduction............................................................................................

More information

EAS Archiving Getting Started Guide

EAS Archiving Getting Started Guide EAS Archiving Getting Started Guide Revised May 14, 2009 GLOSSARY EAS (Enterprise Archiving Solution): The name of the product that Emory uses for its Exchange email archiving. EAS Client: The client that

More information

Guide to Enterprise Vault - Email Archiving

Guide to Enterprise Vault - Email Archiving Guide to Enterprise Vault - Email Archiving Version V1.0/2009 This document contains commercially sensitive information and is therefore restricted to University of Melbourne Staff that have operational

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Setting up Exchange Server Archiving 11.0 Symantec Enterprise Vault: Setting up Exchange Server Archiving The software described in this book is furnished under a license agreement

More information

Veritas Enterprise Vault for Microsoft Exchange Server

Veritas Enterprise Vault for Microsoft Exchange Server Veritas Enterprise Vault for Microsoft Exchange Server Store, manage, and discover critical business information Trusted and proven email archiving Veritas Enterprise Vault, the industry leader in email

More information

HelpDesk / Technical Support * 1350 Euclid Avenue Ste 1500 * Cleveland, OH 44115-1832 * 877-422- 4570

HelpDesk / Technical Support * 1350 Euclid Avenue Ste 1500 * Cleveland, OH 44115-1832 * 877-422- 4570 HelpDesk / Technical Support * 1350 Euclid Avenue Ste 1500 * Cleveland, OH 44115-1832 * 877-422- 4570 Enterprise Vault Quick Usage Guide GCA Services Group is now using Enterprise Vault (EV) to manage

More information

Symantec Enterprise Vault. Upgrading to Enterprise Vault 11.0.1

Symantec Enterprise Vault. Upgrading to Enterprise Vault 11.0.1 Symantec Enterprise Vault Upgrading to Enterprise Vault 11.0.1 Symantec Enterprise Vault: Upgrading to Enterprise Vault 11.0.1 The software described in this book is furnished under a license agreement

More information

E-Mail Archiving. 44 Copyright 2009 Smeal College-RIIT Group

E-Mail Archiving. 44 Copyright 2009 Smeal College-RIIT Group What is email archiving? Email archiving is a systematic approach to moving messages from the Exchange server into an archive saving the data contained in email messages so it can be accessed quickly at

More information

W H I T E P A P E R. Symantec Enterprise Vault and Exchange Server 2010. November 2011

W H I T E P A P E R. Symantec Enterprise Vault and Exchange Server 2010. November 2011 W H I T E P A P E R Symantec Enterprise Vault and Exchange Server 2010 November 2011 Introduction... 3 Enterprise Vault Support and Compatibility for Exchange Server 2010... 3 So What Is New In Exchange

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Setting up Exchange Server Archiving 9.0 Symantec Enterprise Vault: Setting up Exchange Server Archiving The software described in this book is furnished under a license agreement

More information

About (EAS) Archived Email Service

About (EAS) Archived Email Service About (EAS) Archived Email Service Information Services is implementing an email archiving on the staff email system in order to save space on the main email system which is reaching full capacity. Emails

More information

How Exclaimer Mail Archiver Works

How Exclaimer Mail Archiver Works How Exclaimer Mail Archiver Works www.exclaimer.com How Exclaimer Mail Archiver Works In this document, you ll learn how email is archived, stored and searched by Exclaimer Mail Archiver. We ll look at

More information

Alcatel-Lucent OpenTouch Connection for Microsoft Outlook. User guide R2.0

Alcatel-Lucent OpenTouch Connection for Microsoft Outlook. User guide R2.0 Alcatel-Lucent OpenTouch Connection for Microsoft Outlook User guide R2.0 8AL90633USAAed01 March 2014 Table of contents 1. OpenTouch Connection for Microsoft Outlook... 3 2. Start OpenTouch Connection...

More information

LACCD Student E Mail Getting Started Guide

LACCD Student E Mail Getting Started Guide LACCD Student E Mail Getting Started Guide Outlook Live: Understanding your Inbox and Composing Emails The Outlook Live Web Application included in the Live@edu suite is very similar to the Desktop version

More information

Outlook E-Mail. Step 1: Open and Configure Outlook

Outlook E-Mail. Step 1: Open and Configure Outlook Outlook E-Mail Step 1: Open and Configure Outlook 1. Click the Microsoft Button in the lower left task bar 2. Select All Programs 3. Select Microsoft Office 4. Select Microsoft Outlook 5. Follow the Start

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Setting up SMTP Archiving 10.0 Symantec Enterprise Vault: Setting up SMTP Archiving The software described in this book is furnished under a license agreement and may be used

More information

The End User Experience. Introduction to Archiving for End Users

The End User Experience. Introduction to Archiving for End Users The End User Experience Introduction to Archiving for End Users Revision: 1 Last Revised: 14 March 2013 Copyright This documentation and software described herein is copyrighted. Under copyright laws,

More information

DashBoard Beta Web Server

DashBoard Beta Web Server DashBoard Beta Web Server Version 6.2 Release Notes Copyright Notice 2014 Ross Video Limited. Ross and any related marks are trademarks or registered trademarks of Ross Video Limited. All other trademarks

More information

Archiving, Backup, and Recovery for Complete the Promise of Virtualization

Archiving, Backup, and Recovery for Complete the Promise of Virtualization Archiving, Backup, and Recovery for Complete the Promise of Virtualization Unified information management for enterprise Windows environments The explosion of unstructured information It is estimated that

More information

Protect Your Cisco UCS Domain with Symantec NetBackup

Protect Your Cisco UCS Domain with Symantec NetBackup SYMANTEC NETBACKUP WHITEPAPER PROTECTING A CISCO UCS DOMAIN White Paper Protect Your Cisco UCS Domain with Symantec NetBackup August 2014 This document is provided for informational purposes only. All

More information

Information Systems Services. Getting Started with Enterprise Vault Email Archiving A guide for Outlook/Exchange users March 2008

Information Systems Services. Getting Started with Enterprise Vault Email Archiving A guide for Outlook/Exchange users March 2008 Information Systems Services Getting Started with Enterprise Vault Email Archiving March 2008 Contents 1. Introduction... 3 2. Supported operating systems, email clients and browsers... 3 3. Getting started

More information

Outlook Web App OWA. Let s take a look at the new features and functionality available on OWA. Feature & Functionality Description User experience

Outlook Web App OWA. Let s take a look at the new features and functionality available on OWA. Feature & Functionality Description User experience Outlook Web App OWA Let s take a look at the new features and functionality available on OWA. Feature & Functionality Description User experience Logon Screen User logon screen for Outlook Web App (OWA)

More information

Symantec Desktop and Laptop Option 7.6

Symantec Desktop and Laptop Option 7.6 Automated protection for desktops and laptops Data Sheet: Backup and Disaster Recovery Overview With the majority of business-critical information residing outside the data centers or on off corporate

More information

Quick Start Guide - Exchange Mailbox idataagent

Quick Start Guide - Exchange Mailbox idataagent Quick Start Guide - Exchange Mailbox idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Add-On Components Customized Features for Your Exchange Version Terminology SYSTEM REQUIREMENTS - EXCHANGE

More information

UNIFIED COMMUNICATIONS POST-MIGRATION INSTRUCTIONS

UNIFIED COMMUNICATIONS POST-MIGRATION INSTRUCTIONS UNIFIED COMMUNICATIONS POST-MIGRATION INSTRUCTIONS (PURPOSE): The purpose of this document is to prepare the email user for post email migration activities to ensure a successful email migration with no

More information

Netmail Search for Outlook 2010

Netmail Search for Outlook 2010 Netmail Search for Outlook 2010 Quick Reference Guide Netmail Search is an easy-to-use web-based electronic discovery tool that allows you to easily search, sort, retrieve, view, and manage your archived

More information

Implicit Sync. Professional Edition Users Guide

Implicit Sync. Professional Edition Users Guide 1159 Sonora Court, Suite #305 Sunnyvale, CA 94086 Tel: (408) 737-9609 Implicit Sync User Guide Implicit Sync Professional Edition Users Guide Implicit Inc. May 2013 Version 2.6 Rev. 3 Copyright 2004-2013

More information

Open OWA by going to https://anywhere.exchserver.net/owa. Provide your user name and password.

Open OWA by going to https://anywhere.exchserver.net/owa. Provide your user name and password. Introduction... 2 Mailbox... 3 Calendar... 4 Contacts... 4 Options... 5 Sign out... 6 Requirements... 6 SaskTel Hosted Email & Collaboration - Hosted Exchange Outlook Web App (OWA) User Guide 1 With Outlook

More information

Enterprise Vault 11 Feature Briefing Enterprise Vault Search

Enterprise Vault 11 Feature Briefing Enterprise Vault Search Enterprise Vault 11 Feature Briefing Enterprise Vault Search This document is about the new Enterprise Vault Search (EVS) feature introduced in Enterprise Vault 11. Other feature briefings for Enterprise

More information

evault Changes to Outlook

evault Changes to Outlook Table of Contents evault Changes to Outlook a. Introduction... 1 b. Definitions... 1 c. What are all these folders for?... 2 d. If I don t want the folders can I delete them?... 2 e. I accidently moved

More information

User guide. Business Email

User guide. Business Email User guide Business Email June 2013 Contents Introduction 3 Logging on to the UC Management Centre User Interface 3 Exchange User Summary 4 Downloading Outlook 5 Outlook Configuration 6 Configuring Outlook

More information

EMC SourceOne Offline Access

EMC SourceOne Offline Access EMC SourceOne Offline Access Version 7.2 User Guide 302-000-963 REV 01 Copyright 2005-2015 EMC Corporation. All rights reserved. Published April 30, 2015 EMC believes the information in this publication

More information

AvePoint CallAssist 3.2.5 for Microsoft Dynamics CRM. Installation and Configuration Guide

AvePoint CallAssist 3.2.5 for Microsoft Dynamics CRM. Installation and Configuration Guide AvePoint CallAssist 3.2.5 for Microsoft Dynamics CRM Installation and Configuration Guide Revision K Issued November 2014 Table of Contents Overview... 4 Prerequisites... 5 Environment Requirements...

More information

LMS 365 Learning Module Builder Add-in Installation Guide VERSION 1.4.2.x

LMS 365 Learning Module Builder Add-in Installation Guide VERSION 1.4.2.x LMS 365 Learning Module Builder Add-in Installation Guide VERSION 1.4.2.x Contents 1. OVERVIEW AND SOFTWARE REQUIREMENTS... 3 1.1 AUDIENCE... 3 1.2 ABOUT THE ADD-IN... 3 1.3 SERVER SOFTWARE REQUIREMENTS:...

More information

EAsE and Integrated Archive Platform (IAP)

EAsE and Integrated Archive Platform (IAP) EAsE and Integrated Archive Platform (IAP) HP Outlook Web Access (OWA) Extension on Exchange 2007 Table of Contents Overview... 2 Microsoft Outlook Web Access 2007 (OWA 2007)... 2 HP Outlook Web Access

More information

Outlook Plug-In User Guide

Outlook Plug-In User Guide Outlook Plug-In User Guide InterCall, in partnership with JCS Technologies, provides an Outlook Plug-In that allows you to quickly and easily create, edit and schedule meetings with pre-defined information

More information

Policy Based Encryption Essentials. Administrator Guide

Policy Based Encryption Essentials. Administrator Guide Policy Based Encryption Essentials Administrator Guide Policy Based Encryption Essentials Administrator Guide Documentation version: 1.0 Legal Notice Copyright 2015 Symantec Corporation. All rights reserved.

More information

Outlook Web App (OWA) Quick Start Guide

Outlook Web App (OWA) Quick Start Guide As we move to AD, Office365 and Outlook from our comfort zone of Novell and GroupWise, remember that you have been using Microsoft for a long time. Yes, Office is a Microsoft product. Since Outlook is

More information

Symantec Enterprise Vault Technical Note

Symantec Enterprise Vault Technical Note Symantec Enterprise Vault Technical Note Configuring Internal and External WebApp URLs for OWA 2007 SP4 and later Symantec Enterprise Vault: Configuring Internal and External WebApp URLs for OWA The software

More information

User Guide. DocAve Lotus Notes Migrator for Microsoft Exchange 1.1. Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration

User Guide. DocAve Lotus Notes Migrator for Microsoft Exchange 1.1. Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration User Guide DocAve Lotus Notes Migrator for Microsoft Exchange 1.1 Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration This document is intended for anyone wishing to familiarize themselves

More information

Outlook Web App User Guide

Outlook Web App User Guide Outlook Web App User Guide Outlook Web App (OWA) is the new version of the webmail system that enables you to access your email from home, or wherever you have an Internet connected computer. There are

More information

Outlook Plug In User Guide

Outlook Plug In User Guide Outlook Plug In User Guide InterCall, in partnership with JCS Technologies, provides an Outlook Plug In that allows you to quickly and easily create, edit and schedule meetings with pre defined information

More information

Personal Archiving in Exchange Online

Personal Archiving in Exchange Online Personal Archiving in Exchange Online IT Professional & Customer Helpdesk Feature Guide Exchange Online Personal Archiving Feature Guide - 12.3 Release Office 365 Dedicated & ITAR-Support Plans Revised:

More information

GFI Archiver Evaluation guide: Online Demo Evaluation Guide

GFI Archiver Evaluation guide: Online Demo Evaluation Guide GFI Archiver Evaluation guide: Online Demo Evaluation Guide EN The information and content in this document is provided for informational purposes only and is provided as is with no warranty of any kind,

More information

Symantec Enterprise Vault.cloud Compatibility List. March 13, 2015

Symantec Enterprise Vault.cloud Compatibility List. March 13, 2015 Symantec Enterprise Vault.cloud Compatibility List March 13, 2015 Symantec Enterprise Vault.cloud: Compatibility List Legal Notice Copyright 2015 Symantec Corporation. All rights reserved. Symantec, the

More information

Microsoft Office 365 online archive features and FAQs

Microsoft Office 365 online archive features and FAQs Microsoft Office 365 online archive features and FAQs 1 Contents Contents... 2 Purpose... 3 Document Support Boundaries... 3 Examples used in this document... 3 Office 365 Archive... 4 Office 365 Archive

More information

Managing Contacts in Outlook

Managing Contacts in Outlook Managing Contacts in Outlook This document provides instructions for creating contacts and distribution lists in Microsoft Outlook 2007. In addition, instructions for using contacts in a Microsoft Word

More information

Veritas Enterprise Vault. Setting up Exchange Server Archiving

Veritas Enterprise Vault. Setting up Exchange Server Archiving Veritas Enterprise Vault Setting up Exchange Server Archiving 12 Veritas Enterprise Vault: Setting up Exchange Server Archiving Last updated: 2015-12-09. Legal Notice Copyright 2015 Veritas Technologies

More information

Symantec Backup Exec 2012 Licensing Guide

Symantec Backup Exec 2012 Licensing Guide REPORT: SYMANTEC BACKUP EXEC 2012 LICENSING GUIDE........................................ Symantec Backup Exec 2012 Licensing Guide Who should read this paper Use this guide to learn how to license Symantec

More information

Athena Mobile Device Management from Symantec

Athena Mobile Device Management from Symantec Athena Mobile Device Management from Symantec Scalable, Secure, and Integrated Device Management for ios and Android Data Sheet: Endpoint Management and Mobility Overview The rapid proliferation of mobile

More information

Symantec ApplicationHA agent for Microsoft Exchange 2010 Configuration Guide

Symantec ApplicationHA agent for Microsoft Exchange 2010 Configuration Guide Symantec ApplicationHA agent for Microsoft Exchange 2010 Configuration Guide Windows on Hyper-V 6.1 February 2014 Symantec ApplicationHA agent for Microsoft Exchange 2010 Configuration Guide The software

More information

ACCESSING YOUR CHAFFEY COLLEGE E-MAIL VIA THE WEB

ACCESSING YOUR CHAFFEY COLLEGE E-MAIL VIA THE WEB ACCESSING YOUR CHAFFEY COLLEGE E-MAIL VIA THE WEB If a District PC has not been permanently assigned to you for work purposes, access your Chaffey College e-mail account via the Web (Internet). You can

More information

Outlook Web App. in Office 365. The Outlook Window. Signing In. (Outlook Exchange Faculty & Staff) Getting Started

Outlook Web App. in Office 365. The Outlook Window. Signing In. (Outlook Exchange Faculty & Staff) Getting Started Outlook Web App in Office 365 (Outlook Exchange Faculty & Staff) Getting Started The Outlook Window Navigation Bar Settings Navigation Pane View Pane Reading Pane Navigation Bar switch between Outlook,

More information

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide The software described in this book is furnished

More information

Amazon WorkMail. User Guide Version 1.0

Amazon WorkMail. User Guide Version 1.0 Amazon WorkMail User Guide Amazon WorkMail: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection

More information

VERITAS NetBackup 6.0

VERITAS NetBackup 6.0 VERITAS NetBackup 6.0 Backup, Archive, and Restore Getting Started Guide for UNIX, Windows, and Linux N15278C September 2005 Disclaimer The information contained in this publication is subject to change

More information

Wise Package Studio 8.0 MR1 Release Notes

Wise Package Studio 8.0 MR1 Release Notes Wise Package Studio 8.0 MR1 Release Notes Wise Package Studio 8.0 MR1 Release Notes The software described in this book is furnished under a license agreement and may be used only in accordance with the

More information

Symantec NetBackup 7.5 What s New and Version Comparison Matrix

Symantec NetBackup 7.5 What s New and Version Comparison Matrix Symantec NetBackup 7.5 What s New and Version Comparison Matrix Solution Overview: Data Protection While backup takes many forms, recovery shouldn t. Symantec NetBackup with V-Ray technology is the single

More information

Outlook Web App The Basics

Outlook Web App The Basics Outlook Web App (OWA) is accessible from any compatible web browser, on or off campus. It is available to all users of the UR Exchange 2010 email service. These basic instructions will get you started.

More information

OUTLOOK WEB APP (OWA): MAIL

OUTLOOK WEB APP (OWA): MAIL Office 365 Navigation Pane: Navigating in Office 365 Click the App Launcher and then choose the application (i.e. Outlook, Calendar, People, etc.). To modify your personal account settings, click the Logon

More information