Index Server Search Plug-In

Total Page:16

File Type:pdf, Size:1020Kb

Index Server Search Plug-In Index Server Search Plug-in Alterian Content Manager Corporate Edition 6.3 1 November 2010 www.alterian.com Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. Copyright © Alterian. All rights reserved. Documentation feedback and comments: [email protected] Alterian Content Manager and the Alterian Content Manager logo are trademarks of Alterian. Windows XP, SQL Server, ASP.NET, Visual Studio .NET and C# are trademarks of Microsoft Corporation. All other products named herein may be trademarks of their respective manufacturers and are hereby recognized. Trademarked names are used editorially, to the benefit of the trademark owner, with no intent to infringe on the trademark. www.alterian.com Document Control The following table details the revision history of this Installation and User Guide. It details significant changes to the text and the software version to which the changes apply. Version History Date Author Version Change reference November 10 Jordanka Balkanska 6.3 Initial Release Distribution List Who Position Jordanka Balkanska Technical Author Index Server Search Plug-in i of iii Table of Contents 1 Introduction ............................................................................................ 1 1.1 Overview ........................................................................................................................ 1 1.1.1 Sample Output 1 1.1.2 Query Syntax and Filtering 2 1.2 Known Issues .................................................................................................................. 2 2 Compatibility .......................................................................................... 3 2.1 Windows Server Compatibility ..................................................................................... 3 2.2 Multi-Language Compatibility ...................................................................................... 3 3 Installation .............................................................................................. 4 3.1 Pre-requisites ................................................................................................................. 4 3.2 Installation Overview ..................................................................................................... 4 3.3 Step 1 – Configuration of Website Folders .................................................................. 5 3.3.1 Overview 5 3.3.2 Configuration 5 3.4 Step 2 - Configuration of Windows Indexing Service ................................................. 5 3.4.1 Overview 5 3.4.2 Configuration 5 3.5 Step 3 - Installation of PDF IFilter and HTML IFilter on Server ................................... 8 3.5.1 Installation on Windows Server 2003 8 3.5.2 Installation on Windows Server 2008 8 3.6 Step 4 – Configure Alterian CMC to Create Index-able Web Pages ......................... 8 3.7 Step 5 - Configure Search Logging .............................................................................. 9 3.7.1 Create the Log File 9 3.7.2 Modify the Web.Config File 10 3.8 Step 6 - Configuring the Plug-in with the Editor ....................................................... 10 3.8.1 Adding the Plug-in to a Page 10 3.9 Step 7 - Finalization and Testing the Configuration .................................................. 14 3.9.1 Re-Index the Site 14 Index Server Search Plug-in ii of iii 3.9.2 Start Windows Indexing Service 15 3.9.3 Categorize Custom Catalog Properties 15 4 Appendix A – Detailed Plug-in Configuration ......................................... 17 5 Appendix B - Searching External Information or Sites ............................ 19 5.1 Custom Properties ....................................................................................................... 19 5.1.1 Multi-Site Searching 19 6 Appendix C – Resolving Configuration Issues ........................................ 20 7 Appendix D - Advanced Testing ............................................................ 21 Index Server Search Plug-in iii of iii 1 Introduction 1.1 Overview The Alterian CMC Index Server Search plug-in provides fast and accurate searching of your site*. It ranks pages by relevance and can limit searches based on categories and document content types. An optional advanced search mode enables searching by date last updated and also allows results to be ordered by relevance, date and title. The plug-in integrates with the Indexing Service facilities provided natively by Windows in order to index and locate documents. For link pages to be returned in search results, the configuration option Note needs to be enabled in the CMC Admin application, Configuration Indexing. 1.1.1 Sample Output Example output from the plug-in is shown in the screenshot, below: Index Server Search Plug-in 1 of 21 1.1.2 Query Syntax and Filtering A range of query filtering and syntax options are available in the Index Server Search plug-in to constrain the query results. Options include: • Constraining the query text to words, phrases and complete sentences • Boolean operators for document content or property values (such as AND, OR, NOT, AND NOT) • Restricting matches to a range of dates within which documents were last updated • Document types (such as only .DOC or .XLS) • Category-based search boundaries The plug-in includes the ability to search most common types of documents including Microsoft Office and PDF documents together with HTML pages from your website. Content is automatically re-indexed by the Windows Indexing Service whenever it is updated, meaning that minimal administration is required once setup and configuration is complete. 1.2 Known Issues Known issues exist within Index Server - in particular with its handling of multilingual content which uses foreign characters: • If a published HTML page contains content which uses a character different to the set used by the Index Server's machine locale, for example a Chinese title in an HTML page indexed on a server with an English locale, that data will be incorrectly indexed and results based on matching queries will show corrupt data, or may not show the corrupted page at all. • Foreign characters cannot be used as part of a search query unless the locale of the search is specifically set to the correct locale of the search characters. This means that queries containing mixtures of characters from different locales are not possible. Index Server Search Plug-in 2 of 21 2 Compatibility The Index Server Search plug-in applies to Alterian CMC 6.3. 2.1 Windows Server Compatibility The Index Server Search plug-in integrates with Windows Indexing Service for both Windows Server 2003 and Windows Server 2008. Configuration is slightly different on each server. This document highlights where different configuration is required. The default indexing service for Windows Server 2008 is Windows Search. This plug-in is applicable only to the Windows Indexing Service role service which is an alternative and optional service provided within Windows Warning Server 2008. It is important to note that the Windows Indexing Service cannot be installed side-by-side with the Windows Search – the two are mutually exclusive services. 2.2 Multi-Language Compatibility Note that version 6.3 plug-ins include multi-lingual capability for both the Editor-specific user- interface and the generated website output. All examples in this document are in English. The process of adding language translations to a plug-in are described in a Note separate document. Index Server Search Plug-in 3 of 21 3 Installation 3.1 Pre-requisites In order to configure the Windows Indexing Service additional files are required and are available in the following zip archive: • IndexServerSearch.zip For Windows Server 2008, if .pdf files are to be indexed, version 8.1.2 or Note above of Acrobat Reader should be installed. This is supplied on the Alterian CMC installation CD. 3.2 Installation Overview Seven key steps are involved in installing and configuring the system to support the Index Server Search plug-in. These steps are as follows: 1. Creation/configuration of folders to allow Windows Indexing Service to index required website files; 2. Configuration of Windows Indexing Service to identify the above folders for indexing including: a. Creation of a folder that Windows Indexing Service will use to manage its “Catalog” (a catalog being a specification of folders etc. that may be indexed); b. Specification of the different website folders which may be indexed; 3. Specification of the filters which allow non-default file-types to be indexed (for example .doc file types are indexed by default whereas .pdf and .htm files are not). 4. Configuring Alterian CMC so that it generates index-able web pages. 5. Configuring Search Logging. 6. Configuring the plug-in within the Editor; 7. Finalization and testing the configuration. The following sections explain the steps involved to complete the configuration process after which it should be possible to use the Index Server Search plug-in. This document does not explain the intricacies of Windows Indexing Service or how to administer it - merely, it describes how to configure it for use with the Index Server Search plug-in. Index Server Search Plug-in 4 of 21 3.3 Step 1 – Configuration of Website Folders 3.3.1 Overview Once configured, Windows Indexing Service will index folders you have specified for your site. Typically, these folders may contain documents
Recommended publications
  • System Requirements and Installation
    SCAD Office System Requirements and I nstallation SCAD Soft Contents System Requirements ...................................................................................................................... 3 Recommendations on Optimization of an Operational Environment ............................................. 4 Turn on (or off) the Indexing Service .......................................................................................... 4 Defragment Regularly ................................................................................................................. 4 Start Word and Excel once before Starting SCAD Office .......................................................... 4 Memory Fragmentation by the Service Programs ....................................................................... 4 Settings of the PDF-printing ........................................................................................................ 4 SCAD Office Installation ................................................................................................................ 5 Program Installation .................................................................................................................... 5 English Versions of Windows ..................................................................................................... 5 Privileges ..................................................................................................................................... 5 Network Licensing .....................................................................................................................
    [Show full text]
  • SLDXA /T /L1 – SLX Component List
    SLDXA /T /L1 – SLX Component List SLDXA.exe ver 1.0 Copyright (c) 2004-2006 SJJ Embedded Micro Solutions, LLC All Rights Reserved SLXDiffC.exe ver 2.0 / SLXtoTXTC.exe ver 2.0 www.sjjmicro.com Processing... File1 to TXT file. Opening XSL File Reading RTF for final conversion F:\SLXTEST\LOCKDOWN_DEMO2.SLX has the following Components Total Count is: 577 -------------------------------------------------- .NET Framework 1.1 - Security Update KB887998 Accessibility Control Panel Accessibility Core ACPI Fixed Feature Button Active Directory Service Interface (ADSI) Core Active Directory Service Interface (ADSI) LDAP Provider Active Directory Service Interface (ADSI) Windows NT Provider Active Template Library (ATL) Add Hardware Control Panel Add/Remove Programs Control Panel Administration Support Tools Administrator Account Advanced Configuration and Power Interface (ACPI) PC Analog TV Application Compatibility Core Audio Codecs Audio Control Panel Base Component Base Performance Counters Base Support Binaries CD-ROM Drive Certificate Request Client & Certificate Autoenrollment Certificate User Interface Services Class Install Library - Desk Class Install Library - Mdminst Class Install Library - Mmsys Class Install Library - Msports Class Install Library - Netcfgx Class Install Library - Storprop Class Install Library - System Devices Class Installer - Computer Class Installer - Disk drives Class Installer - Display adapters Class Installer - DVD/CD-ROM drives Class Installer - Floppy disk controllers Class Installer - Floppy disk drives
    [Show full text]
  • Microsoft Patches Were Evaluated up to and Including CVE-2020-1587
    Honeywell Commercial Security 2700 Blankenbaker Pkwy, Suite 150 Louisville, KY 40299 Phone: 1-502-297-5700 Phone: 1-800-323-4576 Fax: 1-502-666-7021 https://www.security.honeywell.com The purpose of this document is to identify the patches that have been delivered by Microsoft® which have been tested against Pro-Watch. All the below listed patches have been tested against the current shipping version of Pro-Watch with no adverse effects being observed. Microsoft Patches were evaluated up to and including CVE-2020-1587. Patches not listed below are not applicable to a Pro-Watch system. 2020 – Microsoft® Patches Tested with Pro-Watch CVE-2020-1587 Windows Ancillary Function Driver for WinSock Elevation of Privilege Vulnerability CVE-2020-1584 Windows dnsrslvr.dll Elevation of Privilege Vulnerability CVE-2020-1579 Windows Function Discovery SSDP Provider Elevation of Privilege Vulnerability CVE-2020-1578 Windows Kernel Information Disclosure Vulnerability CVE-2020-1577 DirectWrite Information Disclosure Vulnerability CVE-2020-1570 Scripting Engine Memory Corruption Vulnerability CVE-2020-1569 Microsoft Edge Memory Corruption Vulnerability CVE-2020-1568 Microsoft Edge PDF Remote Code Execution Vulnerability CVE-2020-1567 MSHTML Engine Remote Code Execution Vulnerability CVE-2020-1566 Windows Kernel Elevation of Privilege Vulnerability CVE-2020-1565 Windows Elevation of Privilege Vulnerability CVE-2020-1564 Jet Database Engine Remote Code Execution Vulnerability CVE-2020-1562 Microsoft Graphics Components Remote Code Execution Vulnerability
    [Show full text]
  • User's Guide O&O Defrag
    Last changes: 19.09.2018 Table of contents About O&O Defrag 22 4 Features at a glance 5 Differences between the various Editions 7 System requirements 8 Installation 10 Screen Saver 12 Online registration 14 Getting started 16 Analyze your drives 17 Defragmenting your Drives 19 Selecting a defragmentation method 22 Standard defragmentation methods 25 User Interface (GUI) 32 Drive List 33 Cluster View 34 Defragmentation summary 36 Job View and Reports 37 Status Views 38 Tray icon (Notification area icon) 40 O&O DiskCleaner 41 O&O DiskStat 44 Schedule defragmentation at regular intervals 45 Create job - General 46 Plan a schedule 48 Screen Saver Mode 50 Select drives 51 Exclude and include files 52 O&O ActivityMonitor for Jobs 54 Further job settings 56 Edit/Duplicate/Delete jobs 59 Status reports 60 Extras 62 TRIM Compatibility 68 Work within the network 79 Zone filing 82 Rules for individual drives 84 Notation for rules 86 Settings 87 General Settings 88 Boot time defragmentation 91 Automatic optimization 93 Select files for defragmentation 95 O&O ActivityMonitor 97 Technical information 99 Using the command line version 101 Status notices and program output 103 Data Security and Integrity 105 Supported hardware 106 Supported File Systems 107 Free space needed for defragmentation 108 Recommendations and FAQs 109 O&O DiskStat 3 113 System requirements 114 Installation 115 Getting started 116 End user license agreement 118 User's guide O&O Defrag About O&O Defrag 22 About O&O Defrag 22 Thank you for choosing O&O Defrag! O&O Defrag activates the hidden performance of your computer and packs file fragments efficiently and securely together.
    [Show full text]
  • Remote Indexing Feature Guide Eventtracker Version 7.X
    Remote Indexing Feature Guide EventTracker Version 7.x EventTracker 8815 Centre Park Drive Columbia MD 21045 Publication Date: Aug 10, 2015 www.eventtracker.com EventTracker Feature Guide - Remote Indexing Abstract The purpose of this document is to help users install, configure, and use EventTracker Indexer service on remote machines and index CAB files on the EventTracker Server machine. Intended Audience • Users of EventTracker v7.x who wish to deploy EventTracker Indexer service on remote machine to index CAB files on the EventTracker Server thus reducing the workload and improving the performance of the EventTracker Server. • Technical evaluator of EventTracker who seeks to understand how the feature is implemented and its limitations. The information contained in this document represents the current view of Prism Microsystems, Inc. on the issues discussed as of the date of publication. Because Prism Microsystems, Inc. must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Prism Microsystems, Inc. and Prism Microsystems, Inc. cannot guarantee the accuracy of any information presented after the date of publication. This document is for informational purposes only. Prism Microsystems, Inc. MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE INFORMATION IN THIS DOCUMENT. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, this Guide may be freely distributed without permission from Prism, as long as its content is unaltered, nothing is added to the content and credit to Prism is provided. Prism Microsystems, Inc. may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document.
    [Show full text]
  • Line 6 Gearbox®, Toneport®, POD®Xt, POD® X3, and Audio Recording Software Windows® XP® & Vista® - Audio Tips & Optimizations
    ® ® ® WINDOWS XP & VISTA AUDIO TIPS & OPTIMIZATIONS Improve the performance of your computer with Line 6 GearBox®, TonePort®, POD®xt, POD® X3, and audio recording software Windows® XP® & Vista® - Audio Tips & Optimizations TABLE OF CONTENTS Digital Audio and Your Computer ..........................................................1•1 Digital Audio Demands .................................................................................................. 1•1 Line 6 Monkey Compatibility Check ......................................................2•1 Windows® XP® Optimizations ..............................................................3•1 Making System Tweaks in Windows XP ........................................................................ 3•1 Disable Your Onboard or Add-in Sound Card ............................................................... 3•1 Turn Off Windows System Sounds ................................................................................ 3•2 Disable Error Reporting .................................................................................................. 3•3 Disable the Remote Assistance Option ......................................................................... 3•3 Turn Automatic Updates Off ........................................................................................ 3•3 Processor Scheduling ...................................................................................................... 3•3 Set Virtual Memory to a Fixed Size ...............................................................................
    [Show full text]
  • Veritas Enterprise Vault™ Administrator's Guide
    Veritas Enterprise Vault™ Administrator's Guide 12.1 Veritas Enterprise Vault: Administrator's Guide Last updated: 2017-07-28. Legal Notice Copyright © 2017 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas Logo, Enterprise Vault, Compliance Accelerator, and Discovery Accelerator are trademarks or registered trademarks of Veritas Technologies LLC or its affiliates in the U.S. and other countries. Other names may be trademarks of their respective owners. This product may contain third party software for which Veritas is required to provide attribution to the third party (“Third Party Programs”). Some of the Third Party Programs are available under open source or free software licenses. The License Agreement accompanying the Software does not alter any rights or obligations you may have under those open source or free software licenses. Refer to the third party legal notices document accompanying this Veritas product or available at: https://www.veritas.com/about/legal/license-agreements The product described in this document is distributed under licenses restricting its use, copying, distribution, and decompilation/reverse engineering. No part of this document may be reproduced in any form by any means without prior written authorization of Veritas Technologies LLC and its licensors, if any. THE DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. VERITAS TECHNOLOGIES LLC SHALL NOT BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH THE FURNISHING, PERFORMANCE, OR USE OF THIS DOCUMENTATION.
    [Show full text]
  • Automatically Indexing Millions of Databases in Microsoft Azure SQL Database Sudipto Das, Miroslav Grbic, Igor Ilic, Isidora Jovandic, Andrija Jovanovic, Vivek R
    Automatically Indexing Millions of Databases in Microsoft Azure SQL Database Sudipto Das, Miroslav Grbic, Igor Ilic, Isidora Jovandic, Andrija Jovanovic, Vivek R. Narasayya, Miodrag Radulovic, Maja Stikic, Gaoxiang Xu, Surajit Chaudhuri Microsoft Corporation ABSTRACT tools [2, 14, 46] have helped DBAs search the complex search An appropriate set of indexes can result in orders of magni- space of alternative indexes (and other physical structures tude better query performance. Index management is a chal- such as materialized views and partitioning). However, a lenging task even for expert human administrators. Fully au- DBA still drives this tuning process and is responsible for tomating this process is of significant value. We describe the several important tasks, such as: ¹iº identifying a representa- challenges, architecture, design choices, implementation, and tive workload; ¹iiº analyzing the database without impact- learnings from building an industrial-strength auto-indexing ing production instances; ¹iiiº implementing index changes; service for Microsoft Azure SQL Database, a relational data- ¹ivº ensuring these actions do not adversely affect query base service. Our service has been generally available for performance; and ¹vº continuously tuning the database as more than two years, generating index recommendations the workload drifts and the data distributions change. for every database in Azure SQL Database, automatically Cloud database services, such as Microsoft Azure SQL implementing them for a large fraction, and significantly im- Database, automate several important tasks such as provi- proving performance of hundreds of thousands of databases. sioning, operating system and database software upgrades, We also share our experience from experimentation at scale high availability, backups etc, thus reducing the total cost with production databases which gives us confidence in our of ownership (TCO).
    [Show full text]
  • One Identity Manager Installation Guide Updated - June 2020 Version - 8.1.3 Contents
    One Identity Manager 8.1.3 Installation Guide Copyright 2020 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement. This software may be used or copied only in accordance with the terms of the applicable agreement. No part of this guide may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording for any purpose other than the purchaser’s personal use without the written permission of One Identity LLC . The information in this document is provided in connection with One Identity products. No license, express or implied, by estoppel or otherwise, to any intellectual property right is granted by this document or in connection with the sale of One Identity LLC products. EXCEPT AS SET FORTH IN THE TERMS AND CONDITIONS AS SPECIFIED IN THE LICENSE AGREEMENT FOR THIS PRODUCT, ONE IDENTITY ASSUMES NO LIABILITY WHATSOEVER AND DISCLAIMS ANY EXPRESS, IMPLIED OR STATUTORY WARRANTY RELATING TO ITS PRODUCTS INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON- INFRINGEMENT. IN NO EVENT SHALL ONE IDENTITY BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE, SPECIAL OR INCIDENTAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION OR LOSS OF INFORMATION) ARISING OUT OF THE USE OR INABILITY TO USE THIS DOCUMENT, EVEN IF ONE IDENTITY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. One Identity makes no representations or warranties with respect to the accuracy or completeness of the contents of this document and reserves the right to make changes to specifications and product descriptions at any time without notice.
    [Show full text]
  • Lazarus Under the Hood Kaspersky Lab Global Research and Analysis Team Executive Summary
    Lazarus Under The Hood Kaspersky Lab Global Research and Analysis Team Executive Summary The Lazarus Group’s activity spans multiple years, going back as far as 2009. Its malware has been found in many serious cyberattacks, such as the massive data leak and file wiper attack on Sony Pictures Entertainment in 2014; the cyberespionage campaign in South Korea, dubbed Operation Troy, in 2013; and Operation DarkSeoul, which attacked South Korean media and financial companies in 2013. There have been several attempts to attribute one of the biggest cyberheists, in Bangladesh in 2016, to Lazarus Group. Researchers discovered a similarity between the backdoor used in Bangladesh and code in one of the Lazarus wiper tools. This was the first attempt to link the attack back to Lazarus. However, as new facts emerged in the media, claiming that there were at least three independent attackers in Bangladesh, any certainty about who exactly attacked the SWIFT systems, and was behind one of the biggest ever bank heists in history, vanished. The only thing that was certain was that Lazarus malware was used in Bangladesh. However, considering that we had previously found Lazarus in dozens of different countries, including multiple infections in Bangladesh, this was not very convincing evidence and many security researchers expressed skepticism abound this attribution link. This paper is the result of forensic investigations by Kaspersky Lab at banks in two countries far apart. It reveals new modules used by Lazarus group and strongly links the SWIFT system attacking tools to the Lazarus Group’s arsenal of lateral movement tools. Considering that Lazarus Group is still active in various cyberespionage and cybersabotage activities, we have segregated its subdivision focusing on attacks on banks and financial manipulations into a separate group which we call Bluenoroff (after one of the tools they used).
    [Show full text]
  • 14 583301 Bindex.Qxd 2/10/05 5:59 PM Page 224
    14_583301 bindex.qxd 2/10/05 5:59 PM Page 224 INDEX broadband alerts, 110–111 A disconnect automatically, 108–109 modem sounds, 104–105 Accessibility options, Caps Lock alerts, 19 pop-up ads, 116–117 active content, definition, 122 properties, 97 Add or Remove Programs, program access, custom, 38–39 dial-up area code rules, 100–101 address bar (Internet Explorer) dial-up outside line access, 102–103 remove addresses, 146–147 Contacts list (Outlook Express), add members to group, 157 search engine setup, 144–145 Content Advisor dialog box, 120–121 searches, 142–143 content restrictions, Web sites, 120–121 address book Control Panel backups, 164–165 file permissions and, 176–177 restore, 165 system time synchronization, 42–43 vCards and, 168–169 user account passwords, 172–173 addresses, e-mail, domains, 129 Control Panel, Accessibility options, 19 administrator, Set Program Access and Defaults tool, 39 Control Panel, Fast User Switching, 24–25 alerts, Caps Lock key, 19 Control Panel, as Start menu item, 36–37 animation, Web pages, turn off, 141 cookies, Web sites, security and, 119 Appearance and Themes, file permissions, 176–177 Create Shortcut Wizard, 4 applications, open file with different, 75 CSV Export dialog box, 164–165 archives of e-mail messages, 160–163 Ctrl+Alt+Delete, logon and, 174–175 area code rules, dial-up connections, 100–101 Customize Autosearch Settings dialog box, 145 audio. See also media Customize Start Menu dialog box, frequently used items, 35 playback settings, 66–67 temporary files, 69 Automatic Updates, schedule,
    [Show full text]
  • Techclub Collaboration
    TechClub Collaboration Jaroslav Martan [email protected] Agenda • Cisco – Microsoft Interoperability • Cisco video device in MS Teams conference • Cisco plugins for MS Teams • Webex Teams Security • Compliance & DLP • Anti-malware • Hybrid Data Security Cisco + Microsoft Creating better experiences, together. © 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Client vs. Workload choice Email & Video calendar meetings Meetings Using Microsoft Teams as a client does not prevent the use Office of Cisco for multiple workloads: productivity • Video endpoints (Webex Rooms) • Meetings (Webex Meetings) Calling • Calling (on prem & cloud options) File Workload integrations based storage on Microsoft supported APIs Team Video collaboration devices Devices © 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Video Integration for Microsoft Teams Cisco + Microsoft Partnership for Meetings Cisco will be a certified 1 Microsoft CVI partner Cisco and Microsoft Microsoft Teams will work have come together 2 with Cisco Webex Rooms via to deliver a better user modern web technologies experience © 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Video endpoints joining Microsoft Teams meetings SIP-capable video endpoints can join Microsoft Teams meetings (hosted by my company) via CVI Cloud Gateway Richer, seamless meeting experience, without requiring 3rd party interop Cisco Webex web-engine capable devices* can join B2B Microsoft Teams meetings Limited experience on Cisco devices using Microsoft Teams meeting web app *Must be cloud registered or cloud aware © 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Video Integration for Microsoft Teams Microsoft Cloud Video Interop Joining Microsoft Teams meetings – CVI gateway One Button to Push experience © 2020 Cisco and/or its affiliates.
    [Show full text]