Datatal Flexi Exchange Connector

Size: px
Start display at page:

Download "Datatal Flexi Exchange Connector"

Transcription

1 1 Datatal Flexi Exchange Connector Copyright 2015 Datatal AB. All rights reserved.

2 2 2 Copyright 2015 Datatal AB. All rights reserved

3 1 Synopsis... 2 The purpose of the Flexi Exchange Connector?... 2 What server configurations are supported by the Flexi Exchange Connector?.. 2 Functionality of the Flexi Exchange Connector?... 2 How does the user control divertion via Microsoft Outlook?... 3 Installation Configuration for Microsoft Exchange Configuration for Microsoft Exchange Configuration for Microsoft Exchange Configuration for Office Configurating the Flexi Exchange Connector Copyright 2015 Datatal AB. All rights reserved.

4 2 Synopsis The purpose of the Flexi Exchange Connector? The Flexi Exchange Connector makes it possible for a user to control divertions in Flexi Presentity with the aid of the Microsoft Outlook calendar. The communication between Flexi Exchange Connector and Microsoft Exchange is only one way, no data is sent to Microsoft Exchange making installation easy and secure in corporate networks. No installation is required on the Exchange server, only configuration is necessary. What server configurations are supported by the Flexi Exchange Connector? At present date Flexi Exchange Connector support installations with Microsoft Exchange 2007, Windows Small Business Server 2008, Microsoft Exchange 2010 SP1 and Office 365 All Microsoft Exchange configurations below are all supported: 1. One Microsoft Exchange server connected to one Flexi Presentity Server. 2. One Microsoft Exchange server with more than one Exchange domain connected to one Flexi Presentity Server. 3. More than one Microsoft Exchange server with different domains connected to one Flexi Presentity Server. 4. More than one Microsoft Exchange server with the same domain, frontend/backend connected to one Flexi Presentity Server. 5. One Microsoft Exchange domain connected to more than one Flexi Presentity Server. Functionality of the Flexi Exchange Connector? When a user updates their Microsoft Outlook calendar a transaction is sent to the Flexi Exchange Connector. Flexi Exchange Connector sends an alert to Flexi Diversion Manager which divert the users extension to Flexi, i.e. the users extension is diverted. 2 Copyright 2015 Datatal AB. All rights reserved

5 To activate a divertion in the Flexi system the user s calendar entry must be set to Busy in Microsoft Outlook. If the user chooses to set their calendar entry as Available the extension will not be diverted. This gives the user an option to control if a divertion of the extension should be activated by the calendar entry. When the extension is diverted it is visible to the user in all Flexi Presentity interfaces. In Presentity web an icon is visible indicating that the divertion is activated by the Flexi Exchange Connector. To enable the use of Flexi Exchange Connector a system license is required and also user configuration in Flexi AdmiTal Web. The function is activated for each specific user meaning that all users are not required to use this function. How does the user control divertion via Microsoft Outlook? By creating a calendar entry with the status Busy in Microsoft Outlook a divertion is automatically created in Flexi Presentity. To control presence status a trigger word is required in the Subject field in the calendar entry. If no trigger word is present the extension will still be diverted but with the presence status will be back... If more than one trigger word is present the first one will be used. As an administrator you can check in AdmiTal Web, Interceptioncodes, for which trigger words are available in the system. A user can create, delete, move or change activation time for calendar entries and the diversion will be change accordingly in Flexi Presentity. Note that if Cached Exchange Mode is activated in Microsoft Outlook updating the divertion may take a while due to the Exchange servers update intervals. A user can also control divertion of its colleague s extensions. This is achieved by creating a meeting in Microsoft Outlook. This requires that the invited colleague accepts the meeting for his/her extension to be diverted. If the time for the meeting is changed the invited colleague is required to accept again for the extension to be diverted at the new time. Copyright 2015 Datatal AB. All rights reserved. 3

6 4 When a future calendar entry is posted the divertion will not be visible in Flexi Presentity until the divertion is active, i.e. future divertions in Flexi Presentity via calendar entry are not supported in the current version. Installation Installing the Flexi Exchange Connector is done automatically when you install Flexi Presentity though a system license must be present to permit use of the function. To update an existing system with Flexi Exchange Connector you place an order for the function and then start Flexi License Setup found in the Windows start menu which then downloads the updated license. Flexi Exchange Connector is run as a NT service and can be found in Services on your Windows server. 1.1 Configuration for Microsoft Exchange 2007 For the Flexi Exchange Connector to be able to communicate with Microsoft Exchange a user is required in the Active Directory and that a mail box is created for that user in the Exchange Management Console. Account rights must be set for the Flexi Exchange Connector user, these are configured via the Microsoft Exchange Management Shell. The user must be assigned account rights for the function Impersonate in the Microsoft Exchange Server, i.e. the user is assigned rights for impersonating another user to be able to gather information from calendar entries and forward these to the Flexi Exchange Connector via Web Services. If there are more than one Active Directory in the domain the command must be run on each AD. With the command found below the account rights are assigned for the user flexiexchangeconnect. 4 Copyright 2015 Datatal AB. All rights reserved

7 Get-ExchangeServer where {$_.IsClientAccessServer -eq $TRUE} ForEach-Object { Add-ADPermission -Identity $_.distinguishedname -User (Get-User -Identity flexiexchangeconnect select-object).identity -extendedright ms-exch-epi- Impersonation } Account rights for the user to be allowed to use the Impersonate function on all users in Microsoft Exchange must also be assigned. If there are more than one Exchange server in the domain the command must be run on all Exchange servers. With the command found below the account rights are assigned for the user flexiexchangeconnect. Get-MailboxDatabase ForEach-Object { Add-ADPermission -Identity $_.DistinguishedName -User flexiexchangeconnect -ExtendedRights ms-exch-epi-may- Impersonate } 1.2 Configuration for Microsoft Exchange 2010 New-ManagementRoleAssignment Name:impersonationAssignmentName Role:ApplicationImperson ation User:serviceAccount -User = domain user -Name = FlexiConnector Copyright 2015 Datatal AB. All rights reserved. 5

8 6 Configuration for Microsoft Exchange 2013 Create a user with name flexi-exchange Goto Exchange Admin Center, login as admin Premissions and create a Adminrole 6 Copyright 2015 Datatal AB. All rights reserved

9 Add flexi-exchange account to a member of this role Save and exit Copyright 2015 Datatal AB. All rights reserved. 7

10 8 Configuration for Office 365 Exchange requirements - Role-Based Permissions - EWS Application Support Supported plans, P2, M, E1, E3, E4 Log in to Office 365 as an administrator and create a new user 8 Copyright 2015 Datatal AB. All rights reserved

11 Creates a new user with the name Datatal Exchange, DTConnector, see above. Remember password Copyright 2015 Datatal AB. All rights reserved. 9

12 10 Goto Exchange administration 10 Copyright 2015 Datatal AB. All rights reserved

13 Copyright 2015 Datatal AB. All rights reserved. 11

14 12 Then add a new admin role 12 Copyright 2015 Datatal AB. All rights reserved

15 Edit name and description and add a role Click on ApplicationImpersonation and add. Then OK Copyright 2015 Datatal AB. All rights reserved. 13

16 14 14 Copyright 2015 Datatal AB. All rights reserved

17 Add member FlexiConnector to this Role Copyright 2015 Datatal AB. All rights reserved. 15

18 16 Last Save the new role, can take a while for Office365 to create this new role. Just wait. 16 Copyright 2015 Datatal AB. All rights reserved

19 This completes the configuration of Office 365 Log in to AdmiTal Web on the Flexi Presentity server with the Sysop account Choose System -> Calendarintegration -> Servers -> New Enter information for the FlexiConnector account, see above. Do not forget to check the box AutoDiscover then click save AND don t forget to enter full account with domain Copyright 2015 Datatal AB. All rights reserved. 17

20 18 Then choose System -> Calendarintegration -> Rules -> New Choose Host: Office365 Rule: <Your Offie365 domain> Priority: 1 Press Save 18 Copyright 2015 Datatal AB. All rights reserved

21 Choose User -> Edit user, add the users and make sure Calendarintegration is checked Check the connection with Office 365 by choosing System -> Calendarintegration -> Active connections If there are information present in the field Watermark and Subscription id connection is established with Office 365 and ready for use Copyright 2015 Datatal AB. All rights reserved. 19

22 Configurating the Flexi Exchange Connector Configurating the Flexi Exchange Connector is done in the administrative interface Flexi AdmiTal Web. You must be logged in with the Sysop account to access the settings under System. 20 Copyright 2015 Datatal AB. All rights reserved

23 Hostname: Input hostname for the Exchange server that should be connected to the Flexi Exchange Connector. Username: Input username for the Flexi Exchange Connector user you created in Microsoft Exchange. Password: Input password for the Flexi Exchange Connector user you created in Microsoft Exchange. Domain: Input the Exchange domain where the Flexi Exchange Connector user is located. SSL Secure connection: Check this if you wish to use encrypted connection between the Flexi system and the Exchange server. Note that Microsoft Small Business Server only support SSL, therefor this option must be checked for the function to work. AutoDiscover: It is primarily used in environments consisting of more than one Exchange server. For example to simplify moving users between Exchange servers through centralising user profiles in Active Directory. Local webservice address: Input web service address used by the Flexi system to connect to the Exchange server. Copyright 2015 Datatal AB. All rights reserved. 21

24 22 This is only needed if for instance the Flexi server is behind a firewall or in a different network where the local address is not accessible to the Exchange server. Local webservice SSL: Check this if you wish to use encrypted connection between the Exchange server and the Flexi system when you have stated a local web service address. 22 Copyright 2015 Datatal AB. All rights reserved

25 Copyright 2015 Datatal AB. All rights reserved. 23

26 24 Host: Choose which Exchange server should be associated with the rule. Rule: State a rule that select in which Exchange server a specific address is located. In the example above the Flexi Exchange Connector connects to mail1.flexi.se if the address ends with support.flexi.se. addresses which for instance end with kundtjanst.flexi.se will use mail2.flexi.se instead. If the priority had been reversed the Flexi Exchange Connector would have connected to mail2.flexi.se for addresses ending with support.flexi.se as well. Priority: The higher the number the higher the priority. If two or more rules match an address the one with highest priority will be chosen. 24 Copyright 2015 Datatal AB. All rights reserved

Datatal Flexi Exchange Connector

Datatal Flexi Exchange Connector 1 Datatal Flexi Exchange Connector Copyright 2018 Datatal AB. All rights reserved. 2 2 Copyright 2018 Datatal AB. All rights reserved 1 Table of content Synopsis... 2 The purpose of the Flexi Exchange

More information

Integrating Handle with Exchange

Integrating Handle with Exchange Integrating Handle with Exchange Compatibility Handle will integrate with the following versions of Exchange. Exchange 2007 Exchange 2010 Exchange 2013 Office365 If your exchange server not hosted in house

More information

Administering ToutApp Exchange Reply Tracking

Administering ToutApp Exchange Reply Tracking Administering ToutApp Exchange Reply Tracking This document will walk you through everything you need to know about ToutApp s support for tracking replies to your Touted emails when using Microsoft s Exchange

More information

Help Sales Reps Sync Contacts and Events with Lightning Sync

Help Sales Reps Sync Contacts and Events with Lightning Sync Help Sales Reps Sync Contacts and Events with Lightning Sync Salesforce, Spring 17 @salesforcedocs Last updated: March 29, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce

More information

Help Sales Reps Sync Contacts and Events with Lightning Sync

Help Sales Reps Sync Contacts and Events with Lightning Sync Help Sales Reps Sync Contacts and Events with Lightning Sync Salesforce, Spring 18 @salesforcedocs Last updated: January 11, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce

More information

Helping Users Sync Contacts and Events with Exchange Sync (Beta)

Helping Users Sync Contacts and Events with Exchange Sync (Beta) Helping Users Sync Contacts and Events with Exchange Sync (Beta) Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce

More information

Help Sales Reps Sync Contacts and Events with Lightning Sync

Help Sales Reps Sync Contacts and Events with Lightning Sync Help Sales Reps Sync Contacts and Events with Lightning Sync Salesforce, Spring 19 @salesforcedocs Last updated: February 7, 2019 Copyright 2000 2019 salesforce.com, inc. All rights reserved. Salesforce

More information

Upgrading Good Messaging and Good Mobile Control

Upgrading Good Messaging and Good Mobile Control Good Mobile Messaging Server Version 8.3.2 (BDB Version) Good Mobile Control Server 2.7.0 for Microsoft Windows Exchange Upgrading Good Messaging and Good Mobile Control Updated: 03/29/16 1 Introduction...

More information

ws.good.com HTTPS /27 has been added to the outbound network hostnames for Good Operations Center.

ws.good.com HTTPS /27 has been added to the outbound network hostnames for Good Operations Center. Good Mobile Control Server Version 2.7.1 Good Mobile Messaging Server Version 7.2.3 for Microsoft Windows Exchange Upgrading Good For Enterprise Updated: 02/29/16 1 Introduction... 1 2 Pre-Upgrade Instructions...

More information

Upgrading Good Messaging and Good Mobile Control

Upgrading Good Messaging and Good Mobile Control Good Mobile Messaging Server Version 6.4.0 Good Mobile Control Server 1.3.5 for Microsoft Windows Exchange Upgrading Good Messaging and Good Mobile Control Updated: 03/06/12 1 Introduction... 1 2 Pre-Upgrade

More information

Microsoft Exchange for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1)

Microsoft Exchange for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1) Microsoft Exchange for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1) First Published: February 07, 2014 Last Modified: April 23, 2014 Americas Headquarters Cisco Systems,

More information

Microsoft Outlook Calendar Integration for the IM and Presence Service, Release 12.0(1)

Microsoft Outlook Calendar Integration for the IM and Presence Service, Release 12.0(1) Microsoft Outlook Calendar Integration for the IM and Presence Service, Release 12.0(1) First Published: 2017-08-17 Last Modified: 2017-12-22 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive

More information

User Manual. ARK for Exchange Server (ARKES)

User Manual. ARK for Exchange Server (ARKES) User Manual ARK for Exchange Server (ARKES) Last Updated: May 2018 Copyright 2018 Vyapin Software Systems Private Ltd. All rights reserved. This document is being furnished by Vyapin Software Systems Private

More information

Essentials Wizard Help - Configure Office 365

Essentials Wizard Help - Configure Office 365 For a list of Essentials options and setup instructions, see Step 1 - Set Up Essentials for Office 36 PowerShell Requirements The Essentials Wizard utilizes PowerShell scripts to quickly configure and

More information

Components Minimum Requirements Recommended Requirements. Computer and Processor 1 GHz processor or higher Processor or higher

Components Minimum Requirements Recommended Requirements. Computer and Processor 1 GHz processor or higher Processor or higher Page 1 1. Deployment Server Components Minimum Requirements Recommended Requirements Computer and Processor 1 GHz processor or higher 2 GHz Dual Core Processor or higher Memory 2 GB Ram or higher 4 GB

More information

Symprex Folder Permissions Manager

Symprex Folder Permissions Manager Symprex Folder Permissions Manager User's Guide Version 8.0.. Copyright 017 Symprex Limited. All Rights Reserved. Contents Chapter 1 1 Introduction 1 System Requirements Permissions Requirements Chapter

More information

Doc-Trak 2012 SyteLine Hold in Drafts Folder Setup Guide

Doc-Trak 2012 SyteLine Hold  in Drafts Folder Setup Guide Hold Email in Drafts Doc-Trak 2012 SyteLine 8.03.00 Hold Email in Drafts Folder Setup Guide 2980 Walker Drive, Green Bay, WI 54311 920.406.3030 www.lakeco.com Hold Email in Drafts Folder Setup Guide is

More information

Components Minimum Requirements Recommended Requirements Computer and Processor

Components Minimum Requirements Recommended Requirements Computer and Processor Deployment Server Components Minimum Requirements Recommended Requirements Computer and Processor 1 GHz processor or higher 2 GHz Dual Core Processor or higher Memory 2 GB Ram or higher 4 GB Ram or higher

More information

ADMINISTRATOR GUIDE. Find out how to configure GFI OneConnect in different environments, and learn how to set up advanced features.

ADMINISTRATOR GUIDE. Find out how to configure GFI OneConnect in different environments, and learn how to set up advanced features. ADMINISTRATOR GUIDE Find out how to configure GFI OneConnect in different environments, and learn how to set up advanced features. The information and content in this document is provided for informational

More information

Step 1 - Set Up Essentials for Office 365

Step 1 - Set Up Essentials for Office 365 The standalone Office 365 Standalone Email Security option is available for purchase only through the Barracuda Self-Service Gateway or Barracuda MSP. This article assumes you are deploying Barracuda Services

More information

Planning for Cisco Unified Presence Integration with Microsoft Exchange

Planning for Cisco Unified Presence Integration with Microsoft Exchange CHAPTER 1 Planning for Cisco Unified Presence Integration with Microsoft Revised: November 30, 2012 Microsoft Calendaring States on Cisco Unified Presence, page 1-1 Windows Security Policy Settings Certificate

More information

Deployment Readiness Guide

Deployment Readiness Guide InfoPoint Server Deployment Readiness Guide Contents 1. Before You Begin... 4 1.1 Hardware Requirements... 4 Arrive InfoPoint Server Deployment Readiness Guide 1.2 Software Requirements... 5 1.3 IIS Server

More information

Symprex Signature Manager

Symprex  Signature Manager Symprex Email Signature Manager User's Guide Version 7.0.0. Copyright 015 Symprex Limited. All Rights Reserved. Contents Chapter 1 1 Introduction System Requirements 3 Email Signature Manager Overview

More information

Dell On Demand Migration for . User Guide

Dell On Demand Migration for  . User Guide Dell Copyright 2017 Dell Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. Legend CAUTION: A CAUTION icon indicates potential damage

More information

Symprex Signature Manager

Symprex  Signature Manager Symprex Email Signature Manager User's Guide Version 8.0.1. Copyright 017 Symprex Limited. All Rights Reserved. Contents Chapter 1 1 Introduction System Requirements 3 Email Signature Manager Overview

More information

Integration with Exchange 2007/2010

Integration with Exchange 2007/2010 DME version 3.6 SP1 Integration with Exchange 2007/2010 Installing DME Created on 29-05-2012 Microsoft Exchange 2007/2010 Contents Integration with Microsoft Exchange 2007/2010 2 Active Directory preparation...

More information

Configuring Microsoft Outlook to Connect to Hosted Exchange Service

Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook for Hosted Exchange Service Version: 1.0 Updated on: April 27, 2011 Page 1 of 7 TABLE OF CONTENTS Configuring

More information

Step 1 - Set Up Essentials for Office 365

Step 1 - Set Up Essentials for Office 365 For each Barracuda Cloud Control account, you can have either a linked Barracuda Email Security Gateway appliance or a Barracuda Email Security Service subscription. You cannot use a single Barracuda Cloud

More information

Dell On Demand Migration for User Guide

Dell On Demand Migration for User Guide Dell On Demand Migration for Email 1.7.0 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under

More information

ExMixedFolders. Manual. Sven Ilius

ExMixedFolders. Manual. Sven Ilius ExMixedFolders Manual Sven Ilius 26.06.2017 Table of Contents Functional Overview... 1 User Scenarios... 3 Between folders... 3 Between Servers... 3 Exchange Online... 4 Global address book... 4 Import

More information

GOOGLE AND EXCHANGE CALENDAR SYNC INSTALLATION GUIDE. Version 2.0

GOOGLE AND EXCHANGE CALENDAR SYNC INSTALLATION GUIDE. Version 2.0 INSTALLATION GUIDE Version 2.0 DOCUMENT CONTROL DOCUMENT CONTROL Document Google and Exchange Calendar Sync Installation Guide Current Version Version Date Issued Pages Reason For Issue 2.0 Jan 2017 All

More information

RoomWizard Exchange Connector. Complete Implementation/Upgrade Guide Microsoft Exchange On-Premises Microsoft Office 365

RoomWizard Exchange Connector. Complete Implementation/Upgrade Guide Microsoft Exchange On-Premises Microsoft Office 365 RoomWizard Exchange Connector Complete Implementation/Upgrade Guide Microsoft Exchange On-Premises Microsoft Office 365 Table of Contents RoomWizard Exchange Connector... 1 Getting Started... 4 Before

More information

RoomWizard Exchange Connector. Complete Implementation Guide

RoomWizard Exchange Connector. Complete Implementation Guide RoomWizard Exchange Connector Complete Implementation Guide Exchange Connector Installation Before installing and configuring the Exchange Connector, you will need the following: Windows server with internet

More information

estos EWS Calendar Replicator

estos EWS Calendar Replicator estos EWS Calendar Replicator 6.2.3.1357 1 Welcome to the estos EWS Calendar Replicator... 4 2 Requirements... 5 3 Operating mode... 7 4 Installation... 8 5 Configuration... 9 6 UCServer connection...

More information

Configuration Guide for Exchange Reporter Plus

Configuration Guide for Exchange Reporter Plus Configuration Guide for Exchange Reporter Plus Table of Contents Welcome to Exchange Reporter Plus 3 Getting Started 4 System Requirements 4 Hardware Requirements Software Requirements Supported Platforms

More information

INTRODUCTION TO SKYPE FOR BUSINESS FOR MEETING. Before you set up your meeting, you will need to be signed in to Skype for Business.

INTRODUCTION TO SKYPE FOR BUSINESS FOR MEETING. Before you set up your meeting, you will need to be signed in to Skype for Business. INTRODUCTION TO SKYPE FOR BUSINESS FOR MEETING ORGANISERS This document is intended to help set up and use Skype for Business with a focus on teaching and learning activity. It will show you how to set

More information

Enterprise Vault.cloud Folder Sync 1.13 Administration Guide

Enterprise Vault.cloud Folder Sync 1.13 Administration Guide Enterprise Vault.cloud Folder Sync 1.13 Administration Guide Enterprise Vault.cloud: Folder Sync 1.13 Administration Guide Last updated: 2018-06-04. Legal Notice Copyright 2018 Veritas Technologies LLC.

More information

Group Calendar IBM. Installation and Configuration Manual. OnTime Group Calendar Exchange addendum Version 6.0.x

Group Calendar IBM. Installation and Configuration Manual. OnTime Group Calendar Exchange addendum Version 6.0.x Group Calendar IBM Installation and Configuration Manual OnTime Group Calendar Exchange addendum Version 6.0.x IntraVision ApS, 1997-2018 Trademarks OnTime is a registered community trademark (#004918124).

More information

MAPILab Search for Exchange. Administrator s Guide. Version 1.6

MAPILab Search for Exchange. Administrator s Guide. Version 1.6 MAPILab Search for Exchange Administrator s Guide Version 1.6 MAPILab, December 2016 Contents Introduction... 3 1. Product Overview... 4 2. Product Architecture and Basic Terms... 5 3. System Requirements...

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer AirWatch v9.1 Have documentation feedback? Submit

More information

WP INSTALLATION MANUAL. Synopsis This document gives you all the information you need to successfully install WonderPhone.

WP INSTALLATION MANUAL. Synopsis This document gives you all the information you need to successfully install WonderPhone. WP INSTALLATION MANUAL Synopsis This document gives you all the information you need to successfully install WonderPhone. ver 1.2 Copyright Datatal AB www.datatal.se Table of content 1. What is WonderPhone...

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange

Cisco TelePresence Management Suite Extension for Microsoft Exchange Cisco TelePresence Management Suite Extension for Microsoft Exchange Deployment Guide Version 4.0 D15111 02 September 2017 Contents Introduction 6 Prerequisites 7 Estimating your deployment size 7 Hardware

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer Workspace ONE UEM v9.7 Have documentation feedback?

More information

Exchange Migration Guide

Exchange Migration Guide IceWarp Unified Communications Exchange Migration Guide Version 12.0 Exchange Migration Guide 2 Contents Exchange Migration Guide... 4 Migration from MS Exchange to IceWarp Server... 4 How IceWarp Exchange

More information

Workspace ONE UEM Notification Service. VMware Workspace ONE UEM 1811

Workspace ONE UEM  Notification Service. VMware Workspace ONE UEM 1811 Workspace ONE UEM Email Notification Service VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer Workspace ONE UEM v9.4 Have documentation feedback?

More information

Administration Guide. SAP CRM Groupware Connector 7.0. SAP CRM 5.0 (as of SP09) SAP CRM 5.2 SAP CRM 2007 SAP CRM 7.0 (Including Enhancement Packages)

Administration Guide. SAP CRM Groupware Connector 7.0. SAP CRM 5.0 (as of SP09) SAP CRM 5.2 SAP CRM 2007 SAP CRM 7.0 (Including Enhancement Packages) Administration Guide SAP CRM Groupware Connector 7.0 SAP CRM 5.0 (as of SP09) SAP CRM 5.2 SAP CRM 2007 SAP CRM 7.0 (Including Enhancement Packages) Target Audience Consultants Administrators Public Document

More information

Getting started guide

Getting started guide GFI MailArchiver 6 for Exchange Getting started guide By GFI Software Ltd. http://www.gfi.com Email: info@gfi.com Information in this document is subject to change without notice. Companies, names, and

More information

MailDepot Importer. Version 1.6

MailDepot Importer. Version 1.6 MailDepot Importer Version 1.6 Copyright 2013 by REDDOXX GmbH REDDOXX GmbH Neue Weilheimer Str. 14 D-73230 Kirchheim Fon: +49 (0)7021 92846-0 Fax: +49 (0)7021 92846-99 E-Mail: info@reddoxx.com Internet:

More information

Administration Guide. SAP CRM Groupware Connector 7.0. SAP CRM 5.0 (as of SP09) SAP CRM 5.2 SAP CRM 2007 SAP CRM 7.0 (Including Enhancement Packages)

Administration Guide. SAP CRM Groupware Connector 7.0. SAP CRM 5.0 (as of SP09) SAP CRM 5.2 SAP CRM 2007 SAP CRM 7.0 (Including Enhancement Packages) Administration Guide SAP CRM Groupware Connector 7.0 SAP CRM 5.0 (as of SP09) SAP CRM 5.2 SAP CRM 2007 SAP CRM 7.0 (Including Enhancement Packages) Target Audience Consultants Administrators Public Document

More information

Hosted Microsoft Exchange Client Setup & Guide Book

Hosted Microsoft Exchange Client Setup & Guide Book Hosted Microsoft Exchange Client Setup & Guide Book Section 1 Microsoft Outlook Web Access (OWA) access directions Section 2 Windows 10 Mail App setup & configuration Section 3 Windows Mobile Phone ActiveSync

More information

Remote Support Security Provider Integration: RADIUS Server

Remote Support Security Provider Integration: RADIUS Server Remote Support Security Provider Integration: RADIUS Server 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks

More information

Farin Foresight/Insight RemoteApp Access Document last updated: 2/7/2017

Farin Foresight/Insight RemoteApp Access Document last updated: 2/7/2017 1 P a g e Farin Foresight/Insight RemoteApp Access Document last updated: 2/7/2017 In the event of any questions or issues, please contact our Farin Client Care team: Farin Financial Risk Management: 866-230-2161

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v6 Cloud Services Quick Start Guide Tuesday, 20 May 2014 1 P a g e X I A C o n f i g u r a t i o n C l o u d S e r v i c e s Contents Overview... 3 Creating

More information

Description. Problem: Scan to process is not completed when Microsoft Exchange Server 2007 is used as mail server.

Description. Problem: Scan to  process is not completed when Microsoft Exchange Server 2007 is used as mail server. Description This document describes the procedure necessary for performing a Scan to E-Mail when Microsoft Exchange Server 2007 is used. This procedure is necessary because new Security Features were added

More information

LastPass Enterprise Recommended Policies Guide

LastPass Enterprise Recommended Policies Guide LastPass Enterprise Recommended Policies Guide This document will help guide you through common scenarios and selecting policies to enable on your LastPass Enterprise account. We will not cover all policies

More information

Example - Reverse Proxy for Exchange Services

Example - Reverse Proxy for Exchange Services The reverse proxy redirects incoming requests from Microsoft Exchange Server services to clients without providing the origin details. This example configuration shows how to configure a reverse proxy

More information

Lab 1: Accessing the Linux Operating System Spring 2009

Lab 1: Accessing the Linux Operating System Spring 2009 CIS 90 Linux Lab Exercise Lab 1: Accessing the Linux Operating System Spring 2009 Lab 1: Accessing the Linux Operating System This lab takes a look at UNIX through an online experience on an Ubuntu Linux

More information

Persistent Data Transfer Procedure

Persistent Data Transfer Procedure This chapter describes exporting and importing Cisco Secure ACS, Release 5.5 or 5.6 data into Cisco ISE, Release 1.4 system using the migration tool. Exporting Data from Cisco Secure ACS, page 1 Analyzing

More information

Key Features: Learning Objectives: Table of Contents:

Key Features: Learning Objectives: Table of Contents: Key Features: Skype for Business is a communications platform available on Windows, Mac, and mobile devices. Skype for Business is designed to allow user interaction between colleagues and external contacts.

More information

Using AD360 as a reverse proxy server

Using AD360 as a reverse proxy server Using AD360 as a reverse proxy server www.manageengine.com/active-directory-360/ Table of Contents Document summary 1 What is a reverse proxy? 1 Configuring AD360 as a reverse proxy 2 Enabling a context-based

More information

ISEC7 Mobile Exchange Delegate

ISEC7 Mobile Exchange Delegate Android User Documentation 1 Create Master Account 4 2 Add Delegate Access 6 3 Add Shared Calendars 7 4 Synchronization 8 5 Managing Folders 9 5.1 Folders 9 5.2 Add Folder 10 6 Move Items 11 7 Categorize

More information

Sophos UTM Web Application Firewall For: Microsoft Exchange Services

Sophos UTM Web Application Firewall For: Microsoft Exchange Services How to configure: Sophos UTM Web Application Firewall For: Microsoft Exchange Services This guide explains how to configure your Sophos UTM 9.3+ to allow access to the relevant Microsoft Exchange services

More information

Setup Guide. Page 0

Setup Guide. Page 0 Email Setup Guide Page 0 Table of Contents Mailbox Setup Guide... 2 Before you Start... 2 Desktop Mail Clients... 3 Outlook 2016 setup... 3 Outlook 2013 setup... 7 Outlook 2010 setup... 12 Windows 10 Mail

More information

SSL VPN Web Portal User Guide

SSL VPN Web Portal User Guide The SSL VPN web portal provides easy access to your organization s web resources via the web browser on your desktop or mobile device. The SSL VPN web portal's responsive interface automatically detects

More information

Quick Configuration Guide For Exchange Reporter Plus

Quick Configuration Guide For Exchange Reporter Plus Quick Configuration Guide For Exchange Reporter Plus 1 Table of Contents Contents Page No. 1. Exchange Reporter Plus Overview 3 2. System Requirements Hardware Requirements Software Requirements Supported

More information

Security Provider Integration RADIUS Server

Security Provider Integration RADIUS Server Security Provider Integration RADIUS Server 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Windows Event Log Unified: Microsoft Exchange Access Auditing Supplemental Configuration Guide July 15, 2017 Supplemental Configuration Guide SmartConnector

More information

User Guide. Version: Add-On Products Roms Hule Vejle Denmark Phone: Fax:

User Guide. Version: Add-On Products Roms Hule Vejle Denmark Phone: Fax: User Guide Version: 6.4.17.0 Add-On Products Roms Hule 8 7100 Vejle Denmark Phone: +45 7944 7000 Fax: +45 7944 7001 Mail: info@add-on.com Internet: www.add-on.com No parts of this publication may be reproduced

More information

Contents. Egress Switch Administration Panel User Guide. Switch Administration Panel- Quick Start Guide

Contents. Egress Switch Administration Panel User Guide. Switch Administration Panel- Quick Start Guide Electronic Version Switch Administration Panel- Quick Start Guide Contents Contents... 1 Installing Switch to User s Machines... 2 Adding Organizational Units... 3 Inviting Users... 4 Egress Switch Administration

More information

OUTLOOK HOW DO I? 2013

OUTLOOK HOW DO I? 2013 OUTLOOK HOW DO I? Click on a Link to take you to that Section OUTLOOK - GENERAL... 2 GENERAL How Do I Navigate the 2010 Outlook Screen?... 2 GENERAL: How Do I Change the Reading Pane View?... 7 GENERAL:

More information

Solution Integration Guide for Multimedia Communication Server 5100/WLAN/Blackberry Enterprise Server

Solution Integration Guide for Multimedia Communication Server 5100/WLAN/Blackberry Enterprise Server Solution Integration Guide for Multimedia Communication Server 5100/WLAN/Blackberry Enterprise Server NN49000-302 Document status: Standard Document version: 0101 Document date: 24 May 2007 All Rights

More information

Vodacom One Net app Quick Start Guide For iphone

Vodacom One Net app Quick Start Guide For iphone Vodacom One Net app Quick Start Guide For iphone Contents What is the One Net app? 1 Installing the One Net app 2 Logging in and out 2 Logging in for the first time 2 Logging out 2 Changing display language

More information

Upgrading Good Mobile Control and Good Messaging

Upgrading Good Mobile Control and Good Messaging Good Mobile Messaging Server Version 8.3.2 (SQL Version) Good Mobile Control Server 2.7.0 for Microsoft Windows Exchange Upgrading Good Mobile Control and Good Messaging Updated: 03/29/16 1 Introduction...

More information

Exchange MAPI Support for CIC

Exchange MAPI Support for CIC Exchange MAPI Support for CIC Technical Reference 2018 R1 Last updated August 7, 2017 (See Change Log for summary of changes.) Abstract This document provides procedures for configuring the Microsoft Exchange

More information

Professional Mailbox Software Setup Guide

Professional Mailbox  Software Setup Guide Professional Mailbox Email Software Setup Guide Table of contents Download and Install Microsoft Outlook 2010 or 2011... 2 Enabling access from email software... 4 Setting up Outlook 2010... 6 Before you

More information

Calendar updated presence

Calendar updated presence Calendar updated presence Setting up MiCloud and Microsoft Exchange Server Table of Contents Copyright 2016 Mitel Networks Corporation 1. Preconditions and assumptions... 1 2. Presence synchronization

More information

Getting Started with Outlook Web App (OWA)

Getting Started with Outlook Web App (OWA) Getting Started with Outlook Web App (OWA) Office 365 User Guide When first accessing your new Office 365 account, or if you are having any issues with your regular email client, use the below directions

More information

Edge Cloud Powered by Extreme Reach

Edge Cloud Powered by Extreme Reach Edge Cloud Powered by Extreme Reach Log in to the Extreme Reach app at http://app.extremereach.com Once you log in, click on the Edge Cloud button page. to open the News Deliveries If you do not see the

More information

Group Calendar IBM. Installation and Configuration Manual. OnTime Group Calendar Exchange appendum Version 5.4.x

Group Calendar IBM. Installation and Configuration Manual. OnTime Group Calendar Exchange appendum Version 5.4.x Group Calendar IBM Installation and Configuration Manual OnTime Group Calendar Exchange appendum Version 5.4.x IntraVision ApS, 1997-2018 Trademarks OnTime is a registered community trademark (#004918124).

More information

Exchange Manager Admin Guide

Exchange Manager Admin Guide Version 4.3 March 14, 2018 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions

More information

Adding your IMAP Mail Account in Outlook 2013 on Windows

Adding your IMAP Mail Account in Outlook 2013 on Windows Adding your IMAP Mail Account in Outlook 2013 on Windows Replace example.co.za with your domain name as it was sent to you by Visualize IT 1. Launch Outlook 2. Select File on the top left menu bar 3. Select

More information

ZL UA Configuring Exchange 2010 for Archiving Guide. Version 7.0

ZL UA Configuring Exchange 2010 for Archiving Guide. Version 7.0 ZL UA Configuring Exchange 2010 for Archiving Guide Version 7.0 ZL Technologies, Inc. Copyright 2011 ZL Technologies, Inc.All rights reserved ZL Technologies, Inc. ( ZLTI, formerly known as ZipLip ) and

More information

How to Configure Impersonation for OneDrive for Business Data Sources

How to Configure Impersonation for OneDrive for Business Data Sources How to Configure Impersonation for OneDrive for Business Data Sources Before Getting Started Download and install the SharePoint Online Management Shell from the Microsoft Windows Download Center to a

More information

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook Sharing Microsoft Outlook Calendar and Contacts without Exchange Server 1 Table of Contents What is OfficeCalendar? Sharing Microsoft

More information

2016 TaxSlayer Pro Desktop. Logging in to the Program Usernames/Passwords

2016 TaxSlayer Pro Desktop. Logging in to the Program Usernames/Passwords 2016 TaxSlayer Pro Desktop Logging in to the Program Usernames/Passwords Contents Logging in to the Program... 2 First Time Logging In... 2 Forgot Username/Password Preparer... 4 Logging in as ADMIN...

More information

Google Calendar ID. School Calendar calendar@beautifulsaviorchurch.com This ID can be pasted into Other Calendars in the Google Calendar online to add the calendar directly into your Google Calendar. ical

More information

Outlook 2010 Setup Guide (POP3 Transmailaccess)

Outlook 2010 Setup Guide (POP3 Transmailaccess) Versions Addressed: Microsoft Office Outlook 2010 Document Updated: 7 /22/2013 Copyright 2012 Smarsh, Inc. All rights reserved. Purpose: This document will assist the end user in configuring Outlook 2010

More information

Backup using Quantum vmpro with Symantec Backup Exec release 2012

Backup using Quantum vmpro with Symantec Backup Exec release 2012 Backup using Quantum vmpro with Symantec Backup Exec release 2012 Step 1) If the vmpro appliance name and IP address are not resolved through DNS, update the Windows hosts file to include the IP address

More information

Installation guide for Choic Multi User Edition

Installation guide for Choic Multi User Edition Installation guide for ChoiceMail Multi User Edition March, 2004 Version 2.1 Copyright DigiPortal Software Inc., 2002 2004 All rights reserved ChoiceMail Multi User Installation Guide 1. Go to the URL

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange 5.2

Cisco TelePresence Management Suite Extension for Microsoft Exchange 5.2 Cisco TelePresence Management Suite Extension for Microsoft Exchange 5.2 Deployment Guide Last Updated: November 2017 Cisco Systems, Inc. www.cisco.com Introduction Introduction Cisco TelePresence Management

More information

SFB for Macintosh Conferencing Quick Reference Guide

SFB for Macintosh Conferencing Quick Reference Guide SFB for Macintosh Conferencing Quick Reference Guide Table of Contents Information for Online Meetings and Conference Calls... 3 Schedule a Phone Conference or Online Meeting... 4 Set Meeting Options...

More information

Mobile Access Guide Using WhatsUp Gold Mobile Access

Mobile Access Guide Using WhatsUp Gold Mobile Access Mobile Access Guide Using WhatsUp Gold Mobile Access Contents CHAPTER 1 Using WhatsUp Gold Mobile Access Managing WhatsUp Gold Mobile Access... 1 Accessing WhatsUp Gold from a mobile device... 2 CHAPTER

More information

Wireless Printing Updated 10/30/2008 POLICY. The use of Wireless Networking is not permitted at any site for full client/server networking of Taxwise.

Wireless Printing Updated 10/30/2008 POLICY. The use of Wireless Networking is not permitted at any site for full client/server networking of Taxwise. Updated 10/30/2008 POLICY Tax-Aide Wireless Printing Policy The use of Wireless Networking is not permitted at any site for full client/server networking of Taxwise. Wireless networking, for the purpose

More information

PMG mobile application

PMG mobile application PMG mobile application System overview Erik Kalström - Datatal AB 2011-11-08 This document describe how PMG communicate with CMG server PMG Application overview Summary: PMG application is a mobile application

More information

INTEGRATION TO MICROSOFT EXCHANGE Installation Guide

INTEGRATION TO MICROSOFT EXCHANGE Installation Guide INTEGRATION TO MICROSOFT EXCHANGE Installation Guide V44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER

More information

ISEC7 Mobile Exchange Delegate

ISEC7 Mobile Exchange Delegate ios User Documentation 1 License/Subscription 4 1.1 Free version 4 1.2 Activating company account 5 1.3 Premium Subscription 8 2 Create Master Account 16 3 Add Delegate Access 19 4 Add Shared Calendars

More information

Blackberry Enterprise Server Pre-installation and Checklist Guide

Blackberry Enterprise Server Pre-installation and Checklist Guide 1 Blackberry Enterprise Server Pre-installation and Checklist Guide Before installing the Blackberry Enterprise Server (BES) Server software, you must: 1. Check System Requirements 2. Set up a Domain User

More information

CompleteView Video Proxy User Manual. CompleteView Version 4.6.1

CompleteView Video Proxy User Manual. CompleteView Version 4.6.1 CompleteView Video Proxy User Manual CompleteView Version 4.6.1 Table of Contents Minimum System Requirements... 4 Installation... 5 Configuring the Video Proxy... 8 Add an Administrator Account... 10

More information

Outlook for ios/android App. Adding and Removing a Shared Calendar on Outlook for ios/android

Outlook for ios/android App. Adding and Removing a Shared Calendar on Outlook for ios/android Outlook for ios/android App Adding and Removing a Shared Calendar on Outlook for ios/android Table of Contents Sharing and Opening a Calendar on Outlook for ios/android... 3 Sharing a Calendar via the

More information