Skype for Business Configuration

Size: px
Start display at page:

Download "Skype for Business Configuration"

Transcription

1 Skype for Business Configuration Architecture Since Spring 2017, Imagicle Queue Manager Enterprise provides native integration with Microsoft Lync / Skype for Business, as a Trusted UCMA Application registered on Front End Server. Native Integration Requirements Microsoft Lync Server 2013 or Microsoft Skype for Business Server Imagicle Application Suite must be installed on Windows Server 2008 R2 with SP1 64 bit or newer (32 bit not supported). The Imagicle AppSuite server must be joined to the Microsoft Lync/SfB Active Directory domain. Configuration Task List The main configuration steps are: 1. Configure once the Imagicle Application Suite machine 2. Configure once Microsoft Lync/Skype for Business server 3. Configure once Queue Manager Enterprise Trusted Application 4. Configure call routing on Microsoft Lync/Skype for Business 1. Imagicle Server Configuration Imagicle server needs to be configured once, through these steps: 1. Install UCMA Runtime Join Active Directory Domain 3. Install Certificate Install UCMA Runtime 4.0 Imagicle Queue Manager Enterprise with Microsoft Lync / SfB native integration needs Microsoft UCMA version 4.0 runtime installed. You must download it here and install it on Imagicle Application Server. Note: Microsoft UCMA version 4.0 is compatible with Microsoft Lync 2013 and Microsoft SfB Do not install newer versions of Microsoft UCMA. Note: while QME requires UCMA 4.0, presence integration with Microsoft Lync / SfB requires UCMA 3.0, that is not replaced by UCMA 4.0. So, if you plan to use both QME and Presence, you have to install UCMA 4.0 Runtime first, then UCMA 3.0 Runtime. Join Active Directory Domain Skype for Business Configuration 1/8 Skype for Business Configuration

2 Imagicle Server must be joined to the Microsoft Lync / SfB Server domain in order to integrate Queue Manager Enterprise as UCMA Trusted Application. Install your Certificate Imagicle Queue Manager Enterprise Trusted Application needs to establish a secure Mutual Transport Layer Security (MTLS) connection to Microsoft Lync / SfB Front End Server. Hence, you have to get a Web Server certificate from the network Certification Authority and install it as a computer certificate on the Application Suite server. Certificate enrollment 1. Log in to the Imagicle Application Server as an administrator with permission to Enroll for a Web Server Certificate (e.g. a Domain Administrator).. 2. Click the Start button, then Run, type cmd.exe, right click over Command Prompt and click on Run as administrator 3. In the Command prompt shell, type mmc.exe. 4. Open the File menu and select Add/Remove snap-in. 5. In the Add or Remove Snap-ins window, select Certificates, and click Add. 6. Choose Computer Account, and click Next. 7. Choose Local Computer, and then Finish. 8. Click OK on the Add or Remove Snap-ins window. 9. Expand Certificates. 10. Expand Trusted Root Certification Authorities and click Certificates. Make sure the root certificate is present for the Enterprise Certificate Authority in the domain. 11. Right-click Personal and select All Tasks, then Request New Certificate. 12. Click Next. 13. If prompted to select a Certificate Enrollment Policy, select one under the category of Configured by your administrator. Click Next. 14. Select Web Server (If Web server is unavailable see the WebServer certificate section), and click the link for More information is required to enroll for this certificate. Click here to configure settings. 15. Click the Subject tab. 16. For Microsoft Lync Server 2010/2013/SfB: 1. Under the Subject Name section, change the Type to Common Name, and change the Value of the Fully Qualified Domain Name of the Microsoft Lync / SfB Server Pool (e.g. sfb.mydomain.com), and then click Add. 2. Under the Alternative Name Section, change the Type to DNS, and change the Value to the Fully Qualified Domain Name of the Microsoft Lync / SfB Server Pool (e.g. sfb.mydomain.com), and then click Add. 3. Again, under the Alternative Name Section, leave the Type specified as DNS, and change the Value to the Fully Qualified Domain Name of the server hosting the Imagicle Application Suite (e.g. ias.mydomain.com). 4. Click Add. 17. Click the General tab. 18. Type OCSConnector for the Friendly Name, then click Apply, and OK. 19. On the Certificate Enrollment window, click Enroll. 20. Verify that the STATUS is Succeeded, and click Finish. WebServer certificate If there is no available WebServer certificate, you have to create it. 1. On the CA computer, click Start, type certtmpl.msc, and then press ENTER. 2. In the contents pane, right-click the Web Server template, and then click Properties. 3. Click the Security tab, and then click Add. 4. Click Object Types 5. Flag Computers checkbox 6. In Enter the object names to select, type the name of Imagicle Application Suite Server, and then click OK. 7. In Permissions, click Enroll under Allow, and then click OK. 2. Microsoft Lync / Skype for Business Server Configuration Skype for Business Configuration 2/8 Skype for Business Configuration

3 A trusted application requires an entry in the Microsoft Lync / SfB Server topology document that specifies the computers on which the application runs. The main steps to configure Microsoft Lync / SfB Server are: 1. Create a Trusted Application Pool for Imagicle Server 2. Create a Trusted Application for Imagicle Queue Manager Enterprise 3. Enable modification to the topology On a Microsoft Lync / SfB Server node open the "Lync / SfB Server Management Shell" and execute all commands explained in this section. Create a Trusted Application Pool for Imagicle Server First of all, the Imagicle Server must be configured as a Trusted Application Pool server within Microsoft Lync / SfB topology. You can skip this step if you have already configured a Trusted Application Pool to activate Presence integration through Trusted Application End Point. To check whether a Trusted Application Pool already exists for Imagicle AppSuite server, execute command: Get-CsTrustedApplicationPool -Identity fqdn-imagicleapplicationserver If you get an error, the Trusted Application Pool does not exist. You can create it executing the following command: New-CsTrustedApplicationPool -Identity fqdn-imagicleapplicationserver -Site site-imagicleapplicationserver -registrar Create a Trusted Application for Imagicle Queue Manager Enterprise To configure Queue Manager Enterprise as a Trusted Application within Microsoft Lync / SfB, execute the following command: New-CSTrustedApplication -ApplicationId ImagicleQME -TrustedApplicationPoolFqdn fqdn-imagicleapplicationserver -Port This will return a result similar to: Identity: fqdn-imagicleapplicationserver/urn:application:imagicleqme ComputerGruus: {fqdn-imagicleapplicationserver sip:fqdn-imagicleapplicationserver@yourdomain.com;opaque=srvr:imagicle ServiceGruu: sip:fqdn-imagicleapplicationserver@yourdomain.com;opaque=srvr:imagicleqme:atifa-vpofo2x9rrbueopqaa Protocol: Mtls ApplicationId: urn:application:imagicleqme TrustedApplicationPoolFqdn: fqdn-imagicleapplicationserver Port: LegacyApplicationName: ImagicleQME Copy the ServiceGruu information and paste into a temporary text file - this will be required later, in step "Queue Manager Enterprise Trusted Application Configuration". Copy also ApplicationId, that is needed to execute the next command. Choose a SIP address (like sip:imagicleqme@yourdomain.com) and a Display Name (like Imagicle ACD) to be assigned to Queue Manager Enterprise, and execute the following command: New-CSTrustedApplicationEndpoint -TrustedApplicationPoolFqdn fqdn-imagicleapplicationserver -ApplicationId urn:applic Enable modification to the topology To apply all above modifications, execute command: Skype for Business Configuration 3/8 Skype for Business Configuration

4 Enable-CsTopology 3. Queue Manager Enterprise - Trusted Application Configuration The Trusted Application configuration returned some values that must be inserted into Imagicle Queue Manager Enterprise. Login into Imagicle Application Suite web portal as a user with global administrative privilege for Queue Manager Enterprise. Go to ACD, Skype for Business Settings web page and fill all the following fields: Skype for Business server: enter the fully qualified domain name of Microsoft Lync / SfB server Application Contact Uri: enter the SIP URI used to configure the Trusted Application (e.g. sip:imagicleqme@yourdomain.com) Application GRUU: enter the ServiceGruu value returned by New-CSTrustedApplication command Certificate Name: enter the Friendly Name of the certificate installed on Imagicle server Application Host: it must matche the value used for the Identity parameter in New-CsTrustedApplicationPool command Application Port: it must match the Port value returned by New-CSTrustedApplication command By pressing Save button, configuration will be saved and applied. Call routing on Microsoft Lync/Skype for Business In order to route calls from Microsoft Lync / SfB Front End Server to Imagicle Queue Manager Enterprise, Imagicle provides SfbImagicleRouting, that is an MSPL script to be installed as Server Application into Lync / SfB Front End server. SfbImagicleRouting intercepts SIP INVITE requests processed by the Microsoft Lync / SfB Front End Server. It will compare the destination number of each request with a list of telephone number prefixes configured in a given file. If a match is found, the call will be re-routed to the corresponding destination configured in the same file. Otherwise, the call will be ignored by SfbImagicleRouting and routed according to Microsoft Lync / SfB dial plan. The configuration steps are: 1. Install SfbImagicleRouting as Server Application on Front End Server 2. Configure routing to Imagicle Queue Manager Enterprise 3. Verify Server Application Call Routing Install SfbImagicleRouting as Server Application on Front End Server Login into Imagicle Application Suite web portal as a user with global administrative privilege for Queue Manager Enterprise. Go to ACD, Skype for Business Settings web page and click button to download "MSPL routing script". Move the downloaded zip archive to Microsoft Lync / SfB Front End Server and extract its content in a folder, e.g. C:\SfbImagicleRouting. Open the "Lync / SfB Server Management Shell" and execute the following command (pay attention to adjust both the FQDN of Front End node and the -ScriptName parameter value with the folder where you extracted SfbImagicleRouting (e.g. C:\SfbImagicleRouting): New-CsServerApplication -Identity "Service:Registrar:fqdn-sfbRegistrar/SfbImagicleRouting" -Uri " In order to assign the correct priority to SfbImagicleRouting Server Application, execute the following command (pay attention to adjust the FQDN of Front End node): Get-CsServerApplication -Identity Service:Registrar:fqdn-sfbRegistrar/UserServices Skype for Business Configuration 4/8 Skype for Business Configuration

5 This will return a result similar to: Identity : Service:Registrar:fqdn-sfbRegistrar/UserServices Priority : 4 Uri : Name : UserServices... Copy the Priority value into the next command to execute (pay attention to adjust the FQDN of Front End node): Set-CsServerApplication -Identity "Service:Registrar:fqdn-sfbRegistrar/SfbImagicleRouting"-Priority 4 As a result, the SfbImagicleRouting Server Application will have an higher priority than UserService Server Application (i.e. when processing a SIP request, the Front End Server will execute SfbImagicleRouting application before UserService application). Open the "Lync / SfB Server Control Panel" and select Topology, Server Application: in the Server Application list, check that SfbImagicleRouting is positioned just above UserService application: Configure routing to Imagicle Queue Manager Enterprise On Microsoft Lync / SfB Front End server, go to the same folder where SfbImagicleRouting has been extracted (e.g. C:\SfbImagicleRouting) and open file SfbImagicleRouting.csv with a text editor. Skype for Business Configuration 5/8 Skype for Business Configuration

6 This is a simple CSV file where you must add a line (leaving untouched the first line) for each numbering range you need to route to Queue Manager Enterprise. For each numbering range you need to route to Queue Manager Enterprise, add a line made of: 1. Prefix: the telephone number prefix that has to be matched within call's destination number 2. the comma character 3. GRUU: the ServiceGruu of the Trusted Application which the call will be routed to. Insert the value returned by New-CSTrustedApplication command For example, given a file like this: Prefix,EndPointGruu 80,sip:fqdn-ImagicleApplicationServer@yourdomain.com;opaque=srvr:ImagicleQME:atifA-VpOFO2x9rrBUEoPQAA 81,sip:fqdn-ImagicleApplicationServer@yourdomain.com;opaque=srvr:ImagicleQME:atifA-VpOFO2x9rrBUEoPQAA SfbImagicleRouting will route to the Trusted Application identified by the specified GRUU all calls whose destination number starts with 80 or with 81. Verify Server Application Call Routing In order to verify that SfbImagicleRouting is properly triggered by Microsoft Lync / SfB Front End, place a call from a Lync / SfB client to a number that is expected to be routed to Queue Manager Enterprise. Then open Microsoft Windows Event Registry; in the left side panel, select "Lync Server" section, you should find either 1 or 2 entries with Source "LS Applications Module". The first event logs basic call information, such as the destination number. This means that Microsoft Lync / SfB Front End is properly executing SfbImagicleRouting Server Application. If this event does not exist, it means that Microsoft Lync / SfB Front End is not executing SfbImagicleRouting. Please, review paragraph "Installation". Skype for Business Configuration 6/8 Skype for Business Configuration

7 If there is just one event with Source "LS Applications Module", it means that the called destination number did not match any prefix configured in SfbImagicleRouting.csv file. Please, review paragraph "Configure routing". Otherwise, the second event logs the final destination to which the call has been routed by SfbImagicleRouting and ensures that SfbImagicleRouting is being properly executed and has been correctly configured. Skype for Business Configuration 7/8 Skype for Business Configuration

8 Skype for Business Configuration 8/8 Skype for Business Configuration

Configuration for Microsoft Presence

Configuration for Microsoft Presence Configuration for Microsoft Presence Architecture Imagicle Presence Service connects directly to Microsoft Lync / SfB Frontend Service through Microsoft UCMA API. Requirements Imagicle presence service

More information

Presence Service Configuration

Presence Service Configuration Presence Service Configuration 28 Mar 2019 TM and copyright 2010-2019 Imagicle spa Table of Contents Presence Service Configuration...1/13 Imagicle Presence Service Configuration...1/13 Configuration for

More information

Advanced Configuration

Advanced Configuration Advanced Configuration 31 Mar 2019 TM and copyright 2010-2019 Imagicle spa Table of Contents Advanced Configuration...1/41 The Backup/Restore Tool...1/41 Basic Troubleshooting...5/41 Bitlocker Driver Encryption...7/41

More information

Multimedia C onnector for Skype for Business Configuration of Microsoft Skype for Business platform

Multimedia C onnector for Skype for Business Configuration of Microsoft Skype for Business platform Multimedia C onnector for Skype for Business Configuration of Microsoft Skype for Business platform 1. Executive Summary This paper describes how to configure Microsoft Skype for Business or Lync 2013

More information

Skype for Business Configuration for Partitioned Intradomain Federation

Skype for Business Configuration for Partitioned Intradomain Federation Skype for Business Configuration for Partitioned Intradomain Federation Skype for Business Intradomain Federation, page 1 Skype for Business Intradomain Federation Task Flow, page 1 Skype for Business

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide BEMS in a Good Control and Good Proxy environment Version 2.6.5.9 Published: 2017-11-22 SWD-20180309145401649 Contents About this guide... 10 What is BEMS?... 11 Installing

More information

Interdomain Federation to Microsoft Lync

Interdomain Federation to Microsoft Lync within an Enterprise, page 1 Configuration Task Flow for Microsoft Lync Federation, page 2 within an Enterprise Figure 1: Interdomain Federation to Microsoft Server within an Enterprise When the Microsoft

More information

Configuration of Microsoft Live Communications Server for Partitioned Intradomain Federation

Configuration of Microsoft Live Communications Server for Partitioned Intradomain Federation Configuration of Microsoft Live Communications Server for Partitioned Intradomain Federation Domain Verification for LCS Servers, page 1 Enable Port 5060 on LCS Server, page 1 Configure a LCS Static Route

More information

estos CallControlGateway

estos CallControlGateway estos CallControlGateway 5.0.41.35034 1 Welcome to estos CallControlGateway... 5 1.1 Installation notes... 6 2 Configure Live Communications Server... 7 2.1 Static Route for TCP... 7 2.2 Static Route for

More information

OCS MobileStatus Installation and Configuration Guide

OCS MobileStatus Installation and Configuration Guide OCS MobileStatus Installation and Configuration Guide Release 2.5 OCS MobileStatus Installation and Configuration Guide, 2.5 2012-12-04 Page 1 of 40 BluePosition ApS - SCION-DTU - Diplomvej 376-2800 Lyngby

More information

Step-by-step installation guide for monitoring untrusted servers using Operations Manager

Step-by-step installation guide for monitoring untrusted servers using Operations Manager Step-by-step installation guide for monitoring untrusted servers using Operations Manager Most of the time through Operations Manager, you may require to monitor servers and clients that are located outside

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide BEMS in a BlackBerry UEM environment Version 2.6.5.9 Published: 2018-02-19 SWD-20180310104412185 Contents About this guide... 9 What is BEMS?... 10 Preinstallation

More information

Spectralink IP-DECT Server 400 and 6500 and Microsoft Lync Server Configuration Guide

Spectralink IP-DECT Server 400 and 6500 and Microsoft Lync Server Configuration Guide Spectralink IP-DECT Server 400 and 6500 Spectralink IP-DECT Server 400 and 6500 and Microsoft Lync Server Configuration Guide Using a Spectralink IP-DECT Server 400 or Spectralink IP-DECT Server 6500 in

More information

SIP Phone Support (SPS)

SIP Phone Support (SPS) Quick Start Guide AudioCodes One Voice for Microsoft Skype for Business SIP Phone Support (SPS) Version 3.00 Quick Start Guide Contents Table of Contents 1 Introduction... 9 1.1 About SPS for Skype for

More information

GlobalMeet Audio for Skype for Business. Administrator Guide

GlobalMeet Audio for Skype for Business. Administrator Guide GlobalMeet Audio for Skype for Business Administrator Guide Revised: February 2017 Contents Introduction... 3 Before You Begin... 3 System Requirements... 3 What s New in This Guide... 3 Set Up GlobalMeet

More information

SCCM Plug-in User Guide. Version 3.0

SCCM Plug-in User Guide. Version 3.0 SCCM Plug-in User Guide Version 3.0 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave

More information

Configuring LCS and MPS J3 for SIP

Configuring LCS and MPS J3 for SIP Configuring LCS and MPS J3 for SIP TANDBERG D50429, Rev 1.0 This document is not to be reproduced in whole or in part without the permission in writing from: TANDBERG Table of Contents 1. SIP...3 2. CONFIGURING

More information

Installation Guide. BEMS in a BlackBerry UEM environment. Version

Installation Guide. BEMS in a BlackBerry UEM environment. Version Installation Guide BEMS in a BlackBerry UEM environment Version 2.8.7.21 Published: 2018-03-26 SWD-20180321100611238 Contents About this guide... 5 What is BEMS?... 6 Preinstallation checklists... 8 BlackBerry

More information

Microsoft Skype for Business Deployment Guide. Multimedia Connector for Skype for Business 8.5.0

Microsoft Skype for Business Deployment Guide. Multimedia Connector for Skype for Business 8.5.0 Microsoft Skype for Business Deployment Guide Multimedia Connector for Skype for Business 8.5.0 6/27/2018 Table of Contents Multimedia Connector for Skype for Business Deployment Guide 4 Architecture 6

More information

Interoperability Guide

Interoperability Guide Spectralink IP-DECT Server 200/400/6500 Interoperability Guide Microsoft Lync/Skype for Business Server Copyright Notice 2013-2018 Spectralink Corporation All rights reserved. Spectralink TM, the Spectralink

More information

Chime for Lync High Availability Setup

Chime for Lync High Availability Setup Chime for Lync High Availability Setup Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation

More information

Interoperability Guide

Interoperability Guide Spectralink IP-DECT Server 200/400/6500 Interoperability Guide Microsoft Lync/Skype for Business Server Copyright Notice 2013-2018 Spectralink Corporation All rights reserved. Spectralink TM, the Spectralink

More information

Configure Cisco Meeting Server and Skype for Business

Configure Cisco Meeting Server and Skype for Business Configure Cisco Meeting Server and Skype for Business Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram Callbridge Certificates Outbound rules DNS Records Verify

More information

Pexip Infinity. Microsoft Lync / Skype for Business Deployment Guide

Pexip Infinity. Microsoft Lync / Skype for Business Deployment Guide Pexip Infinity Microsoft Lync / Skype for Business Deployment Guide Software Version 14 Document Version 14.a January 2017 Contents Introduction 5 Architecture overview 5 On-prem deployment 5 Public DMZ

More information

T-Server and CSTA Connector General Deployment

T-Server and CSTA Connector General Deployment T-Server and CSTA Connector General Deployment This chapter contains general information for the deployment, configuration, and installation of your T-Server. You may have to complete additional configuration

More information

Planning, Deploying, and Monitoring Mobility Microsoft Lync Server 2010

Planning, Deploying, and Monitoring Mobility Microsoft Lync Server 2010 Microsoft Lync Server 2010 Published: March 2012 This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without

More information

Algo Lync Interface for 8180 SIP Audio Alerter User Guide

Algo Lync Interface for 8180 SIP Audio Alerter User Guide Algo Lync Interface for 8180 SIP Audio Alerter User Guide Introduction The Algo Lync Interface uses the Microsoft UCMA 4.0 framework to enable Algo 8180 SIP Audio Alerter devices to register indirectly

More information

Configuring EAP for Wireless Network Connectivity By Victor Zapata

Configuring EAP for Wireless Network Connectivity By Victor Zapata Configuring EAP for Wireless Network Connectivity By Victor Zapata Requirements: 1. Windows 2000 Domain Controller Service Pack 2 with hotfixes Q306260 and Q304347 OR Service Pack 3 2. Enterprise Certificate

More information

Hands-On Lab. Introduction to the Unified Communications Managed API 3.0. Lab version: 1.0 Last updated: 12/17/2010

Hands-On Lab. Introduction to the Unified Communications Managed API 3.0. Lab version: 1.0 Last updated: 12/17/2010 Hands-On Lab Introduction to the Unified Communications Managed API 3.0 Lab version: 1.0 Last updated: 12/17/2010 CONTENTS OVERVIEW... 3 System Requirements 3 EXERCISE 1: PROVISION AN APPLICATION ENDPOINT

More information

Remote Call Control with Microsoft Lync Server for IM and Presence Service on Cisco Unified Communications Manager, Release 11.

Remote Call Control with Microsoft Lync Server for IM and Presence Service on Cisco Unified Communications Manager, Release 11. Remote Call Control with Microsoft Lync Server for IM and Presence Service on Cisco Unified Communications First Published: June 08, 2015 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive

More information

Pexip Infinity. Microsoft Lync / Skype for Business Deployment Guide

Pexip Infinity. Microsoft Lync / Skype for Business Deployment Guide Pexip Infinity Microsoft Lync / Skype for Business Deployment Guide Software Version 16 Document Version 16.a August 2017 Contents Introduction 5 Architecture overview 5 On-premises deployment 5 Public

More information

User Guide. 3CX Enhanced Billing Codes. Version

User Guide. 3CX Enhanced Billing Codes. Version User Guide 3CX Enhanced Billing Codes Version 15.5.54 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced or

More information

This PDF Document was generated for free by the Aloaha PDF Suite If you want to learn how to make your own PDF Documents visit:

This PDF Document was generated for free by the Aloaha PDF Suite If you want to learn how to make your own PDF Documents visit: INSTALLING AND CONFIGURING A WINDOWS SERVER 2003 ENTERPRISE CERTIFICATION AUTHORITY Certification Authorities can issue certificates to users and computers for a variety of purposes. In the context of

More information

User Guide. 3CX Enhanced Billing Codes. Version

User Guide. 3CX Enhanced Billing Codes. Version User Guide 3CX Enhanced Billing Codes Version 15.5.54 "Copyright VoIPTools, LLC 2011-2017" Information in this document is subject to change without notice. No part of this document may be reproduced or

More information

Management Guide NetIQ AppManager for Microsoft Lync. Jan 2017

Management Guide NetIQ AppManager for Microsoft Lync. Jan 2017 Management Guide NetIQ AppManager for Microsoft Lync Jan 2017 Legal Notice For information about NetIQ legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government

More information

S/MIME on Good for Enterprise MS Online Certificate Status Protocol. Installation and Configuration Notes. Updated: November 10, 2011

S/MIME on Good for Enterprise MS Online Certificate Status Protocol. Installation and Configuration Notes. Updated: November 10, 2011 S/MIME on Good for Enterprise MS Online Certificate Status Protocol Installation and Configuration Notes Updated: November 10, 2011 Installing the Online Responder service... 1 Preparing the environment...

More information

Skype for Business Operational Guide

Skype for Business Operational Guide Skype for Business Operational Guide Prepared by: Mohammad Asmayal Jawad https://ca.linkedin.com/in/asmayal 2017 Table of Contents Skype Administration Portal Path... 3 Manage user accounts for Skype for

More information

VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP. For VMware AirWatch

VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP. For VMware AirWatch VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP For VMware AirWatch H a v e d o c u m e n t a t io n f e e d b a c k? S u b m it a D o c u m e n t a t io n F e e d b a c k s u p p o

More information

Cisco VCS and Microsoft Lync

Cisco VCS and Microsoft Lync Cisco VCS and Microsoft Lync Deployment Guide First Published: October 2008 Last Updated: February 2016 Cisco VCS X8.7 Microsoft Lync 2010, Lync 2013 Cisco Systems, Inc. www.cisco.com Preface Preface Change

More information

Pexip Infinity. Microsoft Lync / Skype for Business Deployment Guide

Pexip Infinity. Microsoft Lync / Skype for Business Deployment Guide Pexip Infinity Microsoft Lync / Skype for Business Deployment Guide Software Version 13 Document Version 13.a October 2016 Contents Introduction 5 Architecture overview 5 On-prem deployment 5 Public DMZ

More information

Algo Lync Interface for SIP Audio Alerter User Guide

Algo Lync Interface for SIP Audio Alerter User Guide Algo Lync Interface for 8180 SIP Audio Alerter User Guide Introduction The Algo Lync Interface enables Algo 8180 SIP Audio Alerter devices to register indirectly to the Lync server by registering on behalf

More information

Copyright

Copyright This video will look at creating a relying party trust in Active Directory Federation Services. A relying party trust is required in order to create claims that will be used by the resource partner. In

More information

Internet Script Editor

Internet Script Editor ISE Application, page 1 ISE Functionality, page 1 ISE Requirements, page 2 TLS Requirements for ISE, page 2 ISE Installation and Upgrades, page 5 Troubleshooting Tools for, page 7 ISE Application You can

More information

Cisco VCS and Microsoft Infrastructure

Cisco VCS and Microsoft Infrastructure Cisco VCS and Microsoft Infrastructure Deployment Guide First Published: October 2008 Last Updated: July 2016 Cisco VCS X8.8 Microsoft Lync 2010, Lync 2013 Skype for Business Server 2015 Cisco Systems,

More information

User Management Pack 365

User Management Pack 365 Installation and Administration Manual AudioCodes One Voice for Microsoft Skype for Business User Management Pack 365 Version 7.8 Installation and Administration Guide Contents Table of Contents 1 Introduction...

More information

estos XMPP Proxy

estos XMPP Proxy estos XMPP Proxy 5.1.110.44786 1 Welcome to estos XMPP Proxy...4 1.1 System requirements...4 1.2 WAN Settings...5 1.3 LAN Settings...6 1.4 Certificate Configuration...6 1.5 Diagnostics...6 1.6 Proxy Service...7

More information

Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server

Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server Configure a Presence Gateway for Microsoft Exchange Integration, page 1 SAN and Wildcard Certificate Support, page

More information

Secure IIS Web Server with SSL

Secure IIS Web Server with SSL Publication Date: May 24, 2017 Abstract The purpose of this document is to help users to Install and configure Secure Socket Layer (SSL) Secure the IIS Web server with SSL It is supported for all EventTracker

More information

Password Reset Server Installation

Password Reset Server Installation Password Reset Server Installation Vista/Server 08 and Windows 7/Server 2008 R2 Table of Contents I. Requirements... 4 A. System Requirements... 4 B. Domain Account Requirements... 5 C. Recommendations...

More information

Cisco Secure ACS for Windows v3.2 With PEAP MS CHAPv2 Machine Authentication

Cisco Secure ACS for Windows v3.2 With PEAP MS CHAPv2 Machine Authentication Cisco Secure ACS for Windows v3.2 With PEAP MS CHAPv2 Machine Authentication Document ID: 43486 Contents Introduction Prerequisites Requirements Components Used Background Theory Conventions Network Diagram

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

ms-help://ms.technet.2004apr.1033/ad/tnoffline/prodtechnol/ad/windows2000/howto/mapcerts.htm

ms-help://ms.technet.2004apr.1033/ad/tnoffline/prodtechnol/ad/windows2000/howto/mapcerts.htm Page 1 of 8 Active Directory Step-by-Step Guide to Mapping Certificates to User Accounts Introduction The Windows 2000 operating system provides a rich administrative model for managing user accounts.

More information

LabTech Ignite Installation

LabTech Ignite Installation LabTech LabTech Ignite Installation LABTECH IGNITE INSTALLATION... 1 Overview... 1 Readiness Checklist... 1 Server Installation... 2 Creating a Client Import File... 17 Using SSL Connections... 18 SSL

More information

VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP

VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Configuring the SFB 2015 Reverse Proxy Server for Express for Lync 3.0

Configuring the SFB 2015 Reverse Proxy Server for Express for Lync 3.0 Configuring the SFB 2015 Reverse Proxy Server for Express for Lync 3.0 Overview A reverse proxy server is required by Express for SFB is a required component of Express for SFB if you plan on deploying

More information

Installing Lync 2013 Edge Server

Installing Lync 2013 Edge Server Installing Lync 2013 Edge Table of Contents Overview o Configuring the DNS Service Internal DNS External DNS o Configuring the Firewall Ports Requirement for Internal Access Ports Requirement for External

More information

20411D D Enayat Meer

20411D D Enayat Meer Lab A Module 8: Implementing Direct Access by Using the Getting Started Wizard Scenario: Recommended lab time is 240 Minutes {a complete class session is dedicated for this lab} Many users at A. Datum

More information

Configuring Windows 7 VPN (Agile) Client for authentication to McAfee Firewall Enterprise v8. David LePage - Enterprise Solutions Architect, Firewalls

Configuring Windows 7 VPN (Agile) Client for authentication to McAfee Firewall Enterprise v8. David LePage - Enterprise Solutions Architect, Firewalls Configuring Windows 7 VPN (Agile) Client for authentication to McAfee Firewall Enterprise v8 David LePage - Enterprise Solutions Architect, Firewalls Overview: Microsoft Windows version 7 introduced a

More information

Gateway for Skype for Business Server Enterprise Edition

Gateway for Skype for Business Server Enterprise Edition Gateway for Skype for Business Server Enterprise Edition Published: 20180926 Last revised: 201705 Product version: 8.4.4000 Contents Introduction...3 Skype for Business integration components...4 Media

More information

Fax Server & Auto Attendant

Fax Server & Auto Attendant Installation Guide AudioCodes One Voice for Microsoft Skype for Business Fax Server & Auto Attendant Version 2.5x Version 2.1 April 2016 Document #: LTRT-28876 Installation Guide Contents Table of Contents

More information

Secure ACS for Windows v3.2 With EAP TLS Machine Authentication

Secure ACS for Windows v3.2 With EAP TLS Machine Authentication Secure ACS for Windows v3.2 With EAP TLS Machine Authentication Document ID: 43722 Contents Introduction Prerequisites Requirements Components Used Background Theory Conventions Network Diagram Configuring

More information

estos SIP Proxy

estos SIP Proxy estos SIP Proxy 6.2.3.1357 1 Welcome to estos SIP Proxy... 4 1.1 System requirements... 4 1.2 WAN Settings... 5 1.3 Network interfaces... 5 1.3.1 List of the network interfaces... 5 1.3.2 Configuration

More information

Configuring Cisco SPS

Configuring Cisco SPS CHAPTER 2 Configuring Cisco SIP proxy server (Cisco SPS) involves tasks such as creating a proxy-server farm, setting up individual proxy servers to handle tasks, and adding subscribers, registries, and

More information

Kerberos Constrained Delegation Authentication for SEG V2. VMware Workspace ONE UEM 1811

Kerberos Constrained Delegation Authentication for SEG V2. VMware Workspace ONE UEM 1811 Kerberos Constrained Delegation Authentication for SEG V2 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

More information

SIP Proxy Deployment Guide. SIP Server 8.1.1

SIP Proxy Deployment Guide. SIP Server 8.1.1 SIP Proxy Deployment Guide SIP Server 8.1.1 5/4/2018 Table of Contents SIP Proxy 8.1 Deployment Guide 3 SIP Proxy Architecture and Deployment 4 Supported Features 7 Prerequisites 9 Deploying SIP Proxy

More information

VMware AirWatch Certificate Authentication for EAS with ADCS

VMware AirWatch Certificate Authentication for EAS with ADCS VMware AirWatch Certificate Authentication for EAS with ADCS For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

INSTALLING LYNC SERVER 2013 EE POOL ON WINDOWS SERVER 2012

INSTALLING LYNC SERVER 2013 EE POOL ON WINDOWS SERVER 2012 INSTALLING LYNC SERVER 2013 EE POOL ON WINDOWS SERVER 2012 Installing an Enterprise Pool that consists of two Front-End Servers. Server Environment: DC-01.chahla.local (Domain Controller, Certificate Authority)

More information

Lync Federation Guide

Lync Federation Guide Lync Federation Guide Table of contents ZOOM Supported Microsoft Lync Environment... 2 Federation Checklist... 2 Federation for Lync 2013... 3 Federation for Office365 Enterprise (E Plans)... 4 Federation

More information

Cisco VCS and Microsoft Infrastructure

Cisco VCS and Microsoft Infrastructure Cisco VCS and Microsoft Infrastructure Deployment Guide First Published: October 2008 Last Updated: July 2018 Cisco VCS X8.11 Microsoft Lync 2010, Lync 2013 Skype for Business Server 2015 Cisco Systems,

More information

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017 BROWSER-BASED SUPPORT CONSOLE USER S GUIDE 31 January 2017 Contents 1 Introduction... 2 2 Netop Host Configuration... 2 2.1 Connecting through HTTPS using Certificates... 3 2.1.1 Self-signed certificate...

More information

Queue Manager & IVR Module User Guide included in the Imagicle ApplicationSuite for Cisco UC Cross-Platform Skype for Business. Rel.

Queue Manager & IVR Module User Guide included in the Imagicle ApplicationSuite for Cisco UC Cross-Platform Skype for Business. Rel. Queue Manager & IVR Module User Guide included in the Imagicle ApplicationSuite for Cisco UC Cross-Platform Skype for Business Rel. 2016 Copyright 2010-2016 Imagicle Spa All rights reserved. Imagicle and

More information

Microsoft Office Communicator Call Control with Microsoft OCS for IM and Presence Service on Cisco Unified Communications Manager, Release 11.

Microsoft Office Communicator Call Control with Microsoft OCS for IM and Presence Service on Cisco Unified Communications Manager, Release 11. Microsoft Office Communicator Call Control with Microsoft OCS for IM and Presence Service on Cisco Unified Communications Manager, Release 11.0(1) First Published: June 08, 2015 Americas Headquarters Cisco

More information

Cisco TelePresence Conductor with Cisco Unified Communications Manager

Cisco TelePresence Conductor with Cisco Unified Communications Manager Cisco TelePresence Conductor with Cisco Unified Communications Manager Deployment Guide TelePresence Conductor XC4.0 Unified CM 10.5(2) January 2016 Contents Introduction 6 About this document 6 Related

More information

PEAP under Unified Wireless Networks with ACS 5.1 and Windows 2003 Server

PEAP under Unified Wireless Networks with ACS 5.1 and Windows 2003 Server PEAP under Unified Wireless Networks with ACS 5.1 and Windows 2003 Server Document ID: 112175 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Windows

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Streamline your user experience and grow your brand. CustomInvite. Frequently Asked Questions. CustomInvite 17May16:002

Streamline your user experience and grow your brand. CustomInvite. Frequently Asked Questions. CustomInvite 17May16:002 Streamline your user experience and grow your brand CustomInvite Frequently Asked Questions CustomInvite 17May16:002 1. Frequently Asked Questions 1.1. General Features What can a business do with CustomInvite?

More information

Workspace ONE UEM Certificate Authority Integration with Microsoft ADCS Using DCOM. VMware Workspace ONE UEM 1811

Workspace ONE UEM Certificate Authority Integration with Microsoft ADCS Using DCOM. VMware Workspace ONE UEM 1811 Workspace ONE UEM Certificate Authority Integration with Microsoft ADCS Using DCOM VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

NBC-IG Installation Guide. Version 7.2

NBC-IG Installation Guide. Version 7.2 Installation Guide Version 7.2 2017 Nuance Business Connect 7.2 Installation Guide Document Revision History Revision Date August 8, 2017 Revision List Updated supported SQL Server versions June 14, 2017

More information

The information in this document is based on these software and hardware versions:

The information in this document is based on these software and hardware versions: Contents Introduction Prerequisites Requirements Components Used Configure Generate Certificate Signed Request Sign the Certificate on the Certificate Authority Install the Certificate Copy the certificate

More information

Acano solution. Third Party Call Control Guide. 07 June G

Acano solution. Third Party Call Control Guide. 07 June G Acano solution Third Party Call Control Guide 07 June 2016 76-1055-01-G Contents 1 Introduction 3 1.1 How to Use this Guide 3 1.1.1 Commands 5 2 Example of Configuring a SIP Trunk to CUCM 6 2.1 Prerequisites

More information

Deployment of Unified Communication - Lync Server 2013 Steps: Lync Front End Server in a Domain. Few Screen Shots. Scroll down to start your drill

Deployment of Unified Communication - Lync Server 2013 Steps: Lync Front End Server in a Domain. Few Screen Shots. Scroll down to start your drill Deployment of Unified Communication - Lync Server 2013 Steps: Lync Front End Server in a Domain Few Screen Shots Scroll down to start your drill 1. Install Fresh Server 2012 2. Configure Static IP 3. Join

More information

Acano solution. Third Party Call Control Guide. December F

Acano solution. Third Party Call Control Guide. December F Acano solution Third Party Call Control Guide December 2015 76-1055-01-F Contents Contents 1 Introduction... 3 1.1 How to Use this Guide... 3 1.1.1 Commands... 4 2 Example of Configuring a SIP Trunk to

More information

Core Solutions of Microsoft Skype for Business 2015

Core Solutions of Microsoft Skype for Business 2015 Course 20334: Core Solutions of Microsoft Skype for Business 2015 Course Outline Module 1: Installing and Implementing Skype for Business Server 2015 This module helps you to identify the external dependencies

More information

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7.

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7. TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION VMware Horizon 7 version 7.x Table of Contents Introduction.... 3 JMP Next-Generation Desktop

More information

TIPT-OCS Configuration Guide

TIPT-OCS Configuration Guide Telstra IP Telephony TIPT-OCS Configuration Guide Version 1.1 Telstra Corporation Limited 2010 This work is copyright. Apart from any use as permitted under the Copyright Act 1968, no part may be reproduced

More information

Setting up Certificate Authentication for SonicWall SRA / SMA 100 Series

Setting up Certificate Authentication for SonicWall SRA / SMA 100 Series Setting up Certificate Authentication for SonicWall SRA / SMA 100 Series SonicWall SRA and SMA devices now have the option to authenticate using Client User Certificates. This is a guide on how to implement

More information

VMware AirWatch Integration with Microsoft ADCS via DCOM

VMware AirWatch Integration with Microsoft ADCS via DCOM VMware AirWatch Integration with Microsoft ADCS via DCOM For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Implementing Messaging Security for Exchange Server Clients

Implementing Messaging Security for Exchange Server Clients Implementing Messaging Security for Exchange Server Clients Objectives Scenario At the end of this lab, you will be able to: Protect e-mail messages using S/MIME signing and encryption Manage e-mail attachment

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

You will need 1 AD Server O/S and 1 Lync Server O/S. o Lync requires 64bit O/S This guide is Using Windows Server bit

You will need 1 AD Server O/S and 1 Lync Server O/S. o Lync requires 64bit O/S This guide is Using Windows Server bit Below are the step by step instructions to install Lync Server 2013 Standard Edition Front End on Windows Server 2012. Here is an outline of what we will do: 1. Prepare Servers 2. Install Lync Server 2013

More information

BIG-IP Access Policy Manager : Secure Web Gateway. Version 13.0

BIG-IP Access Policy Manager : Secure Web Gateway. Version 13.0 BIG-IP Access Policy Manager : Secure Web Gateway Version 13.0 Table of Contents Table of Contents BIG-IP APM Secure Web Gateway Overview...9 About APM Secure Web Gateway... 9 About APM benefits for web

More information

Entrust Connector (econnector) Venafi Trust Protection Platform

Entrust Connector (econnector) Venafi Trust Protection Platform Entrust Connector (econnector) For Venafi Trust Protection Platform Installation and Configuration Guide Version 1.0.5 DATE: 17 November 2017 VERSION: 1.0.5 Copyright 2017. All rights reserved Table of

More information

Microsoft Dynamics GP Web Client Installation and Administration Guide For Service Pack 1

Microsoft Dynamics GP Web Client Installation and Administration Guide For Service Pack 1 Microsoft Dynamics GP 2013 Web Client Installation and Administration Guide For Service Pack 1 Copyright Copyright 2013 Microsoft. All rights reserved. Limitation of liability This document is provided

More information

PEAP under Cisco Unified Wireless Networks with ACS 4.0 and Windows 2003

PEAP under Cisco Unified Wireless Networks with ACS 4.0 and Windows 2003 PEAP under Cisco Unified Wireless Networks with ACS 4.0 and Windows 2003 Document ID: 72013 Contents Introduction Prerequisites Requirements Components Used Network Diagram Conventions Windows Enterprise

More information

V1.0 Nonkoliseko Ntshebe October 2015 V1.1 Nonkoliseko Ntshebe March 2018

V1.0 Nonkoliseko Ntshebe October 2015 V1.1 Nonkoliseko Ntshebe March 2018 SAPO Trust Centre - Generating a SSL CSR for IIS with SAN V1.0 Nonkoliseko Ntshebe October 2015 V1.1 Nonkoliseko Ntshebe March 2018 1. Open Certificate MMC snap in for your computer 2. Click on Start >

More information

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2 Forescout Version 1.2 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Speedy - User Guide included in the Imagicle ApplicationSuite for Cisco UC. Rel. 2017

Speedy - User Guide included in the Imagicle ApplicationSuite for Cisco UC. Rel. 2017 Speedy - User Guide included in the Imagicle ApplicationSuite for Cisco UC Rel. 2017 Copyright 2010-2017 Imagicle Spa All rights reserved. Imagicle and the Imagicle logo are Imagicle spa registered marks,

More information

Cisco TelePresence Conductor with Cisco Unified Communications Manager

Cisco TelePresence Conductor with Cisco Unified Communications Manager Cisco TelePresence Conductor with Cisco Unified Communications Manager Deployment Guide XC2.2 Unified CM 8.6.2 and 9.x D14998.09 Revised March 2014 Contents Introduction 4 About this document 4 Further

More information

Copyright and Trademarks

Copyright and Trademarks Copyright and Trademarks Specops Password Reset is a trademark owned by Specops Software. All other trademarks used and mentioned in this document belong to their respective owners. 2 Contents Key Components

More information

Blue's Attendant / CTI Server

Blue's Attendant / CTI Server Blue's Attendant / CTI Server 20 Apr 2018 TM and copyright 2010-2018 Imagicle spa Table of Contents Administration Guide...1/18 Description...1/18 Configuration Task List...2/18 Product Configuration...3/18

More information