IT asset management with GLPI

Size: px
Start display at page:

Download "IT asset management with GLPI"

Transcription

1 IT asset management with GLPI Gonéri Le Bouder and David Durieux July 2011

2 About us: David Durieux IT management consultant GLPI developer FusionInventory project co-leader Work at siprossii, Lyon area, France

3 About us: Gonéri Le Bouder Free software enthusiast Debian Developer Perl Monger Former OCS Inventory developer FusionInventory project co-leader Work at TECLIB, Paris, France

4 Outline What is GLPI for? Installation / Architecture? Collect your informations Authorisation Service Desk GLPI plugins What else Questions

5 What is GLPI for? The IT crowd How many server still run with 2GB of memory? Do we still have those old Toshiba laptops? Do our servers have the lastest security fixes?

6 What is GLPI for? The Service Desk team Is Mr Smith computer s harddrive full? What is my intervention planning? The printer ink cartridge is running low on the second floor!

7 What is GLPI for? The users Why can t I print? Why can t I send anymore? Are the IT guys really processing my request?

8 What is GLPI for? The management How many request per day processed by our support team? What is our users satisfaction s level? I need more dashboards!

9 What is GLPI for? The purchasing department How much did we spend last year with IBM? Is the partnership with Oracle still running? How many and where are the assets bought with last year budget?

10 Outline What is GLPI for? Installation / Architecture? Collect your informations Authorisation Service Desk GLPI plugins What else Questions

11 Installation Easy step Common web application Very few OS dependencies Extract, run the wizard, done!

12 Architecture How does it scale? Existing large installation of GLPI up to 130K computers inventoried 1 million computers referenced so far and still growing

13 Outline What is GLPI for? Installation / Architecture? Collect your informations Authorisation Service Desk GLPI plugins What else Questions

14 Collect your information

15 Collect your information Inputs Desktop computers and server Network devices Data coming from legacy systems Financial informations...

16 Computer Easy step Use an system inventory solution. FusionInventory OCS Inventory

17 Network devices Routers, switchs, printers... FusionInventory do it remotely for you Nothing to install Network scan to identify asset Use SNMP to collect information ESX/ESXi/vCenter remote inventory

18 Network devices printers Cartridge ink levels Counters and statistics

19 GLPI, all in one The asset timeline Past: history Current: inventory Future: warranty, contracts

20 GLPI, all in one Helpdesk for everyone Tickets on assets

21 GLPI, all in one Accurate statistics 25% of last year laptops have harddrive failure! How many incidents are resolved by using VNC?

22 Outline What is GLPI for? Installation / Architecture? Collect your informations Authorisation Service Desk GLPI plugins What else Questions

23 Authorisation Native LDAP support Strong LDAP integration LDAP v3 compatible Active Directory, OpenLDAP... Other authentication methods POP3 IMAP

24 Authorisation Single Sign On too! WebSSO CAS

25 Authorisation Entities Independent administrative entity Can be mapped on your LDAP organisation Contain assets and tickets

26 Authorisation Profile More than 100 rights Habilitation : a profile on an entity

27 Outline What is GLPI for? Installation / Architecture? Collect your informations Authorisation Service Desk GLPI plugins What else Questions

28 Service Desk: the big picture

29 Service Desk: the big picture ITIL v1 compliant SLA user satisfaction Incident management Business rules Notifications, multilingual support

30 Service Desk: the interfaces 1/2 Web interfaces End user simplified interface Standard interface Smartphones interface

31 Service Desk: the interfaces 2/2 Webservices To integrate GLPI in another system To push tickets into another helpdesk software Or the opposite Mail Send notifications Add and update tickets

32 Service Desk: the interfaces 2/2 Webservices To integrate GLPI in another system To push tickets into another helpdesk software Or the opposite Mail Send notifications Add and update tickets

33 Service Desk: reporting

34 Application integration Wait, some tools are already running here! How to interacte with them? Webservice interface API for updates CSV import/export

35 Outline What is GLPI for? Installation / Architecture? Collect your informations Authorisation Service Desk GLPI plugins What else Questions

36 The GLPI ecosystem The ecosystem A central interface A configuration database (CMDB) Various tools to collect information Additional features

37 There is an app a plugin for that! A large collection of extensions Add load of new features Tight integration in GLPI Powerfull API

38 There be dragons!

39 There be dragons! Plugins: Rules of Engagement External contribution Not endorsed by the GLPI Project Depends on a given version of GLPI Take care on the plugin origin

40 There be dragons! Plugins: Rules of Engagement External contribution Not endorsed by the GLPI Project Depends on a given version of GLPI Take care on the plugin origin

41 plugin: Mobile GLPI for mobile devices iphone/ipad Android Blackberry Windows Phone GLPI 0.78 only for the moment.

42 plugin: Mobile

43 plugin: Mobile

44 plugin: Mobile

45 plugin: FusionInventory FusionInventory Import your computer Identify and import remote devices (switchs, printers,...) VMware vcenter/esx/esxi remote inventory Wake on LAN

46 plugin: Multi-GLPI

47 plugin: PDF PDF PDF export of a given inventory item

48 plugin: Behaviors Behaviors Additional behaviors to GLPI. helpdesk (ticket own changes, ticket number format, etc) Inventory management

49 plugin: Order Order Order management Manage your order Products references management Validation workflow

50 plugin: Appliance Appliance Create element from a group of several item. Any kind of item Use them as any generic object

51 plugin: Account Inventory Account Inventory Manage and share the credentials between users. Attach a credential information to an item Credential expiration Mail system to check identity

52 plugin: Web Application WebApplication List web applications on your network and associate them with elements of the inventory.

53 plugin: Human Resources Management Human Resources Management Trace user/assets affectation. eg: This engineer is in the company for 3 months and we gave him 1 laptop and 1 screen. We need to remember to get them back.

54 plugin: Reports Reports Additional reports. It also allow you to add new reports in a simply way. Create your own reports A collection of ready to use reports

55 plugin: Manufacturers Web Imports Manufacturers Web Imports Imports financials and warranty informations directly from manufacturers web site. Dell HP Toshiba Fujitsu-Siemens

56 plugin: WebService WebService Generic WebService interface for: SOAP XML/RPC REST Can be used by other plugins to expose additional services.

57 plugin: Monitoring Monitoring Integration with Shinken monitoring solution. Define your services directly into GLPI. Device dependency. Display the alert. Create ticket on alert.

58 plugin: Multi-GLPI Multi-GLPI Synchronize serveral GLPI together. Master Master GLPI Master Master = Slaver = Slave...

59 plugin: OCSNG OCS Inventory NG import Import and synchronize computers from a OCS Inventory database

60 Plugins development API GLPI has a powerful API to control events Plugin have control on DB changes pre item/item add/update/delete Add tab on item display with more informations Add massive actions...

61 Example: Add log of delete a network port in plugin DB table function plugin_pre_item_purge_fusinvsnmp($parm) { global $DB; } switch (get_class($parm)) { case NetworkPort_NetworkPort : $networkport = new NetworkPort(); $networkport->getfromdb( $parm->fields[ networkports_id_1 ]); PluginFusinvsnmpNetworkPortLog::addLogConnecti $parm->fields[ networkports_id_1 ]); break; } return $parm;

62 Newest features GLPI 0.80 SLA User satisfaction Link between ticket solution and knowledge base Multiple requesters, observers for a ticket Multiple technician, group and supplier assignement for a ticket Virtual machines management

63 Newest features GLPI 0.83 ITIL level 1 compliant until late 2011 Problem management Change management Many more helpdesk improvements! OCSNG Mode available as a plugin

64 Outline What is GLPI for? Installation / Architecture? Collect your informations Authorisation Service Desk GLPI plugins What else Questions

65 What Else?

66 GLPI A nonprofit organisation Indepnet, a french nonprofit association Since 2002

67 GLPI Two independant projects leaders Jean-Mathieu Doléans Julien Dombre Contributors and developers Developers and contributors Plugins developers Translators

68 GLPI Two independant projects leaders Jean-Mathieu Doléans Julien Dombre Contributors and developers Developers and contributors Plugins developers Translators

69 GLPI GLPI Business partners Agreement between the association and IT partners Partners bring money, support and code

70 Outline What is GLPI for? Installation / Architecture? Collect your informations Authorisation Service Desk GLPI plugins What else Questions

71 Thanks Purchasing: http: // LDAP: heyrocker/ / SSO: N03/ / User picture: wonderlane/ / Manager: eastcapital/ / Server: http: // Helpdesk: runlevel0/ / Database: garryknight/ / Information:

Assets management with FusionInventory and GLPI

Assets management with FusionInventory and GLPI Assets management with FusionInventory and GLPI Fabrice Flore-Thebault fabrice@ March 23, 2011 UKUUG Spring 2011 Conference About me Sysadmin Free Software Community Documentation and testing Opensource

More information

The FusionInventory project

The FusionInventory project The FusionInventory project RMLL / LSM 2012 Walid Nouh - Mathieu Simon Genève Juillet 2012 About us Walid Nouh FusionInventory contributor GLPI contributor Working for TECLIB, Montpellier About us Mathieu

More information

Feature Comparison. Help Desk. Ticket Management. Email to Ticket. Fully Customizable User Interface. Escalation Rules.

Feature Comparison. Help Desk. Ticket Management. Email to Ticket. Fully Customizable User Interface. Escalation Rules. Feature Comparison Help Desk Ticket Management Email to Ticket Fully Customizable User Interface Escalation Rules Routing Rules Granular Permission Control Customizable Survey Multiple Survey Questions

More information

The open source enterprise solution pre-configured for the IT Asset Management www.cmdbuild.org

The open source enterprise solution pre-configured for the IT Asset Management www.cmdbuild.org 1 The open source enterprise solution pre-configured for the IT Asset Management www.cmdbuild.org Tecnoteca Srl tecnoteca@tecnoteca.com www.tecnoteca.com CMDBuild READY2USE 2 CMDBuild READY2USE is a CMDBuild

More information

use ready 2 The open source enterprise solution pre-configured for the IT Asset Management www.cmdbuild.org Tecnoteca Srl

use ready 2 The open source enterprise solution pre-configured for the IT Asset Management www.cmdbuild.org Tecnoteca Srl 1 ready 2 use The open source enterprise solution pre-configured for the IT Asset Management www.cmdbuild.org Tecnoteca Srl tecnoteca@tecnoteca.com www.tecnoteca.com CMDBuild ready2use 2 CMDBuild ready2use

More information

itop: the open-source ITSM solution

itop: the open-source ITSM solution itop: the open-source ITSM solution itop is a multi-client web portal designed for service providers and businesses. Simple and easy to use, it allows all configuration items and their relationships to

More information

New features and highlights

New features and highlights New features and highlights April 2012 Würth Phoenix Group 2012 System Monitoring NetEye availability monitoring by the SMS Watchdog With the newly introduced SMS Watchdog the status of NetEye is constantly

More information

MSP Center Plus Features Checklist

MSP Center Plus Features Checklist Features Checklist Your evaluation is not complete until you check out top vendors and the price. Here is a list prepared based customer queries. Features General Easy web interface with admin, technician,

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Before you Begin ITE Itil Express Service Management Software is a web based tool that helps you manage your IT Department and user relationships from a single point. It offers best

More information

The open source solution for IT Asset Management: CMDB, workflow, interoperability www.cmdbuild.org

The open source solution for IT Asset Management: CMDB, workflow, interoperability www.cmdbuild.org 1 The open source solution for IT Asset Management: CMDB, workflow, interoperability www.cmdbuild.org Tecnoteca Srl tecnoteca@tecnoteca.com www.tecnoteca.com The CMDBuild project CMDBuild was born in 2005,

More information

NetEye Release Notes 2015 - Version 3.5

NetEye Release Notes 2015 - Version 3.5 NetEye Release Notes 2015 - Version 3.5 This document provides an overview of the new features and enhancements released on the WÜRTHPHOENIX NetEye version 3.5. Higher Performance, Better Reliability and

More information

Your Help Desk evaluation is not complete until you check out the comparison between the different editions of ServiceDesk Plus and the price.

Your Help Desk evaluation is not complete until you check out the comparison between the different editions of ServiceDesk Plus and the price. Comparison Document Your Help Desk evaluation is not complete until you check out the comparison between the different editions of ServiceDesk Plus and the price. Here is a list prepared based on customer

More information

SapphireIMS Service Desk Feature Specification

SapphireIMS Service Desk Feature Specification SapphireIMS Service Desk Feature Specification All rights reserved. COPYRIGHT NOTICE AND DISCLAIMER No parts of this document may be reproduced in any form without the express written permission of Tecknodreams

More information

Bomgar 10.6 License Comparison

Bomgar 10.6 License Comparison Bomgar 10.6 License Comparison Multi-Platform Support Customer Technician/Representative Windows Windows 95-Windows 7 Server 2003 Server 2008 Windows 2000-Windows 7 Server 2003 Server 2008 Mac OS X OS

More information

ManageEngine SupportCenter Plus 7.7 Edition Comparison

ManageEngine SupportCenter Plus 7.7 Edition Comparison ManageEngine SupportCenter Plus 7.7 Edition Comparison Detailed Comparison of SupportCenter Plus 7.7 Editions. Zoho Corporation Official Document. ManageEngine is a part of Zoho Corporation ( Formerly

More information

FusionInventory Time to unify them all

FusionInventory Time to unify them all Fabrice Flore-Thebault themroc@ April 11, 2010 Outline 1 Origins Merge of 2 projects Factorize 2 Functionalities Network discovery Assets inventory Send data to servers Wake the agent when needed Deployment

More information

Efficient and easy-to-use network access control and dynamic vlan management. Date: 4.12.2007 http:// F r e e N A C. n e t Copyright @2007, Swisscom

Efficient and easy-to-use network access control and dynamic vlan management. Date: 4.12.2007 http:// F r e e N A C. n e t Copyright @2007, Swisscom Efficient and easy-to-use network access control and dynamic vlan management Date: 4.12.2007 http:// F r e e N A C. n e t Copyright @2007, Swisscom 1 Connection to the enterprise LAN is often (too) easy

More information

SapphireIMS 4.0 Service Desk Feature Specification

SapphireIMS 4.0 Service Desk Feature Specification SapphireIMS 4.0 Service Desk Feature Specification v1.4 All rights reserved. COPYRIGHT NOTICE AND DISCLAIMER No parts of this document may be reproduced in any form without the express written permission

More information

IceWarp to IceWarp Server Migration

IceWarp to IceWarp Server Migration IceWarp to IceWarp Server Migration Registered Trademarks iphone, ipad, Mac, OS X are trademarks of Apple Inc., registered in the U.S. and other countries. Microsoft, Windows, Outlook and Windows Phone

More information

Where are Organizations Today? The Cloud. The Current and Future State of IT When, Where, and How To Leverage the Cloud. The Cloud and the Players

Where are Organizations Today? The Cloud. The Current and Future State of IT When, Where, and How To Leverage the Cloud. The Cloud and the Players The Current and Future State of IT When, Where, and How To Leverage the The and the Players Software as a Service Citrix VMWare Google SalesForce.com Created and Presented by: Rand Morimoto, Ph.D., MCITP,

More information

ManageEngine Desktop Central Training

ManageEngine Desktop Central Training ManageEngine Desktop Central Training Course Objectives Who Should Attend Course Agenda Course Objectives Desktop Central training helps you IT staff learn the features offered by Desktop Central and to

More information

ServiceDesk Plus On-Demand Comparison Document ServiceDesk Plus v8 vs ServiceDesk Plus On- Demand ENTERPRISE VERSIONS

ServiceDesk Plus On-Demand Comparison Document ServiceDesk Plus v8 vs ServiceDesk Plus On- Demand ENTERPRISE VERSIONS ServiceDesk Plus On-Demand Comparison Document ServiceDesk Plus v8 vs ServiceDesk Plus On- Demand ENTERPRISE VERSIONS This document gives a feature wise comparison between the enterprise editions of ServiceDesk

More information

Williamson County Technology Services Technology Project Questionnaire for Vendor (To be filled out withprospective solution provider)

Williamson County Technology Services Technology Project Questionnaire for Vendor (To be filled out withprospective solution provider) Williamson County Technology Services Technology Project Questionnaire for Vendor (To be filled out withprospective solution provider) General Project Questions Please provide the proposed timeline estimate:

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide BlackBerry Resource Kit for BlackBerry Enterprise Service 10 Version 10.2 Published: 2015-11-12 SWD-20151112124827386 Contents Overview: BlackBerry Enterprise Service

More information

ManageEngine Desktop Central. Mobile Device Management User Guide

ManageEngine Desktop Central. Mobile Device Management User Guide ManageEngine Desktop Central Mobile Device Management User Guide Contents 1 Mobile Device Management... 2 1.1 Supported Devices... 2 1.2 What Management Operations you can Perform?... 2 2 Setting Up MDM...

More information

ITIL & ServiceDesk Plus

ITIL & ServiceDesk Plus ITIL & ServiceDesk Plus Alex D Paul Director IT Service Management ZOHO Corporation Agenda The Making of ServiceDesk Plus The Road Ahead Making of ServiceDesk Plus Sizing Up Who Were Against Small players

More information

Version 1.0 09/10. Xerox ColorQube 9301/9302/9303 Internet Services

Version 1.0 09/10. Xerox ColorQube 9301/9302/9303 Internet Services Version 1.0 09/10 Xerox ColorQube 9301/9302/9303 2010 Xerox Corporation. All Rights Reserved. Unpublished rights reserved under the copyright laws of the United States. Contents of this publication may

More information

The software can be downloaded from the Spiceworks web site at: http://www.spiceworks.com.

The software can be downloaded from the Spiceworks web site at: http://www.spiceworks.com. Spiceworks 2.0 Review One of the biggest headaches a network or system administrator faces is managing all of the equipment, software and services their network provides. From servers to workstations,

More information

Fixes for CrossTec ResQDesk

Fixes for CrossTec ResQDesk Fixes for CrossTec ResQDesk Fixes in CrossTec ResQDesk 5.00.0006 December 2, 2014 Resolved issue where the list of Operators on Category was not saving correctly when adding multiple Operators. Fixed issue

More information

everything HelpDesk [Ease of Use] [100% Web Help Desk] [Business Process Automation] [World Class Customer Service]

everything HelpDesk [Ease of Use] [100% Web Help Desk] [Business Process Automation] [World Class Customer Service] everything HelpDesk [Ease of Use] [100% Web Help Desk] [Business Process Automation] [World Class Customer Service] [Essential Third Party Integration] [Cross Platform Service Desk Solution] [Reporting

More information

Managing and Securing the Mobile Device Invasion. 2012 IBM Corporation

Managing and Securing the Mobile Device Invasion. 2012 IBM Corporation Managing and Securing the Mobile Device Invasion 2012 IBM Corporation Please Note: IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM

More information

Integrated processes aligned to your business The examples of the new NetEye and EriZone releases

Integrated processes aligned to your business The examples of the new NetEye and EriZone releases Integrated processes aligned to your business The examples of the new NetEye and EriZone releases Georg Kostner, Product Manager NetEye / EriZone 4/15/2015 1 Measurement & management in most organizations

More information

ManageEngine (division of ZOHO Corporation) www.manageengine.com. Infrastructure Management Solution (IMS)

ManageEngine (division of ZOHO Corporation) www.manageengine.com. Infrastructure Management Solution (IMS) ManageEngine (division of ZOHO Corporation) www.manageengine.com Infrastructure Management Solution (IMS) Contents Primer on IM (Infrastructure Management)... 3 What is Infrastructure Management?... 3

More information

User Guide. Time Warner Cable Business Class Cloud Solutions Control Panel. Hosted Microsoft Exchange 2007 Hosted Microsoft SharePoint 2007

User Guide. Time Warner Cable Business Class Cloud Solutions Control Panel. Hosted Microsoft Exchange 2007 Hosted Microsoft SharePoint 2007 Chapter Title Time Warner Cable Business Class Cloud Solutions Control Panel User Guide Hosted Microsoft Exchange 2007 Hosted Microsoft SharePoint 2007 Version 1.1 Table of Contents Table of Contents...

More information

2X SecureRemoteDesktop. Version 1.1

2X SecureRemoteDesktop. Version 1.1 2X SecureRemoteDesktop Version 1.1 Website: www.2x.com Email: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious

More information

Administrator Guide. v 11

Administrator Guide. v 11 Administrator Guide JustSSO is a Single Sign On (SSO) solution specially developed to integrate Google Apps suite to your Directory Service. Product developed by Just Digital v 11 Index Overview... 3 Main

More information

Comparison Document. SupportCenter Plus Comparison Documents 1

Comparison Document. SupportCenter Plus Comparison Documents 1 Comparison Document Your Customer Support Software evaluation is not complete until you check out the comparison between different features of. Here is a list prepared based on customer queries. Comparison

More information

Request Manager Installation and Configuration Guide

Request Manager Installation and Configuration Guide Request Manager Installation and Configuration Guide vcloud Request Manager 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Comparing VMware Zimbra with Leading Email and Collaboration Platforms Z I M B R A C O M P E T I T I V E W H I T E P A P E R

Comparing VMware Zimbra with Leading Email and Collaboration Platforms Z I M B R A C O M P E T I T I V E W H I T E P A P E R Comparing VMware Zimbra with Leading Email and Collaboration Platforms Z I M B R A C O M P E T I T I V E W H I T E P A P E R Introduction Email is indispensable few applications are more critical to the

More information

Security FAQs (Frequently Asked Questions) for Xerox Remote Print Services

Security FAQs (Frequently Asked Questions) for Xerox Remote Print Services Security FAQs (Frequently Asked Questions) for Xerox Remote Print Services February 30, 2012 2012 Xerox Corporation. All rights reserved. Xerox and Xerox and Design are trademarks of Xerox Corporation

More information

How to Migrate to MailEnable using the Migration Console

How to Migrate to MailEnable using the Migration Console How to Migrate to MailEnable using the Migration Console Contents 1. OVERVIEW... 2 2. MAILENABLE MIGRATION CONSOLE... 2 3. SELECT THE MIGRATION APPROACH... 2 Server Migration... 2 Domain Migration... 3

More information

[Document Title] SolarWinds Server & Application Monitor (SAM) [Document Subtitle] Angi Gahler. Share: Author: Manish Chacko

[Document Title] SolarWinds Server & Application Monitor (SAM) [Document Subtitle] Angi Gahler. Share: Author: Manish Chacko [Document Title] [Document Subtitle] SolarWinds Server & Application Monitor (SAM) Author: Manish Chacko Angi Gahler Table of Contents The Case for Application & Server Monitoring.. 3 Complete Visibility

More information

Integration Guide. Help Desk Authority, Perspective and sl360. 1.800.424.9411 www.scriptlogic.com

Integration Guide. Help Desk Authority, Perspective and sl360. 1.800.424.9411 www.scriptlogic.com Integration Guide Help Desk Authority, Perspective and sl360 1.800.424.9411 www.scriptlogic.com Table of Contents Introduction... 3 Product Overview... 3 Benefits of Product Integration... 3 Advanced Help

More information

Okta/Dropbox Active Directory Integration Guide

Okta/Dropbox Active Directory Integration Guide Okta/Dropbox Active Directory Integration Guide Okta Inc. 301 Brannan Street, 3rd Floor San Francisco CA, 94107 info@okta.com 1-888- 722-7871 1 Table of Contents 1 Okta Directory Integration Edition for

More information

Dell KACE K1000 Management Appliance. Service Desk Administrator Guide. Release 5.3. Revision Date: May 13, 2011

Dell KACE K1000 Management Appliance. Service Desk Administrator Guide. Release 5.3. Revision Date: May 13, 2011 Dell KACE K1000 Management Appliance Service Desk Administrator Guide Release 5.3 Revision Date: May 13, 2011 2004-2011 Dell, Inc. All rights reserved. Information concerning third-party copyrights and

More information

1. What are the System Requirements for using the MaaS360 for Exchange ActiveSync solution?

1. What are the System Requirements for using the MaaS360 for Exchange ActiveSync solution? MaaS360 FAQs This guide is meant to help answer some of the initial frequently asked questions businesses ask as they try to figure out the who, what, when, why and how of managing their smartphone devices,

More information

Smartphone Enterprise Application Integration

Smartphone Enterprise Application Integration WHITE PAPER MARCH 2011 Smartphone Enterprise Application Integration Rhomobile - Mobilize Your Enterprise Overview For more information on optimal smartphone development please see the Rhomobile White

More information

ITIL and Altiris ServiceDesk. Joseph Carson, Sr. Product Manager October 21, 2009

ITIL and Altiris ServiceDesk. Joseph Carson, Sr. Product Manager October 21, 2009 ITIL and Altiris ServiceDesk Joseph Carson, Sr. Product Manager October 21, 2009 Agenda Altiris Portfolio Overview IT Lifecycle Management Service Framework Establish the Face of IT to the Business Automate

More information

Managed Services Agreement. Hilliard Office Solutions, Ltd. PO Box 52510 Phone: 432-617-4677 Midland, Texas 79710 Fax: 432-617-3043

Managed Services Agreement. Hilliard Office Solutions, Ltd. PO Box 52510 Phone: 432-617-4677 Midland, Texas 79710 Fax: 432-617-3043 Managed Services Agreement Hilliard Office Solutions, Ltd. PO Box 52510 Phone: 432-617-4677 Midland, Texas 79710 Fax: 432-617-3043 SERVICE DESCRIPTIONS By purchasing these Services from Hilliard Office

More information

AVG Business SSO Partner Getting Started Guide

AVG Business SSO Partner Getting Started Guide AVG Business SSO Partner Getting Started Guide Table of Contents Overview... 2 Getting Started... 3 Web and OS requirements... 3 Supported web and device browsers... 3 Initial Login... 4 Navigation in

More information

Vistara Lifecycle Management

Vistara Lifecycle Management Vistara Lifecycle Management Solution Brief Unify IT Operations Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid

More information

BES10 Cloud architecture and data flows

BES10 Cloud architecture and data flows BES10 Cloud architecture and data flows Architecture: BES10 Cloud solution Component APNs BlackBerry Cloud Connector BES10 Cloud BlackBerry Infrastructure Company directory Devices GCM Other third-party

More information

Radia Cloud. User Guide. For the Windows operating systems Software Version: 9.10. Document Release Date: June 2014

Radia Cloud. User Guide. For the Windows operating systems Software Version: 9.10. Document Release Date: June 2014 Radia Cloud For the Windows operating systems Software Version: 9.10 User Guide Document Release Date: June 2014 Software Release Date: June 2014 Legal Notices Warranty The only warranties for products

More information

Installation and Administration Guide

Installation and Administration Guide Installation and Administration Guide BlackBerry Enterprise Transporter for BlackBerry Enterprise Service 12 Version 12.0 Published: 2014-11-06 SWD-20141106165936643 Contents What is BES12?... 6 Key features

More information

Onegini Token server / Web API Platform

Onegini Token server / Web API Platform Onegini Token server / Web API Platform Companies and users interact securely by sharing data between different applications The Onegini Token server is a complete solution for managing your customer s

More information

Standard Information Communications Technology. Multifunction Device. January 2013 Version 2.2. Department of Corporate and Information Services

Standard Information Communications Technology. Multifunction Device. January 2013 Version 2.2. Department of Corporate and Information Services Standard Information Communications Technology January 2013 Version 2.2 Corporate and Information Services Document details Document Title Contact details File name Version 2.2 Date issued January 2013

More information

Managing BlackBerry Enterprise Service 10 version 10.2

Managing BlackBerry Enterprise Service 10 version 10.2 Managing BlackBerry Enterprise Service 10 version 10.2 Course details Course code 726-08882-123 Approximate duration Labs 3 days Labs are included in this course Course overview This course explains how

More information

http://www.trendmicro.com/download

http://www.trendmicro.com/download Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Sugar Professional. Approvals + + + + Competitor tracking + + + + Territory management + + + + Third-party sales methodologies + + + +

Sugar Professional. Approvals + + + + Competitor tracking + + + + Territory management + + + + Third-party sales methodologies + + + + Professional Corporate Enterprise Ultimate List price / user / month $35 $45 $60 $150 List price / user / year (contractual term) $420 $540 $720 $1,800 Application or user limits no limits no limits no

More information

Netwrix Auditor. Administrator's Guide. Version: 7.1 10/30/2015

Netwrix Auditor. Administrator's Guide. Version: 7.1 10/30/2015 Netwrix Auditor Administrator's Guide Version: 7.1 10/30/2015 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from Netwrix Corporation

More information

NETWRIX ACCOUNT LOCKOUT EXAMINER

NETWRIX ACCOUNT LOCKOUT EXAMINER NETWRIX ACCOUNT LOCKOUT EXAMINER ADMINISTRATOR S GUIDE Product Version: 4.1 July 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute a

More information

GRAVITYZONE UNIFIED SECURITY MANAGEMENT. Use Cases for Beta Testers

GRAVITYZONE UNIFIED SECURITY MANAGEMENT. Use Cases for Beta Testers GRAVITYZONE UNIFIED SECURITY MANAGEMENT Use Cases for Beta Testers Introduction This document provides beta testers with guidelines for testing Bitdefender GravityZone solutions. To send your feedback,

More information

RES PowerFuse Version Comparison Chart (1/9)

RES PowerFuse Version Comparison Chart (1/9) RES PowerFuse Version Comparison Chart (1/9) Alerting Allows you to set up notifications of specific events, which can consist of sending e-mails to one or more recipients, sending SNMP notifications (

More information

What s new in AM 9.30 Accelerating business outcomes

What s new in AM 9.30 Accelerating business outcomes What s new in AM 9.30 Accelerating business outcomes AGENDA HP Asset Manager overview Relevant Trends and Improvements What s new in AM 9.30 ASSET MANAGER AND HP SOFTWARE PORTFOLIO Industry s most comprehensive

More information

Migrating to vcloud Automation Center 6.1

Migrating to vcloud Automation Center 6.1 Migrating to vcloud Automation Center 6.1 vcloud Automation Center 6.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

Service Desk as a Service

Service Desk as a Service Service Desk on Command A Steria Cloud Services Offering Service Name Service Desk on Command Service Desk as a Service Type of Service: IaaS PaaS SaaS Specialist Services Deployment Model: Public Private

More information

BlackBerry Enterprise Server Version: 5.0. Upgrade Planning Guide

BlackBerry Enterprise Server Version: 5.0. Upgrade Planning Guide BlackBerry Enterprise Server Version: 5.0 Upgrade Planning Guide SWDT577232-577232-0327090551-001 Contents 1 Overview: BlackBerry Enterprise Server... 3 2 Upgrading a BlackBerry Enterprise Server environment...

More information

Questions & Answers from the Webcast: Your Mac Users Deserve Quality Support Too. Sponsors: Atempo. Centrify. Group Logic. LANrev.

Questions & Answers from the Webcast: Your Mac Users Deserve Quality Support Too. Sponsors: Atempo. Centrify. Group Logic. LANrev. Questions & Answers from the Webcast: Your Mac Users Deserve Quality Support Too Sponsors: Atempo Centrify Group Logic LANrev Parallels November 10, 2009 Web Help Desk Contents Compilation of the questions

More information

Remote Application Server Version 14. Last updated: 25-02-15

Remote Application Server Version 14. Last updated: 25-02-15 Remote Application Server Version 14 Last updated: 25-02-15 Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Netwrix Auditor for Active Directory

Netwrix Auditor for Active Directory Netwrix Auditor for Active Directory Quick-Start Guide Version: 7.1 10/26/2015 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

101 ways to use SysAid

101 ways to use SysAid 101 ways to use SysAid Keep IT simple by letting SysAid do what it does best- help you manage your IT. Print out this handy checklist of everything you can do with SysAid, and make sure you are taking

More information

Configuration Task 3: (Optional) As part of configuration, you can deploy rules. For more information, see "Deploy Inbox Rules" below.

Configuration Task 3: (Optional) As part of configuration, you can deploy rules. For more information, see Deploy Inbox Rules below. Configure the E-mail Router After the E-mail Router has been installed, you can configure several aspects of it. Some of these configuration tasks are mandatory. Others are optional in that you use them

More information

Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts

Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts Seagate NAS OS 4 Reviewers Guide 2 Purpose of this guide Experience the most common use cases for the product, learn about

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Feature and Technical Overview Published: 2010-06-16 SWDT305802-1108946-0615123042-001 Contents 1 Overview: BlackBerry Enterprise

More information

WEB HELP DESK GETTING STARTED GUIDE

WEB HELP DESK GETTING STARTED GUIDE WEB HELP DESK GETTING STARTED GUIDE TABLE OF CONTENTS Install Web Help Desk (Windows)..... 3 Set Up Technician & Client Accounts 6 Configuring Ticket. 9 Configuring IT Asset..... 13 Useful Links 15 Use

More information

Google Apps Premier Edition. Email Included Yes Yes Yes Email Storage 25 GB Varies by deployment

Google Apps Premier Edition. Email Included Yes Yes Yes Email Storage 25 GB Varies by deployment 7 Keys to Comparing with Microsoft Exchange Server 2003/2007 Partner Guide Introduction is Google s Software as a Service (SaaS) solution for business messaging, collaboration, and security. It includes

More information

ManageEngine Password Manager Pro Vs Thycotic Secret Server

ManageEngine Password Manager Pro Vs Thycotic Secret Server ManageEngine Password Manager Pro Vs Thycotic Secret Server Features Comparison Sheet (As per the information available in Thycotic Secret Server s website on August 19, 2015) Feature ManageEngine Password

More information

Remote Application Server Version 14. Last updated: 06-02-15

Remote Application Server Version 14. Last updated: 06-02-15 Remote Application Server Version 14 Last updated: 06-02-15 Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

MIGRATING DESKTOP AND ROAMING ACCESS. Migrating Desktop and Roaming Access Whitepaper

MIGRATING DESKTOP AND ROAMING ACCESS. Migrating Desktop and Roaming Access Whitepaper Migrating Desktop and Roaming Access Whitepaper Poznan Supercomputing and Networking Center Noskowskiego 12/14 61-704 Poznan, POLAND 2004, April white-paper-md-ras.doc 1/11 1 Product overview In this whitepaper

More information

Sugar Professional. Approvals + + + + Competitor tracking + + + + Territory management + + + + Third-party sales methodologies + + + +

Sugar Professional. Approvals + + + + Competitor tracking + + + + Territory management + + + + Third-party sales methodologies + + + + Professional Corporate Enterprise Ultimate List price / user / month $35 $45 $60 $100 List price / user / year (contractual term) $420 $540 $720 $1,200 Application or user limits no limits no limits no

More information

Workflow Templates Library

Workflow Templates Library Workflow s Library Table of Contents Intro... 2 Active Directory... 3 Application... 5 Cisco... 7 Database... 8 Excel Automation... 9 Files and Folders... 10 FTP Tasks... 13 Incident Management... 14 Security

More information

Installation Guide. Tech Excel January 2009

Installation Guide. Tech Excel January 2009 Installation Guide Tech Excel January 2009 Copyright 1998-2009 TechExcel, Inc. All Rights Reserved. TechExcel, Inc., TechExcel, ServiceWise, AssetWise, FormWise, KnowledgeWise, ProjectPlan, DownloadPlus,

More information

With Windows, Web and Mobile clients Richmond SupportDesk is accessible to Service Desk operators wherever they are.

With Windows, Web and Mobile clients Richmond SupportDesk is accessible to Service Desk operators wherever they are. Richmond Systems Richmond Systems is a leading provider of software solutions enabling organisations to implement enterprise wide, best practice, IT Service Management. Richmond SupportDesk is currently

More information

IT as a Service. Support for custom/vertical applications if support documentation is provided. Desktop peripheral hardware (non-hardware issues)

IT as a Service. Support for custom/vertical applications if support documentation is provided. Desktop peripheral hardware (non-hardware issues) Managed Services IT as a Service Security as a Service Cloud Service IT as a Service Crystal Care Help Desk Services Help Desk FREQUENTLY ASKED QUESTIONS Pre-Sales What is the definition of Level I service?

More information

SolarWinds Log & Event Manager

SolarWinds Log & Event Manager Corona Technical Services SolarWinds Log & Event Manager Training Project/Implementation Outline James Kluza 14 Table of Contents Overview... 3 Example Project Schedule... 3 Pre-engagement Checklist...

More information

Sophos Mobile Control user help. Product version: 6.1

Sophos Mobile Control user help. Product version: 6.1 Sophos Mobile Control user help Product version: 6.1 Document date: May 2016 Contents 1 About this help...4 2 About Sophos Mobile Control...5 3 Login to the Self Service Portal...6 3.1 First login...6

More information

Novacura Flow 5. Technical Overview Version 5.6

Novacura Flow 5. Technical Overview Version 5.6 Title: NovaCura Flow 5 Technical Overview Sid. 1 av 19 Novacura Flow 5 Technical Overview Version 5.6 Novacura Flow is a platform produced by NovaCura AB for creating and running workflow based business

More information

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development A RapidValue Solutions Whitepaper Contents Executive Summary... 03 Oracle Mobile Application Framework (MAF): The Complete Development

More information

Administration Guide. WatchDox Server. Version 4.8.0

Administration Guide. WatchDox Server. Version 4.8.0 Administration Guide WatchDox Server Version 4.8.0 Published: 2015-11-01 SWD-20151101091846278 Contents Introduction... 7 Getting started... 11 Signing in to WatchDox... 11 Signing in with username and

More information

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds.

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds. ENTERPRISE MONITORING & LIFECYCLE MANAGEMENT Unify IT Operations Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid

More information

ACME Enterprises IT Infrastructure Assessment

ACME Enterprises IT Infrastructure Assessment Prepared for ACME Enterprises March 25, 2014 Table of Contents Executive Summary...2 Introduction...2 Background...2 Scope of IT Assessment...2 Findings...2 Detailed Findings for Key Areas Reviewed...3

More information

DameWare Server. Administrator Guide

DameWare Server. Administrator Guide DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx

More information

How To Use A Help Desk With A Pnettrap On A Pc Or Mac Or Mac (For A Laptop)

How To Use A Help Desk With A Pnettrap On A Pc Or Mac Or Mac (For A Laptop) Integration Guide Help Desk Authority, PacketTrap and sl360 1.800.424.9411 www.scriptlogic.com 2010 ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo, Help Desk Authority and

More information

Best of Breed of an ITIL based IT Monitoring. The System Management strategy of NetEye

Best of Breed of an ITIL based IT Monitoring. The System Management strategy of NetEye Best of Breed of an ITIL based IT Monitoring The System Management strategy of NetEye by Georg Kostner 5/11/2012 1 IT Services and IT Service Management IT Services means provisioning of added value for

More information

GSX Monitor & Analyzer for Exchange On premise. Performance, Reporting, Management

GSX Monitor & Analyzer for Exchange On premise. Performance, Reporting, Management GSX Monitor & Analyzer for Exchange On premise Performance, Reporting, Management 1 About GSX Solutions Founded in 1996, Headquartered in Switzerland Offices in USA, UK, France, Switzerland, China 600

More information

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0 White Paper Enterprise File Serving 2.0 Anywhere, Any Device File Access with IT in Control Like it or not, cloud- based file sharing services have opened up a new world of mobile file access and collaborative

More information

Monthly Fee Per Server 75/month 295/month 395/month Monthly Fee Per Desktop/Notebook/ 15/month 45/month 55/month

Monthly Fee Per Server 75/month 295/month 395/month Monthly Fee Per Desktop/Notebook/ 15/month 45/month 55/month SERVICE COVERAGE AND FEE SCHEDULE Base Package Fees Monthly Fee Per Server 75/month 295/month 395/month Monthly Fee Per Desktop/Notebook/ 15/month 45/month 55/month Live Desk Services Live Desk Telephone

More information

Bomgar License Comparison

Bomgar License Comparison Feature Standard Enterprise Multi-OS Support Support customers who are using Windows 95-Vista or the latest versions of Macintosh, SuSE, Ubuntu, RedHat, Fedora, Windows Mobile, and Blackberry. For providing

More information

Advanced Event Viewer Manual

Advanced Event Viewer Manual Advanced Event Viewer Manual Document version: 2.2944.01 Download Advanced Event Viewer at: http://www.advancedeventviewer.com Page 1 Introduction Advanced Event Viewer is an award winning application

More information