Xapity PowerShell Activity Administration Guide.

Size: px
Start display at page:

Download "Xapity PowerShell Activity Administration Guide."

Transcription

1 Xapity PowerShell Activity Administration Guide Document Version 1.0 August 2016

2 This document contains information that may change without notice. While every effort has been made to ensure that the information contained in this document is correct and up-todate, Xapity accepts no responsibility or liability to any party for any loss, damage, or disruption caused by errors, omissions, completeness or suitability of the information. This document can be used for internal and reference purposes. You cannot republish or commercially exploit the document. Nor can you store it on any other website or other form of electronic retrieval system without the written approval of Xapity XAPTY PTY LTD. All Rights Reserved. 2

3 Xapity PowerShell Activity Administration Guide v1.0 Contents 1 Overview Supported Work Items License Keys Installation and Configuration of Xapity PowerShell Activity Install Management Pack and dll Import Management Pack Copy workflow dll to install folder PowerShell Activity Settings PowerShell Script Repository Creating a Script PowerShell Activity Variables PowerShell Activity Templates PowerShell Activity PowerShell Activity Error Handling Language Support and Overrides Edit Translation Override String Values Further Information Xapity Support

4 4

5 1 Overview The Xapity PowerShell Activity enables PowerShell scripts to be run directly in any Microsoft System Center Service Manager (SCSM) workflow. With Xapity PowerShell Activity, PowerShell scripts are stored and updated centrally, script execution output can be viewed and if a script error occurs, an Notification can be sent. 2 Supported Work Items Xapity PowerShell Activity is supported on the following Work Items Service Request Change Request Release Record 5

6 3 License Keys A unique License Key is required for each SCSM Management Group. A License Key will be valid for the purchased major release version and any minor changes to that version. Minor changes will include bug fixes and minor incremental updates to functionality. A new License Key will be required when a new major version is released. Major versions will include significant changes or enhancements, new functionality or support for major changes in Service Manager. If you have a valid Support and Software Assurance Agreement, you are entitled to new License Keys for new major versions. With any purchase of a Xapity product for Service Manager, you are entitled to license two nonproduction SCMS Management Groups for your development and testing purposes. Requests for Licenses Keys for new major versions or for your nonproduction instances can be made from the Manage Keys page on the Xapity website, or by contacting Xapity. Xapity products will function for 30 days from the install date without a License Key. 6

7 4 Installation and Configuration of Xapity PowerShell Activity 4.1 Install Management Pack and dll Installation of Xapity PowerShell Activity involves importing a management pack and copying one workflow dll file into the Service Manager install folder. 4.2 Import Management Pack In the Service Manager console navigate to Administration\Management Packs and import the following: Xapity.PowerShellActivity.Library.mpb (change to mpb file type in import window) A restart of the console after importing a Management Pack is always recommended. Figure 1: Import Management Pack bundle 4.3 Copy workflow dll to install folder On the Service Manger workflow server copy the Xapity.PowerShellActivity.Workflows.dll to the Service Manager install folder on the workflow server - default location is C:\Program Files\Microsoft System Center 2012 R2\Service Manager (it may be different on your server if install defaults were not used): Xapity. PowerShellActivity.Workflows.dll Restart the Microsoft Monitoring Agent service Important: The dll requires a restart on the Microsoft Monitoring Agent. This will not affect analysts directly, but will pause workflows while restarting. 7

8 5 PowerShell Activity Settings 5.1 PowerShell Script Repository The Xapity PowerShell Activity scripts are created and stored under the Library section of Service Manager: Figure 2: Scripts Library 5.2 Creating a Script Only SCSM Administrators have permission to create scripts. Creating a new script involves giving it a title and usually copy/paste in the script. The script highlight colours are there to make it easier to read and should not be relied on to verify the code entered. Figure 3: Create a PowerShell Script 8

9 Script Enabled for Automation checkbox will allow you to enable or disable the script. This will allow you to create a script in draft form, and then enable it for production use when ready. Only enabled scripts can be added to the PowerShell Activity. Note: If the script has been used in a PowerShell Activity and the checkbox is cleared (disabled), then the script will not execute in any workflow and the PowerShell Activity will go into a Failed state. 5.3 PowerShell Activity Variables The PowerShell Activity includes the following variables that can be used in scripts: ActivityID the PowerShell Activity ID eg AC440 ActivityGUID the PowerShell Activity GUID eg 32737e7b-4e59-2d42-ddf1-0c7be6477a3d ParentID the ID from the parent Change, Release or Service Release eg SR567 ParentGUID the GUID from the parent Change, Release or Service Release eg cb88eebd-b027-d377-ea b28 Using these variables allows you to write targeted scripts that can interact directly with the activity itself or the parent workflow item. Other activities or SCSM objects can be derived from these. 5.4 PowerShell Activity Templates The Default PowerShell Activity template will be blank and allows you to add a PowerShell Activity to a workflow and then configure it. You can also create additional templates with the details already filled in. Add templates for repeatable tasks and to pre-populate the base information. Figure 4: PowerShell Activity Template 9

10 5.5 PowerShell Activity The PowerShell Activity creates a link to a PowerShell script in the Library repository. It can be configured to send an notification on a script terminating error. Figure 5: PowerShell Activity Script tab: is only available to SCSM Administrators and allows you to view the script. To edit the script, double click the script name and this opens the script from the library repository. Output tab: Any output (including errors) generated by the script is displayed on this tab. By default, when a Script has a terminating error the PowerShell Activity will be marked as Failed and this will stop the workflow. On Error Continue Workflow allows the parent Work item workflow to continue even if the script has a terminating error. Note this will mark the PowerShell Activity as Completed even though it had a terminating error when running. If Notification is configured an will still be sent. 10

11 5.6 PowerShell Activity Error Handling PowerShell has two types of errors: Non-Terminating Errors: non-serious errors that show as red output on the screen, but do not stop the script form running. They will register as Successfully Executed in the PowerShell Activity, and the output screen will capture the non-terminating error. Terminating Errors Serious errors that stop the scrip from continuing. They will cause the PowerShell Activity to fail and thus stop the entire work item workflow (use On Error Continue Workflow to override this). $ErrorActionPreference can be used to control the behaviour of non-terminating errors. Terminating errors will always stop the script from continuing. $ErrorActionPreference can make a non-terminating error behave like a terminating error ie it will fail the PowerShell Activity and cause an error to be sent. The options for $ErrorActionPreference are: SilentlyContinue no error message displayed and execution will continue Stop a error stops the script from continuing execution Continue the default option. Errors will display and execution will continue Inquire prompt the user for input Ignore the error is ignored and not logged to the error stream Place the following code at the beginning of the script to make a non-terminating error stop: $ErrorActionPreference = Stop For more information: refer to the following blog post from Hey, Scripting Guys it has a good explanation of PowerShell error handling: 11

12 6 Language Support and Overrides Xapity PowerShell Activity supports all languages supported by Service Manager. Translation is difficult in a technical environment and errors occur. As a result, we have given you the ability to edit the translations and import your own translations for any dialogue in Xapity PowerShell Activity. The feature to edit the translations also gives you the ability to customise the dialogue strings, task names, and form headings to be more relevant to your business requirements. Languages supported in Service Manager: CHS Chinese (Simplified) CHT Chinese (Traditional) CSY Czech DAN Danish DEU German ELL Greek ENU English ESN Spanish FIN Finnish FRA French ITA Italian JPN Japanese KOR Korean NLD Dutch NOR Norwegian PLK Polish PTB Portuguese (Brazil) PTG Portuguese RUS Russian SVE Swedish TRK Turkish ZHH Chinese (Taiwan) 6.1 Edit Translation To customise the language or to fix an existing translation, Xapity PowerShell Activity supports importing an extension Management Pack to override the language settings. In the product download zip file there is an unsealed Management Pack Xapity.PowerShellActivity.ExtendedLanguages.xml. This XML Management Pack can be edited and then imported into Service Manager. In the product download we also provided an Additional Languages folder, with a base language file for each of the Service Manager supported languages. These were translated used Bing Translator and will need to be verified before adding them to the Extension Management Pack. In each text file all the variables and labels are defined, edit the strings that are relevant and then copy them into the LanguagePack Display Strings section of the Xapity.PowerShellActivity.ExtendedLanguages.xml Management Pack. The variables referenced will override the default product values. This will fix any translation errors that were made or customise the strings to what you need. Tip: Verify the translation before importing as these were automatically translated using Bing Translator. 12

13 Example: Spanish XML from Text file Xapity.PowerShell Activity.ESN.Bing.Translated.txt Figure 6: Example Additional Language (not all strings shown) To change the Spanish translation or customise these strings, edit them to a more suitable translation or value. Then open the file Xapity.PowerShellActivity.ExtendedLanguages.xml and replace the green section below with the updated section of the Spanish language text file. Figure 7: Update Extended Languages XML with additional language Add as many languages overrides as required. The Xapity.PowerShellActivity.Extended.Languages.xml file is used for all 23 supported languages. Import the unsealed management pack Xapity.PowerShellActivity.ExtendedLanguages.xml into Service Manager for Xapity PowerShell Activity to support the edited translations. If you come across translation errors, either in the extended languages, please let us know. We are always trying to make our products better! 13

14 6.2 Override String Values It is also possible to use this method to override the default English values: Open Xapity.PowerShell Activity.ExtendedLanguages.xml Edit the values in the ENU section Import it into Service Manager. You can rebrand the tasks or add custom details to the strings and dialog boxes that are relevant to your environment. 14

15 7 Further Information Please refer to the following guides on the Xapity website: Xapity Reference Guide SCSM Authoring Tool Form Layout Guide Xapity Reference Guide Extend SCSM Work Items Xapity Reference Guide Type Projections Xapity Clone Xapity Mail Xapity Transfer Xapity User History Xapity Blogs including PowerShell links and examples 7.1 Xapity Support For any support issues please contact 15

Xapity Notification Activity Administration Guide.

Xapity Notification Activity Administration Guide. Xapity Notification Activity Administration Guide www.xapity.com Document Version 1.0 October 2016 This document contains information that may change without notice. While every effort has been made to

More information

Xapity Attachments Administration Guide.

Xapity Attachments Administration Guide. Xapity Attachments Administration Guide www.xapity.com Document Version 1.0 Jab 2017 This document contains information that may change without notice. While every effort has been made to ensure that the

More information

Xapity Current Activity Administration Guide.

Xapity Current Activity Administration Guide. Xapity Current Activity Administration Guide www.xapity.com Document Version 1.0 October 2016 This document contains information that may change without notice. While every effort has been made to ensure

More information

Deployment Guide Gridpro AB Rev: Published: March 2014

Deployment Guide Gridpro AB Rev: Published: March 2014 Deployment Guide Gridpro AB Rev: 2.5.5197 Published: March 2014 Contents Prerequisites... 4 Windows Server 2008/2008 R2... 5 Server Configuration... 5 Microsoft.NET Framework 4 Installation... 8 Windows

More information

Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus

Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus Summary This document outlines the necessary steps for transferring your Norman Endpoint Protection product to Avast

More information

Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus

Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus Summary This document outlines the necessary steps for transferring your Norman Endpoint Protection product to Avast

More information

Reinstalling a Cisco Unity Express Image Using the Boothelper

Reinstalling a Cisco Unity Express Image Using the Boothelper Reinstalling a Cisco Unity Express Image Using the Boothelper Last Updated: October 5, 2011 This chapter describes the procedures for installing Cisco Unity Express software using the boothelper. Use the

More information

Upgrading to Cisco Unity Express 8.6

Upgrading to Cisco Unity Express 8.6 Upgrading to Cisco Unity Express 8.6 Last Updated: October 5, 2011 This chapter describes procedures for upgrading to Cisco Unity Express 8.6 software. This chapter includes: Preparing for Your Upgrade,

More information

Installing Cisco Unity Express 7.1 Software on the ISM-SRE-300-K9 Services Ready Engine (SRE)

Installing Cisco Unity Express 7.1 Software on the ISM-SRE-300-K9 Services Ready Engine (SRE) Installing Cisco Unity Express 7.1 Software on the ISM-SRE-300-K9 Services Ready Engine (SRE) Last Updated: December 10, 2010 This chapter describes an alternative procedure for installing Cisco Unity

More information

SCUtils Survey Lite Trial Installation Guide Solution for Microsoft System Center 2012 Service Manager

SCUtils Survey Lite Trial Installation Guide Solution for Microsoft System Center 2012 Service Manager SCUtils Survey Lite Trial Installation Guide Solution for Microsoft System Center 2012 Service Manager Published: 14 th September 2015 Version: 1.9 Authors: Marat Kuanyshev Feedback: support@scutils.com

More information

Installing Cisco Unity Express 8.0 Software

Installing Cisco Unity Express 8.0 Software Last Updated: June 2, 2010 After ensuring that the prerequisites described in the Prerequisites for Installing Cisco Unity Express Software section on page 9 are completed, the Cisco Unity Express software

More information

Lightscribe Public Windows Software Development Kit

Lightscribe Public Windows Software Development Kit Lightscribe Public Windows Software Development Kit About this Specification This document is the official Public LightScribe Software Development Kit (SDK) for Microsoft Windows. Hewlett-Packard (HP)

More information

SCUtils Knowledge Base Installation Guide Solution for Microsoft System Center 2012 Service Manager

SCUtils Knowledge Base Installation Guide Solution for Microsoft System Center 2012 Service Manager SCUtils Knowledge Base Installation Guide Solution for Microsoft System Center 2012 Service Manager Published: 3 d November 2014 Version: 3.4 Authors: Marat Kuanyshev Feedback: support@scutils.com Contents

More information

Reinstalling a Cisco Unity Express Image Using the Boothelper

Reinstalling a Cisco Unity Express Image Using the Boothelper Reinstalling a Cisco Unity Express Image Using the Boothelper Last Updated: December 10, 2010 This chapter describes the procedures for installing Cisco Unity Express software using the boothelper. Note

More information

Reinstalling a Cisco Unity Express Image Using the Boothelper

Reinstalling a Cisco Unity Express Image Using the Boothelper Reinstalling a Cisco Unity Express Image Using the Boothelper Last Updated: December 10, 2010 This chapter describes the procedures for installing Cisco Unity Express software using the boothelper. Note

More information

Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4

Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4 Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4 Fiery Extended Applications (FEA) v4.4 contains Fiery software for performing tasks using a Fiery Server. This document describes how

More information

Oracle Financial Services Asset Liability Management Applications Pack

Oracle Financial Services Asset Liability Management Applications Pack Oracle Financial Services Asset Liability Management Applications Pack Language Pack Installation & Configuration Guide Version 8.0.1.0.0 DOCUMENT CONTROL Version Number Revision Date Changes Done Version

More information

Application Note. This document contains information on the following:

Application Note. This document contains information on the following: Document Number: IX_APP00115 File Name: InteractX Under the Hood.doc Date: January 27, 2003 Product: InteractX Designer Application Note Associated Project: Related Documents: KEYWORDS While precautions

More information

Upgrading Cisco Unity Express

Upgrading Cisco Unity Express Upgrading Cisco Unity Express Last Updated: December 10, 2010 This chapter describes procedures for upgrading to Cisco Unity Express 7.0 software. Use one of two upgrade procedures depending on whether

More information

DocuSign Service User Guide. Information Guide

DocuSign Service User Guide. Information Guide Information Guide 1 DocuSign Service User Guide 1 Copyright 2003-2013 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign Intellectual

More information

Localizing Intellicus. Version: 7.3

Localizing Intellicus. Version: 7.3 Localizing Intellicus Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Product Release Notes

Product Release Notes Product Release Notes Release 33 October 2016 VERSION 20161021 Table of Contents Document Versioning 2 Overview 3 Known Issues 3 Usability 3 Drag and Drop Column Reordering is not Supported in some Admin

More information

1.1 Create a New Survey: Getting Started. To create a new survey, you can use one of two methods: a) Click Author on the navigation bar.

1.1 Create a New Survey: Getting Started. To create a new survey, you can use one of two methods: a) Click Author on the navigation bar. 1. Survey Authoring Section 1 of this User Guide provides step-by-step instructions on how to author your survey. Surveys can be created using questions and response choices you develop; copying content

More information

Installing Cisco Unity Express Software

Installing Cisco Unity Express Software Installing Cisco Unity Express Software Last Updated: November 5, 2007 After ensuring that the prerequisites described in the Prerequisites f Installing Cisco Unity Express Software section on page 13

More information

Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2

Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2 Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2 Fiery Extended Applications Package (FEA) v4.2 contains Fiery applications for performing tasks associated with a Fiery Server.

More information

Installing Cisco Unity Express 8.0 Software on Services Ready Engine (SRE) Modules

Installing Cisco Unity Express 8.0 Software on Services Ready Engine (SRE) Modules Installing Cisco Unity Express 8.0 Software on Services Ready Engine (SRE) Modules Last Updated: June 2, 2010 This chapter describes the procedure f installing Cisco Unity Express software on the Services

More information

You can install the client on the following operating systems:

You can install the client on the following operating systems: Review the options for installation and learn about different methods for installing Cisco UC Integration for Microsoft Lync. Understand the requirements for successful deployments before you start the

More information

You can install the client on the following operating systems: Microsoft Windows 7, 32 bit and 64 bit

You can install the client on the following operating systems: Microsoft Windows 7, 32 bit and 64 bit Review the options for installation and learn about different methods for installing Cisco UC Integration for Microsoft Lync. Understand the requirements for successful deployments before you start the

More information

Getting Started with BarTender

Getting Started with BarTender Getting Started with BarTender MANUAL Contents Getting Started with BarTender 3 Installation 4 Choosing What to Install 4 Automation Editions (Automation and Enterprise Automation) 4 Installing BarTender

More information

FS-1100 / FS-1300D Product Library

FS-1100 / FS-1300D Product Library FS-1100 / FS-1300D Product Library Version 1.1 EUR / 29.01.2008 Release Notes CD Contents Operating System(s): Version: (1) Printer Drivers: KX Printer Driver (Generic) Windows 98, Me, NT4 4.2.1409b KX

More information

KYOCERA Quick Scan v1.0

KYOCERA Quick Scan v1.0 KYOCERA Quick Scan v1.0 Software Information PC Name Version 0731 July 31, 2018 KYOCERA Document Solutions Inc. Product Planning Division 1 Table of Contents 1. Overview... 4 1.1. Background... 4 1.2.

More information

Silent Install. Installing BarTender and Seagull License Server using Command Lines WHITE PAPER

Silent Install. Installing BarTender and Seagull License Server using Command Lines WHITE PAPER Silent Install Installing BarTender and Seagull License Server using Command Lines WHITE PAPER Contents Overview 3 Performing a Silent Install 3 Extracting the Installation Package from the BarTender DVD

More information

QuickSpecs. HPE Insight Online. Overview. Retired

QuickSpecs. HPE Insight Online. Overview. Retired Overview provides the information you need to monitor the devices in your IT environment from anywhere, anytime - at no additional cost as part of your HPE warranty and contract services. is a cloud-based

More information

Silent Install. The World's Leading Software for Label, Barcode, RFID & Card Printing

Silent Install. The World's Leading Software for Label, Barcode, RFID & Card Printing The World's Leading Software for Label, Barcode, RFID & Card Printing Silent Install Installing BarTender and Seagull License Server using Command Lines Contents Overview 3 Performing a Silent Install

More information

KUKA KRC2 and KRC4: User logon and language switching using robot IO interface

KUKA KRC2 and KRC4: User logon and language switching using robot IO interface Orange Apps UserLogonIO V1.0 KUKA KRC2 and KRC4: User logon and language switching using robot IO interface User Manual As of: Feb 24, 2014, Version 0.3 2 Introduction Copyright 2014 OrangeApps GmbH Arnikaweg

More information

Product Release Notes

Product Release Notes Product Release Notes Release 31 February 2016 VERSION 20160226 Table of Contents Document Versioning 3 Overview 4 Known Issues 4 Analytics 4 Internet Explorer 11 Error When Downloading Reports with Names

More information

Tekla Structures 2016i. Basics of Tekla Structures. September Trimble Solutions Corporation

Tekla Structures 2016i. Basics of Tekla Structures. September Trimble Solutions Corporation Tekla Structures 2016i Basics of Tekla Structures September 2016 2016 Trimble Solutions Corporation Contents 1 Start Tekla Structures... 9 1.1 What is a blank project...11 1.2 Check or change your Tekla

More information

Product Release Notes

Product Release Notes Product Release Notes Release 32 June 2016 VERSION 20160624 Table of Contents Document Versioning 2 Overview 3 Known Issues 3 Usability 3 Action Bar Applets Do Not Collapse if the User Refines a List Within

More information

ProvidingAmerica'sBestTelephonySolutions!

ProvidingAmerica'sBestTelephonySolutions! ProvidingAmerica'sBestTelephonySolutions! Voice:863-614-1900 Skype:TelephoneManofamerica E-Mail:telephoneman@telephonemanofamerica.com Shop.TelephoneManofAmerica.com Embedded Voicemail Installation Guide

More information

ThinPrint RDP Engine

ThinPrint RDP Engine ThinPrint RDP Engine Print management for Remote Desktop Connections to Microsoft Terminal Servers (version 8.6) Manual Cortado AG Alt-Moabit 91 a/b 10559 Berlin Germany/ Alemania Cortado, Inc. 7600 Grandview

More information

Intel USB 3.0 extensible Host Controller Driver

Intel USB 3.0 extensible Host Controller Driver Intel USB 3.0 extensible Host Controller Driver Release Notes (5.0.4.43) Unified driver September 2018 Revision 1.2 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Filr 3.3 Desktop Application Guide for Linux. December 2017

Filr 3.3 Desktop Application Guide for Linux. December 2017 Filr 3.3 Desktop Application Guide for Linux December 2017 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Configuring an SAP Business Warehouse Resouce in Metadata Manager 9.5.0

Configuring an SAP Business Warehouse Resouce in Metadata Manager 9.5.0 Configuring an SAP Business Warehouse Resouce in Metadata Manager 9.5.0 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

INSITE Features Notes

INSITE Features Notes INSITE 8.1.2 Features Notes The latest INSITE information can be found on the website at http://insite.cummins.com For technical support, please send an email to servicetoolsupport@cummins.com or call

More information

QUICK REFERENCE GUIDE: SHELL SUPPLIER PROFILE QUESTIONNAIRE (SPQ)

QUICK REFERENCE GUIDE: SHELL SUPPLIER PROFILE QUESTIONNAIRE (SPQ) QUICK REFERENCE GUIDE: SHELL SUPPLIER PROFILE QUESTIONNAIRE (SPQ) July 2018 July 2018 1 SPQ OVERVIEW July 2018 2 WHAT IS THE SHELL SUPPLIER PROFILE QUESTIONNAIRE? Shell needs all potential and existing

More information

Section 1: Installation and Activation

Section 1: Installation and Activation Section 1: Installation and Activation System requirements This is the minimal system configuration required to use Readiris: A Mac computer with a 64 bits Intel processor. The operating system Mac OS

More information

Upgrading Using the Boot Helper

Upgrading Using the Boot Helper Upgrading Using the Boot Helper Last Updated: December 21, 2006 This chapter describes the procedures for installing a new release of Cisco Unity Express software using the boot helper. Note The boot helper

More information

Instructions for Upgrading BladeUPS Firmware

Instructions for Upgrading BladeUPS Firmware All Blade UPS in a parallel system must have the same version of firmware. If installing a new UPS module into an existing system, which has a different firmware level, the new UPS will alarm Software

More information

Readiris 17. No retyping. No paper. Just smart documents. #1 Conversion Software

Readiris 17. No retyping. No paper. Just smart documents. #1 Conversion Software Readiris 17 No retyping. No paper. Just smart documents. for Mac #1 Conversion Software Section 1: Installation and Activation System requirements This is the minimal system configuration required to use

More information

INTERFACE & 16 YUUWAA ONLINE SERVICES...

INTERFACE & 16 YUUWAA ONLINE SERVICES... USER GUIDE Table of Contents INTRODUCTION... 3 SYSTEM REQUIREMENTS... 4 YUUWAA BACKUP... 5 Set Up Your First Backup... 5 Create Your Backup... 6 YuuWaa Online Backup... 9 Launch Your Backup... 11 YuuWaa

More information

Beyond 20/20. Browser - English. Version 7.0, SP3

Beyond 20/20. Browser - English. Version 7.0, SP3 Beyond 20/20 Browser - English Version 7.0, SP3 Notice of Copyright Beyond 20/20 Desktop Browser Version 7.0, SP3 Copyright 1992-2006 Beyond 20/20 Inc. All rights reserved. This document forms part of

More information

Contents. Page 1 Seavus Project Viewer Concurrent Installation Instructions

Contents. Page 1 Seavus Project Viewer Concurrent Installation Instructions Contents Page 1 Contents Contents CONTENTS 2 CHAPTER 1: INSTALLING SEAVUS PROJECT VIEWER 3 INSTALLATION INSTRUCTION 3 CONFIGURATION INSTRUCTIONS 9 ACTIVATION INSTRUCTIONS 14 RESTARTING THE SEAVUS LICENSE

More information

Product Library 4.0 EUR. CD Contents. Release Notes August 1st, Windows Windows. Windows Vista. Server Windows 98, Me, NT4.0.

Product Library 4.0 EUR. CD Contents. Release Notes August 1st, Windows Windows. Windows Vista. Server Windows 98, Me, NT4.0. 1 of 5 Product Library 4.0 EUR Release Notes August 1st, 2010 CD Contents Printer s Version 98, Me, NT4.0 XP Vista 7 Server Server 2003 R2 KX DRIVER 4.2.1409b KX DRIVER 5.0.2202a KX (XPS) 1.0.3330b XPS

More information

INSITE Features Notes

INSITE Features Notes INSITE 8.3.0 Features Notes The latest INSITE information can be found on the website at http://insite.cummins.com. For technical support, please send an email to servicetoolsupport@cummins.com or call

More information

10 Steps to Document Translation Success

10 Steps to Document Translation Success 10 Steps to Document Translation Success www.globalizationpartners.com 10 Steps to Document Translation Success Copyright 2016-2017 Globalization Partners International. All rights reserved. This ebook

More information

Hotfix version. Date. McAfee Agent 4.5. Installation instructions. Installing on epolicy Orchestrator 4.x systems. Tasks. Tasks

Hotfix version. Date. McAfee Agent 4.5. Installation instructions. Installing on epolicy Orchestrator 4.x systems. Tasks. Tasks Hotfix version 672138 Build 4.5.0.1908 Date August 16, 2012 McAfee Agent 4.5 This Hotfix addresses following issues: Issue: The following field values were not used during update tasks that were executed

More information

Eaton BladeUPS Firmware Upgrade Instructions. UPS model : Bladeups. Firmware Upgrade Procedure. Date : 02/10/2017. Page 1/page total/15

Eaton BladeUPS Firmware Upgrade Instructions. UPS model : Bladeups. Firmware Upgrade Procedure. Date : 02/10/2017. Page 1/page total/15 UPS model : Bladeups Date : 02/10/2017 Eaton BladeUPS Page 1/page total/15 Contents 1. Download the firmware 2. UPS connection 3. Perform the firmware upgrade 4. Batch file upgrade procedure 5. Firmware

More information

Dell SupportAssist for PCs. User's Guide for Windows 10 in S Mode

Dell SupportAssist for PCs. User's Guide for Windows 10 in S Mode Dell SupportAssist for PCs User's Guide for Windows 10 in S Mode Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Project Name SmartPSS

Project Name SmartPSS V2.00.1 Language Farsi, Arabic, Russian, Japanese, Korean, Turkish, Vietnamese, Thai, Indonesian, Traditional Chinese, Hebrew, Spanish, Portuguese, French, Dutch, Italian, German, Czech, Slovakia, Hungarian,

More information

12 Steps to Software Translation Success

12 Steps to Software Translation Success 12 Steps to Software Translation Success www.globalizationpartners.com 12 Steps to Software Translation Success Copyright 2016-2017 Globalization Partners International. All rights reserved. This ebook

More information

IBM DB2 Web Query for System i V1R1M0 and V1R1M1 Install Instructions (updated 08/21/2009)

IBM DB2 Web Query for System i V1R1M0 and V1R1M1 Install Instructions (updated 08/21/2009) IBM DB2 Web Query for System i V1R1M0 and V1R1M1 Install Instructions (updated 08/21/2009) Installation & Setup Review all instructions before starting the install of DB2 Web Query. Complete these steps

More information

IP Office 4.1 Embedded Voic Installation

IP Office 4.1 Embedded Voic Installation Embedded Voicemail Installation 15-601067 Issue 06e - (17 July 2008) 2008 AVAYA All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was complete

More information

Microsoft Word - Templates

Microsoft Word - Templates Microsoft Word - Templates Templates & Styles. Microsoft Word come will a large amount of predefined templates designed for you to use, it is also possible to download additional templates from web sites

More information

The SAP Knowledge Acceleration, website package, can be deployed to any web server, file server, CD-ROM, or a user workstation.

The SAP Knowledge Acceleration, website package, can be deployed to any web server, file server, CD-ROM, or a user workstation. SAP KNOWLEDGE ACCELERATION TECHNICAL SPECIFICATIONS In this guide, you will learn about hardware and software requirements for SAP Knowledge Acceleration (KA). SAP Knowledge Acceleration (KA) is a web-based

More information

Using the FDR for Mac Users

Using the FDR for Mac Users Using the FDR for Mac Users Author(s): Jack Mello version: 1.2 Written: June 7, 2010 Modified: June 21, 2011 ----------------------- Software: - Mac OS X 10.6.7 - Cyberduck Version 3.8 (7920) Using the

More information

IP Office Release 7.0 Embedded Voic Installation

IP Office Release 7.0 Embedded Voic Installation Embedded Voicemail Installation 15-601067 Issue 11b - (12 July 2011) 2011 AVAYA All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document is complete

More information

Hik-Connect Mobile Client

Hik-Connect Mobile Client Hik-Connect Mobile Client SPEC V3.6.3 Name: Hik-Connect Mobile Client Software Version: V3.6.3 Android: System Requirement: Android 4.1 or Above ios: System Requirement: ios 8.0 or Above Software Information

More information

WORKSTATION APPLICATION NVIDIA POWERdraft Release Notes. Software Version 15.06

WORKSTATION APPLICATION NVIDIA POWERdraft Release Notes. Software Version 15.06 WORKSTATION APPLICATION NVIDIA POWERdraft Release Notes Software Version 15.06 NVIDIA Corporation DECEMBER 2002 Published by NVIDIA Corporation 2701 San Tomas Expressway Santa Clara, CA 95050 Copyright

More information

Hik-Connect Client Software V (Android) V (iOS) Release Notes ( )

Hik-Connect Client Software V (Android) V (iOS) Release Notes ( ) Hik-Connect Client Software V3.1.0 0828(Android) V3.1.0 170830(iOS) Release Notes (2017-09-07) Hik-Connect Version 3.1.0: Optimize Login Page Hik-Connect account and email address are displayed default,

More information

MaintSmart. Enterprise. User. Guide. for the MaintSmart Translator. version 4.0. How does the translator work?...2 What languages are supported?..

MaintSmart. Enterprise. User. Guide. for the MaintSmart Translator. version 4.0. How does the translator work?...2 What languages are supported?.. How does the translator work?......2 What languages are supported?..3 MaintSmart User Enterprise Guide version 4.0 for the MaintSmart Translator 1 MaintSmart Translator - An Overview. How does it work?

More information

Simple manual for ML members(mailman)

Simple manual for ML members(mailman) Simple manual for ML members(mailman) Version 4.2 (Mailing List Service) Academic Computing & Communications Center University of Tsukuba 28/11/2016 Index 1. Introduction... 1 2. What is Mailing list?...

More information

www.locwaydtp.com locway@locwaydtp.com We are and this is our Company Presentation Brief About Us LocWay is a localization company focused on projects coordination, Translation and Desktop Publishing (DTP)

More information

19 Gloria Lane Fairfield, NJ Page 1 of 17

19 Gloria Lane Fairfield, NJ Page 1 of 17 19 Gloria Lane Fairfield, NJ 07004 1.888.611.2679 Page 1 of 17 Version 1.8 Introduction to the Vision-e Scanning Solution The Vision-e Scanning Solution was created for salespeople by salespeople as the

More information

Product Library 4.0 EUR. CD Contents. Release Notes July 1st, Windows Vista. Windows. Windows. Server Windows 2000.

Product Library 4.0 EUR. CD Contents. Release Notes July 1st, Windows Vista. Windows. Windows. Server Windows 2000. 1 of 7 Product Library 4.0 EUR Release Notes July 1st, 2010 CD Contents Printer s Version 98, Me, NT4.0 2000 XP Vista 7 Server 2000 Server 2003 Server 2008 Server 2008 R2 KX DRIVER 5.1.1705 KX DRIVER 4.2.1409b

More information

Release Notes MimioStudio 9.1 Software

Release Notes MimioStudio 9.1 Software Release Notes MimioStudio 9.1 Software Copyright Notice 2012 DYMO/Mimio, a Newell Rubbermaid company About MimioStudio 9.1 I m in love with this! That s what one teacher exclaimed after using MimioStudio

More information

Multilingual Support Configuration For IM and Presence Service

Multilingual Support Configuration For IM and Presence Service Multilingual Support Configuration For IM and Presence Service Install Locale Installer on IM and Presence Service, page 1 Error Messages, page 3 Localized Applications, page 5 Install Locale Installer

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

Microsoft Academic Select Enrollment

Microsoft Academic Select Enrollment Microsoft Academic Select Enrollment Academic Select Agreement number Reseller or Microsoft affiliate to complete Academic Select Agreement Expiration Date Reseller or Microsoft affiliate to complete Enrollment

More information

Workstation Application NVIDIA POWERdraft Release Notes. Software Version:

Workstation Application NVIDIA POWERdraft Release Notes. Software Version: Workstation Application NVIDIA POWERdraft Release Notes Software Version: 15.06.06 NVIDIA Corporation June 2003 NVIDIA POWERdraft User s Guide Published by NVIDIA Corporation 2701 San Tomas Expressway

More information

Downloading and Mass Deploying Applications

Downloading and Mass Deploying Applications Use of this product requires additional applications that must be downloaded to your users' computers. About Application Downloads, on page 1 Downloading Applications from the Administration Site, on page

More information

Multilingual Support Configuration For IM and Presence Service

Multilingual Support Configuration For IM and Presence Service Multilingual Support Configuration For IM and Presence Service Locale Installation, page 1 Install Locale Installer on IM and Presence Service, page 3 Error Messages, page 5 Localized Applications, page

More information

KBD-SFTCFG. IntuiKey Configuration Software Version Installation Manual

KBD-SFTCFG. IntuiKey Configuration Software Version Installation Manual KBD-SFTCFG IntuiKey Configuration Software Version 1.90 en Installation Manual KBD-SFTCFG en iii Table of Contents 1 Important Notices 1 1.1 Customer Support and Service 1 2 Introduction 2 2.1 Parts List

More information

See What's Coming in Oracle Express CPQ for Salesforce.com

See What's Coming in Oracle Express CPQ for Salesforce.com See What's Coming in Oracle Express CPQ for Salesforce.com Winter 16 Release Content Document October 2015 1 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 INTERNATIONALIZATION... 4 End User Translations...

More information

NVIDIA Release 197 Tesla Driver for Windows

NVIDIA Release 197 Tesla Driver for Windows NVIDIA Release 197 Tesla Driver for Windows RN-05247-195v19768 April 2010 Release Notes 01 NVIDIA TESLA DRIVER FOR WINDOWS This edition of Release 197 Notes describes the Release 197 Tesla Drivers for

More information

****** Release Note for Image Capture Plus ***** Copyright(C) , Panasonic Corporation All rights reserved.

****** Release Note for Image Capture Plus ***** Copyright(C) , Panasonic Corporation All rights reserved. ****** Release Note for Image Capture Plus ***** Copyright(C) 2010-2017, Panasonic Corporation All rights reserved. Version 3.4.0.4 -> 3.5.0.6 1. Updated the development environment. Version 3.2.0.16 ->

More information

Product Library 2.0 EUR. DVD Contents. Release Notes August 10th, Windows 2000 Windows Server Windows Vista Windows 7

Product Library 2.0 EUR. DVD Contents. Release Notes August 10th, Windows 2000 Windows Server Windows Vista Windows 7 1 of 7 Product Library 2.0 EUR Release Notes August 10th, 2011 DVD Contents Printer Drivers Version 2000 Server 2000 XP Vista 7 Server 2003 R2 KX DRIVER (Generic) 5.1.1405e2 KX DRIVER 5.2.1327d KX (XPS)

More information

Push button sensor 3 Plus - Brief instructions for loading additional display languages Order-No , , 2042 xx, 2043 xx, 2046 xx

Push button sensor 3 Plus - Brief instructions for loading additional display languages Order-No , , 2042 xx, 2043 xx, 2046 xx KNX/EIB Product documentation Issue: 01.07.2011 65yxx220 Push button sensor 3 Plus - Brief instructions for loading additional display languages KNX/EIB Product documentation Contents 1 Product definition...

More information

kalmstrom.com Business Solutions

kalmstrom.com Business Solutions Contents 1 INTRODUCTION... 2 1.1 LANGUAGES... 2 1.2 REQUIREMENTS... 2 2 THE SHAREPOINT SITE... 3 2.1 PERMISSIONS... 3 3 CONVERTED E-MAILS AND SHAREPOINT TICKETS... 4 3.1 THE CONVERTED E-MAIL... 4 3.2 THE

More information

Perceptive Intelligent Capture Visibility

Perceptive Intelligent Capture Visibility Perceptive Intelligent Capture Visibility Technical Specifications Version: 3.1.x Written by: Product Knowledge, R&D Date: August 2018 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark

More information

IP Office Implementing Embedded Voic Issue 09f - (20 August 2015)

IP Office Implementing Embedded Voic Issue 09f - (20 August 2015) Implementing Embedded Voicemail 15-601067 Issue 09f - (20 August 2015) 2015 AVAYA All Rights Reserved. Notice While reasonable efforts have been made to ensure that the information in this document is

More information

<Insert Picture Here> Oracle Policy Automation 10.0 Features and Benefits

<Insert Picture Here> Oracle Policy Automation 10.0 Features and Benefits Oracle Policy Automation 10.0 Features and Benefits December 2009 The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Sigma NET. Installation

Sigma NET. Installation Sigma NET Installation KAA30966AAC December, 2005 Document Revision History Re Rev. Date Description of Change: (Include Section numbers No. (yyyy-mm-dd) affected) 1 2005-12-27 Original 2- Sigma NET Installation

More information

Customer Release Notes - Release Build

Customer Release Notes - Release Build Customer Release Notes - Release 06.00 Build 06.00.00.0011 NOTE: This release is approved for English, Japanese, Danish, Dutch, French, German, Italian, Norwegian, Portuguese, Spanish, and Swedish. Note:

More information

DisplayLink USB Graphics User Manual

DisplayLink USB Graphics User Manual DisplayLink USB Graphics User Manual All materials (c) DisplayLink 2012 and may not be used without permission DisplayLink 2012 Issue 1 Page 1 1. Contents 2. Introduction... 4 3. PC Requirements... 5 3.1.

More information

ADOBE READER AND ACROBAT 8.X AND 9.X SYSTEM REQUIREMENTS

ADOBE READER AND ACROBAT 8.X AND 9.X SYSTEM REQUIREMENTS ADOBE READER AND ACROBAT 8.X AND 9.X SYSTEM REQUIREMENTS Table of Contents OVERVIEW... 1 Baseline requirements beginning with 9.3.2 and 8.2.2... 2 System requirements... 2 9.3.2... 2 8.2.2... 3 Supported

More information

INSITE Features Notes

INSITE Features Notes INSITE 8.4.0 Features Notes The latest information can be found on the Electronic Service Tools website at https://www.cummins.com/support/electronic-service-tools-support. For technical support, please

More information

System Update Solution Deployment Guide

System Update Solution Deployment Guide System Update Solution Deployment Guide Note: Before using this information and the product it supports, read the general information in Appendix B Notices on page 81. Seventh Edition (July 2017) Copyright

More information

Perceptive Intelligent Capture

Perceptive Intelligent Capture Perceptive Intelligent Capture Technical s Version: 5.7.1 Written by: Product Knowledge, R&D Date: Tuesday, February 20, 2018 2018 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

GroupWise Connector for Outlook

GroupWise Connector for Outlook GroupWise Connector for Outlook June 2006 1 Overview The GroupWise Connector for Outlook* allows you to access GroupWise while maintaining your current Outlook behaviors. Instead of connecting to a Microsoft*

More information

Professional. Central Management Software. Cam Viewer Pro. Quick Installation Guide

Professional. Central Management Software. Cam Viewer Pro. Quick Installation Guide Professional Central Management Software Cam Viewer Pro Quick Installation Guide Table of Contents Chapter 1. Introduction... 3 1.1 Before Installation... 3 1.2 System Requirements... 4 1.3 Comparison

More information