EM L09 Simplify IT with Creative Ways to Leverage Dashboards, Reports and Workflows Hands-On Lab

Size: px
Start display at page:

Download "EM L09 Simplify IT with Creative Ways to Leverage Dashboards, Reports and Workflows Hands-On Lab"

Transcription

1 EM L09 Simplify IT with Creative Ways to Leverage Dashboards, Reports and Workflows Hands-On Lab Description Operationally many IT departments are flooded with things to do," and with every additional server and workstation in the environment the list keeps growing. In this session, you will explore new ways to decrease the number of tasks you are doing; learn how automation and clear reporting provide mechanisms to help achieve this; examine how to program the dashboard within IT Management Suite and set up automated reports based on criteria; and discover how you can also include Workflow to bring it all together in a simple portal to manage your custom environment. At the end of this lab, you should be able to Understand how to create Dashboards Understand how to create WebParts Use reports with WebParts to Create Dashboards Work with Custom Tables and Reports to Integrate into Webparts Customize Solution Components to Use for your own webparts Understand how to call webservices and webpages from webparts Manipulating and working with the platform menu Work with Tasks and Other platform components and understand the meaning of a Tree GUID and Item GUID

2 Notes The lab will be directed and provide you with step-by-step walkthroughs of key features. Feel free to follow the lab using the instructions on the following pages. You can optionally perform this lab at your own pace. Be sure to ask your instructor any questions you may have. Thank you for coming to our lab session. This session deals with Jarva script and T-SQL. Although it is possible to work with these languages within the bounds of the Symantec Management Platform, Symantec support does not provide assistants of any kind for these scripts. This information is provided without warranty of any kind, express or implied. Customers who purchase Symantec products should make their purchase decision based upon features that are currently available. Understanding and Creating The Needed Components In this LAB we will be using the DC, NS71 and SD7 machines with our primary focus being on the NS71. Our goal is to develop a dashboard that allows an individual to monitor events at a glance, and fire off tasks or activities from a central screen. The idea here is to be conceptual, so some of the data we will look at will be slightly contrived, however the model will be fully working and functional. 1. Start the Symantec Management Console 7.1 found on the desktop 2. Click on Reports All Reports 3. Right click on the root of Reports and select New Report SQL Report 4. Wait for the New SQL Report to appear, highlight the Parameterised Query text and delete it. 5. In it s place enter the following T-SQL SELECT DISTINCT o1.[name] [Operating System], COUNT (DISTINCT (i.guid)) [Number of Computers] FROM dbo.vcomputer i JOIN dbo.vosoperatingsystem o1 ON o1.[_resourceguid] = i.guid LEFT JOIN dbo.vosoperatingsystemwindows cop ON cop.[_resourceguid] = o1.[_resourceguid] JOIN dbo.inv_aex_ac_identification d ON d.[_resourceguid] = i.guid WHERE LOWER (i.[name]) LIKE LOWER ('%') AND LOWER (o1.[name]) LIKE LOWER ('%') AND LOWER (i.[system Type]) LIKE LOWER ('%') GROUP BY o1.[name] ORDER BY o1.[name] 2 of 9

3 **NOTE: You may copy this information from C:\Lab Resources\Creative Ways to Leverage Dashboards and Reports\SQL Data\SQLQueryForCountofCompRep.sql 6. Click Save Changes 7. Name this report Computer Count Report 8. Edit the Computer Count Report and click on the Views tab 9. Modify the report Type to Chart 10. Modify the Chart Type to Pie and keep the style Dundas 11. Under the Title Tab within the Views Tab screen locate Title and type Computers by OS 12. Click on the Legend tab 13. Check the Show Legend box 14. Click Save Changes 15. Right click on the root of Reports and select New Report SQL Report 16. Wait for the New SQL Report to appear, highlight the Parameterised Query text and delete it. 17. In it s place enter the following T-SQL SELECT [Customer Name], [Agents Used] as [Total Computers], [Audit and Inventory], [Data Protection] as [Backup], [Antivirus] as [Endpoint Protection], [Patch Management] FROM MSP_Customers **NOTE: You may copy this information from C:\Lab Resources\Creative Ways to Leverage Dashboards and Reports\SQL Data\CustomExampleReport.txt 18. Click Save Changes 19. Name this report Example Custom Report 20. Now we need to copy an ASPX file into place, this file has code in it that we ll leverage for creating our initial Webpart. Locate the file: C:\Lab Resources\Creative Ways to Leverage Dashboards and Reports\QuickStart3.aspx and copy it to C:\Program Files\Altiris\EndpointProtectionIntegration\Web\PortalWebParts on the NS71 server 21. This file is a modified version of the QuickStart.aspx file you will find in the above mentioned directory. We will go into more detail about these files later in this LAB. Creating WebParts 1. From within the Symantec Management Console click on Settings All Settings 2. Drill down to Notification Server Console Settings Web Parts 3. Right click on Web Parts and select New Folder 4. Name the folder Company XYZ Custom Web Parts 3 of 9

4 5. Right click on Company XYZ Custom Web Parts folder and select New Web Part 6. Name the web part Admin Quick Tasks 7. Under Web Part Contents click the Radio button on Show URL and type /Altiris/EndpointProtectionIntegration/PortalWebParts/QuickStart3.aspx 8. Under Options check Fixed height and type 250px and select the Default size as Small 9. Click on Save Changes 10. Verify that the URL is correct by clicking Show Preview, this will show a link called Patch Remediation Center 11. Click Hide Preview 12. Right click on Company XYZ Custom Web Parts folder and select New Web Part 13. Name the web part Computers by OS 14. Under Web Part Contents click the Radio button on Results from report and Select a report 15. Locate and select Computer Count Report 16. Under Display Options click the Default size to Small and click Save Changes 17. Click Show Preview to verify that the report shows 18. Right click on Company XYZ Custom Web Parts folder and select New Web Part 19. Name the web part Example Custom Report Part 20. Under Web Part Contents click the Radio button on Results from report and Select a report 21. Locate and select Example Custom Report 22. Under Display Options click the Default size to Large and click Save Changes 23. Click Show Preview to verify that the report shows 24. Expand Notification Server Console Settings Web Parts Inventory 25. Locate Antivirus Software and right click on it 26. Select Move 27. Drill down to Notification Server Console Settings Web Parts Company XYZ Custom Web Parts and click OK 28. Locate Anti-virus Software in Notification Server Console Settings Web Parts Company XYZ Custom Web Parts and ensure the Fixed heright is selected and changed to The Default size should be Small 30. Click Save changes 31. Click Show Preview 32. Expand Notification Server Console Settings Web Parts Inventory 33. Locate Inventory Policy Status 4 of 9

5 34. Under Display Options ensure the Fixed height is Click Save Changes Creating The Dashboard 1. From within the Symantec Management Console click on Settings All Settings 2. Drill down to Notification Server Console Settings Portal Pages 3. Right click on Portal Pages and select New Portal Page 4. Click Edit on the far right of the screen 5. Give the page a name Company XYZ Admin Dashboard 6. Under the Web Parts section in the Select web part area drill down to Webparts Company XYZ Custom Web Parts 7. Select Admin Quick Tasks and click Add 8. Select Anti-virus Software and click Add 9. Under the Web Parts section in the Select web part area drill down to Webparts Software Management Patch Management 10. Select Microsoft Vulnerabilities and click Add 11. Under the Web Parts section in the Select web part area drill down to Webparts Company XYZ Custom Web Parts 12. Select Computers by OS and click Add 13. Select Example Custom Report Part and click Add 14. Under the Web Parts section in the Select web part area drill down to Webparts Inventory 15. Select Inventory Policy Status and click Add 16. Select Users with Administration Rights and click Add 17. Click Save changes found top left of the Portal Page Creating The Menu 1. From within the Symantec Management Console click on Settings All Settings 2. Drill down to Notification Server Console Settings 3. Select Menus 4. In the Edit Menu section under the New button drill down on Home to ensure you are highlighting Home when you do this next task 5. Click New New Item 6. Click Apply 5 of 9

6 7. Drill down on Home again and locate Menu Item 8. Select the new Menu Item 9. Under Menu Details, in Name type Admin Dashboard 10. Under Meny Action in Show select Single Page View 11. Select the Portal page Radio button and click Browse 12. In the Item dialog locate and highlight Company XYZ Admin Dashboard and click OK 13. Click Apply located towards the bottom left 14. Drill down on Home again and locate Admin Dashboard 15. Select the new Admin Dashboard 16. Click above New New Seperator 17. Click Apply 18. Now click the little Home menu icon across the Top of the browser and see that you can now select a new menu item called Admin Dashboard, try it out by selecting it Extending the Admin Quick Tasks Now that you have your initial Dash board you may want to try and extend it a little to do more for you. There are many tasks that occur within the IT Department that require either easy access or a simple user interface for operations people to learn to perform specific functions in the environment. In this section we will add a number of tasks to the Admin Quick Tasks web part and learn more about how to access dialogs within the platform directly. 1. Test out the Admin Quick Tasks web part by clicking on the Patch Remediation Center 2. It will open the Patch Remediation Center dialog, now close this dialog screen 3. A file has been pre created for you to help you in extending the tasks, copy the file located in C:\Lab Resources\Creative Ways to Leverage Dashboards and Reports\ASPX\ QuickStart4 - WOGUID.aspx to C:\Program Files\Altiris\EndpointProtectionIntegration\Web\PortalWebParts 4. Drill down to the directory C:\Program Files\Altiris\EndpointProtectionIntegration\Web\PortalWebParts 5. Rename the file QuickStart4 - WOGUID.aspx to QuickStart4.aspx 6. Right click on the file QuickStart4.aspx and select Edit 7. Minimize Notepad for now 8. Click on Settings All Settings 9. Drill down to Notification Server Console Settings Web Parts Company XYZ Custom Web Parts 10. Select Admin Quick Tasks 6 of 9

7 11. Under Web Part Contents in Show URL modify QuickStart3.aspx to QuickStart4.aspx 12. Clock Save changes 13. Click Home Admin Dashboard 14. The Admin Quick Tasks have increased, click on Update Content of Sep, now that you can easily use a Quick run to execute this against any workstation or group of machines in the environment 15. Close the open dialog 16. Click Full scan viruses and security risks, this is another Task that will execute SEP commands against a machine or group of machines, close the dialog 17. Click on System Assessment Scan on Windows, you will receive a Critical Error, this was expected as the web calls do not reference the correct locations within the Symantec Management Platform. Close this screen and lets continue with our tests. 18. Clcik on Remote Control Computer, you ll be able to select a computer to remote control using pca. Click on Cancel to exit the screen. 19. Skip Create an Incident in ServiceDesk **NOTE: This step has been removed due to time contraints 20. Finally click on Patch Remediation Center, you should receive a Symantec Management Server Error, this is expected as again we haven t specified the correct locations within the Symantec Management Platform for the dialogs we re looking for. Close the dialog. 21. Lets find the locations of the failing dialogs, click on Manage Jobs and Tasks and then drill down to System Jobs and Tasks Software Patch Management then click on Run System Assessment Scan on Windows Computers 22. This is the screen we expected to see when we clicked on the System Assessment Scan on Windows task from our dashboard. Right click on the Run System Assessment Scan on Windows Computers object and select Properties from the menu. 23. When the Properties dialog appears, copy and save the Guid, it should be f0a ac1-81a7-ed00ed45532d, close the Dialog 24. Right click on the folder Patch Management 25. Select Properties 26. When the Properties dialog appears, copy and save the Guid, it should be a8-b226-41bf-9de2-c5e8015a1301, close the Dialog 27. Now maximize the Notepad with the file QuickStart4.aspx 28. Locate the HTML line with the words System Assessment Scan on Windows this is encapsulated in a HTML href tag 29. Note the name of the javascript function it calls, it calls the PatchSAS function. 30. Locate the PatchSAS function which will be towards the beginning of the file. 7 of 9

8 31. When you locate the function you ll notice that there is a line that looks like the following /Altiris/TaskManagement/ManageTask.aspx?TreeGuid=<EMPTY>&ItemGuid =<EMPTY> 32. There is a TreeGuid which is the folder Guid, and a ItemGuid which is the actual object you are trying to reference. 33. Replace the <EMPTY> sections with the appropriate GUIDS, the new line should look like the following: /Altiris/TaskManagement/ManageTask.aspx?TreeGuid=149716a8-b226-41bf-9de2-c5e8015a1301&ItemGuid=f0a ac1-81a7- ed00ed45532d Press ctrl+s to ensure the file is saved but do not close the file yet. 34. Now lets find the location of the other failing dialog, click on Manage Policies and then drill down to Software Patch Management then click on Patch Remediation Center 35. This is the screen we expected to see when we clicked on the Patch Remediation Center task from our dashboard. Right click on the Patch Remediation Center object and select Properties from the menu. 36. When the Properties dialog appears, copy and save the Guid, it should be f-48e6-9efb b64, close the Dialog 37. Right click on the folder Patch Management 38. Select Properties 39. When the Properties dialog appears, copy and save the Guid, it should be 1623fca1-2c3a-4c5f-b6e0-e b5, close the Dialog 40. Now maximize the Notepad with the file QuickStart4.aspx 41. Locate the HTML line with the words Patch Remediation Center this is encapsulated in a HTML href tag 42. Note the name of the javascript function it calls, it calls the CallPatchRC function. 43. Locate the CallPatchRC function which will be towards the beginning of the file. 44. When you locate the function you ll notice that there is a line that looks like the following /Altiris/console/ItemPage.aspx?TreeGuid=<EMPTY>&ItemGuid=<EMPTY> 45. There is a TreeGuid which is the folder Guid, and a ItemGuid which is the actual object you are trying to reference. 46. Replace the <EMPTY> sections with the appropriate GUIDS, the new line should look like the following: /Altiris/console/ItemPage.aspx?TreeGuid=1623fca1-2c3a-4c5f-b6e0- e b5&itemguid= f-48e6-9efb b Make sure you save the file and exit Notepad 48. Now test the changes, click on Home Admin Dashboard 49. Click on the task System Assessment Scan on Windows, then close the dialog 8 of 9

9 50. Click on Patch Remediation Center task and then close the dialog **NOTE: You should understand that you used two different web service functions to access these dialogs, ManageTask.aspx to access a Task and ItemPage.aspx to access a Policy or item. If you use the incorrect function the system will return an error. If you use the incorrect GUIDs of the Folder or Resource, the system will return an error. Check the error logs as these will give you hints to what your doing wrong. This concludes this LAB, we hope that you find this information useful and that you can leverage it for your environment in the near furture. If you have time, feel free to experiment with additional tasks you may choose to add to the provided ASPX script. 9 of 9

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Description This lab provides a hands-on overview of the IT Analytics Solution. Students will learn how to browse cubes and configure

More information

EM L05 Working with Change and Problem Management Using ITIL Best Practices Hands-On Lab

EM L05 Working with Change and Problem Management Using ITIL Best Practices Hands-On Lab EM L05 Working with Change and Problem Management Using ITIL Best Practices Hands-On Lab Description Change and problem management have new features in ServiceDesk 7.1 SP2. In this session, we will apply

More information

UPL09 Reporting on Software License Compliance Hands-On Lab

UPL09 Reporting on Software License Compliance Hands-On Lab UPL09 Reporting on Software License Compliance Hands-On Lab Description Explore various methodologies that can be utilized to extend the outof-the-box supported software license compliance and tracking

More information

UP L17 Virtualization: Security Without Sacrificing Performance

UP L17 Virtualization: Security Without Sacrificing Performance UP L17 Virtualization: Security Without Sacrificing Performance Hands on lab Description In this hands on lab you will learn how to optimize SEP 12 for your virtual desktops to get maximum protection without

More information

SPHOL326: Designing a SharePoint 2013 Site. Hands-On Lab. Lab Manual

SPHOL326: Designing a SharePoint 2013 Site. Hands-On Lab. Lab Manual 2013 SPHOL326: Designing a SharePoint 2013 Site Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references,

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

EML-09 Keeping Operating Systems and Applications up to date with Patch Management 7.1

EML-09 Keeping Operating Systems and Applications up to date with Patch Management 7.1 EML-09 Keeping Operating Systems and Applications up to date with Patch Management 7.1 Description Maintianing consistant and current patch status is a critical part of any security strategy. In this lab,

More information

16.4.3 Lab: Data Backup and Recovery in Windows XP

16.4.3 Lab: Data Backup and Recovery in Windows XP 16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The

More information

WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts. Classroom Setup Guide. Web Age Solutions Inc.

WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts. Classroom Setup Guide. Web Age Solutions Inc. WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Software

More information

How To Upgrade Your Microsoft SQL Server for Accounting CS Version 2012.1

How To Upgrade Your Microsoft SQL Server for Accounting CS Version 2012.1 How To Upgrade Your Microsoft SQL Server for Version 2012.1 The first step is to gather important information about your existing configuration. Identify The Database Server and SQL Server Version The

More information

Altiris IT Analytics Solution 7.1 SP1 from Symantec User Guide

Altiris IT Analytics Solution 7.1 SP1 from Symantec User Guide Altiris IT Analytics Solution 7.1 SP1 from Symantec User Guide Altiris IT Analytics Solution 7.1 from Symantec User Guide The software described in this book is furnished under a license agreement and

More information

Deploying System Center 2012 R2 Configuration Manager

Deploying System Center 2012 R2 Configuration Manager Deploying System Center 2012 R2 Configuration Manager This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.

More information

Symantec PGP Whole Disk Encryption Hands-On Lab V 3.7

Symantec PGP Whole Disk Encryption Hands-On Lab V 3.7 Symantec PGP Whole Disk Encryption Hands-On Lab V 3.7 Description This hands-on lab session covers the hard drive encryption technologies from PGP. Students will administer a typical Whole Disk Encryption

More information

UP L04 Introduction to 3 rd Party Patching Using the 4A Model Hands-On Lab

UP L04 Introduction to 3 rd Party Patching Using the 4A Model Hands-On Lab UP L04 Introduction to 3 rd Party Patching Using the 4A Model Hands-On Lab Description The objective of this course is to introduce students to the various concepts of 3rd party patching. Students will

More information

10.3.1.6 Lab - Data Backup and Recovery in Windows XP

10.3.1.6 Lab - Data Backup and Recovery in Windows XP 5.0 10.3.1.6 Lab - Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

Managed Antivirus Quick Start Guide

Managed Antivirus Quick Start Guide Quick Start Guide Managed Antivirus In 2010, GFI Software enhanced its security product offering with the acquisition of Sunbelt Software and specifically its VIPRE product suite. Like GFI Software, Sunbelt

More information

WhatsUp Gold v16.2 MSP Edition Deployment Guide This guide provides information about installing and configuring WhatsUp Gold MSP Edition to central

WhatsUp Gold v16.2 MSP Edition Deployment Guide This guide provides information about installing and configuring WhatsUp Gold MSP Edition to central WhatsUp Gold v16.2 MSP Edition Deployment Guide This guide provides information about installing and configuring WhatsUp Gold MSP Edition to central and remote sites. Contents Table of Contents Using WhatsUp

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 USING THE WEB CONSOLE Table Of Contents Getting Started with ZENworks Asset Management Web Console... 1 How to Get Started...

More information

UP L07 Maintaining Application Customizations as Part of the Patch Process

UP L07 Maintaining Application Customizations as Part of the Patch Process UP L07 Maintaining Application Customizations as Part of the Patch Process Description The objective of this course is to provide students with methodologies for customizing the update packages that are

More information

Novell ZENworks Asset Management

Novell ZENworks Asset Management Novell ZENworks Asset Management Administrative Best Practices and Troubleshooting www.novell.com APRIL 19, 2005 2 GETTING THE MOST OUT OF NOVELL ZENWORKS ASSET MANAGEMENT The award-winning asset tracking

More information

EM L12 Symantec Mobile Management and Managed PKI Hands-On Lab

EM L12 Symantec Mobile Management and Managed PKI Hands-On Lab EM L12 Symantec Mobile Management and Managed PKI Hands-On Lab Description Building and Managing a Certficate Authority infrastructure to support your Mobile Management infrastructure can be time consuming

More information

LANDESK Service Desk. Desktop Manager

LANDESK Service Desk. Desktop Manager LANDESK Service Desk Desktop Manager LANDESK SERVICE DESK DESKTOP MANAGER GUIDE This document contains information, which is the confidential information and/or proprietary property of LANDESK Software,

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

Using Protection Engine for Cloud Services for URL Filtering, Malware Protection and Proxy Integration Hands-On Lab

Using Protection Engine for Cloud Services for URL Filtering, Malware Protection and Proxy Integration Hands-On Lab Using Protection Engine for Cloud Services for URL Filtering, Malware Protection and Proxy Integration Hands-On Lab Description In this hands-on session, you will learn how to turn your proxy into a security

More information

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11.

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11. Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Goliath Performance Monitor Installation Guide v11.6 (v11.6) Document Date: August 2015 www.goliathtechnologies.com

More information

Kaseya 2. Installation guide. Version 7.0. English

Kaseya 2. Installation guide. Version 7.0. English Kaseya 2 Kaseya Server Setup Installation guide Version 7.0 English September 4, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.

More information

Propalms TSE Quickstart Guide

Propalms TSE Quickstart Guide Propalms TSE Quickstart Guide TSE 7.0 Propalms Ltd. Published February 2013 Overview Note: This guide is based on installation on Windows Server 2012. However, it is also applicable if you are using a

More information

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 1 Table of Contents Chapter 1: Installation Overview... 3 Introduction... 3 Minimum Requirements...

More information

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide Symantec Backup Exec TM 11d for Windows Servers Quick Installation Guide September 2006 Symantec Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Symantec, Backup Exec, and the Symantec

More information

Managing Software Updates with System Center 2012 R2 Configuration Manager

Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Microsoft Updates with Configuration Manager 2012 R2 This document is for informational purposes only. MICROSOFT MAKES

More information

ESET REMOTE ADMINISTRATOR. Migration guide

ESET REMOTE ADMINISTRATOR. Migration guide ESET REMOTE ADMINISTRATOR Migration guide ESET REMOTE ADMINISTRATOR migration guide Copyright 2012 by ESET, spol. s r.o. ESET REMOTE ADMINISTRATOR was developed by ESET, spol. s r.o. For more information

More information

Installing and Configuring Login PI

Installing and Configuring Login PI Installing and Configuring Login PI Login PI Hands-on lab In this lab, you will configure Login PI to provide performance insights for a Windows Server 2012 R2 Remote Desktop Services installation. To

More information

Citrix Virtual Classroom. Deliver file sharing and synchronization services using Citrix ShareFile. Self-paced exercise guide

Citrix Virtual Classroom. Deliver file sharing and synchronization services using Citrix ShareFile. Self-paced exercise guide Deliver file sharing and synchronization services using Citrix ShareFile Self-paced exercise guide Table of Contents Table of Contents... 2 Overview... 3 Exercise 1: Setting up a ShareFile Account... 6

More information

Trend Micro TM Worry-Free Business Security Services Integration with LabTech

Trend Micro TM Worry-Free Business Security Services Integration with LabTech Trend Micro TM Worry-Free Business Security Services Integration with LabTech Introduction Trend Micro Worry-Free Business Security Services is a server-free solution that provides protection for your

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11.

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11. Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Goliath Performance Monitor Installation Guide v11.5 (v11.5) Document Date: March 2015 www.goliathtechnologies.com

More information

MICROSOFT BITLOCKER ADMINISTRATION AND MONITORING (MBAM)

MICROSOFT BITLOCKER ADMINISTRATION AND MONITORING (MBAM) MICROSOFT BITLOCKER ADMINISTRATION AND MONITORING (MBAM) MICROSOFT BITLOCKER ADMINISTRATION AND MONITORING (MBAM) Microsoft BitLocker Administration and Monitoring (MBAM) provides a simplified administrative

More information

Basic Web Development @ Fullerton College

Basic Web Development @ Fullerton College Basic Web Development @ Fullerton College Introduction FC Net Accounts Obtaining Web Space Accessing your web space using MS FrontPage Accessing your web space using Macromedia Dreamweaver Accessing your

More information

ProSystem fx Document

ProSystem fx Document ProSystem fx Document Server Upgrade from Version 3.7 to Version 3.8 1 This Document will guide you through the upgrade of Document Version 3.7 to Version 3.8. Do not attempt to upgrade from any other

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

SQL Server Setup for Assistant/Pro applications Compliance Information Systems

SQL Server Setup for Assistant/Pro applications Compliance Information Systems SQL Server Setup for Assistant/Pro applications Compliance Information Systems The following document covers the process of setting up the SQL Server databases for the Assistant/PRO software products form

More information

McAfee Public Cloud Server Security Suite

McAfee Public Cloud Server Security Suite Installation Guide McAfee Public Cloud Server Security Suite For use with McAfee epolicy Orchestrator COPYRIGHT Copyright 2015 McAfee, Inc., 2821 Mission College Boulevard, Santa Clara, CA 95054, 1.888.847.8766,

More information

Lab 1: Windows Azure Virtual Machines

Lab 1: Windows Azure Virtual Machines Lab 1: Windows Azure Virtual Machines Overview In this hands-on Lab, you will learn how to deploy a simple web page to a Web server hosted in Windows Azure and configure load balancing. Objectives In this

More information

User Manual for Web. Help Desk Authority 9.0

User Manual for Web. Help Desk Authority 9.0 User Manual for Web Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic

More information

EM L05 Managing ios and Android Mobile Devices with Symantec Mobile Management Hands-On Lab

EM L05 Managing ios and Android Mobile Devices with Symantec Mobile Management Hands-On Lab EM L05 Managing ios and Android Mobile Devices with Symantec Mobile Management Hands-On Lab Description The Symantec Mobile Management platform continues to expand it s offering with new support for native

More information

Quick Start Guide. User Manual. 1 March 2012

Quick Start Guide. User Manual. 1 March 2012 Quick Start Guide User Manual 1 March 2012 This document outlines the steps to install SAMLite system into a single box of server and configure it to run for passive collection (domain login script). This

More information

Administration Quick Start

Administration Quick Start www.novell.com/documentation Administration Quick Start ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with

More information

Orientation Course - Lab Manual

Orientation Course - Lab Manual Orientation Course - Lab Manual Using the Virtual Managed Workplace site for the lab exercises Your instructor will provide the following information before the first lab exercise begins: Your numerical

More information

EM L18 Managing ios and Android Mobile Devices with Symantec Mobile Management Hands-On Lab

EM L18 Managing ios and Android Mobile Devices with Symantec Mobile Management Hands-On Lab EM L18 Managing ios and Android Mobile Devices with Symantec Mobile Management Hands-On Lab Description The Symantec Mobile Management platform continues to expand it s offering with new support for native

More information

Audit Management Reference

Audit Management Reference www.novell.com/documentation Audit Management Reference ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE

SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE Copyright 1998-2015 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by

More information

Video Administration Backup and Restore Procedures

Video Administration Backup and Restore Procedures CHAPTER 12 Video Administration Backup and Restore Procedures This chapter provides procedures for backing up and restoring the Video Administration database and configuration files. See the following

More information

Using the Bluemix Analytics for Hadoop Service to Analyse Data

Using the Bluemix Analytics for Hadoop Service to Analyse Data Lab 1: Using the Bluemix Analytics for Hadoop Service to Analyse Data Using the Bluemix Analytics for Hadoop Service to Analyse Data Hands-On Lab Lab 1: Using the Bluemix Analytics for Hadoop Service to

More information

McAfee Vulnerability Manager 7.5.1

McAfee Vulnerability Manager 7.5.1 McAfee Vulnerability Manager 7.5.1 The McAfee Vulnerability Manager 7.5.1 quarterly release adds features to the product without having to wait for the next major release. This release notes file contains

More information

Exploring Manual and Automatic Database Backup Using Microsoft Azure Storage

Exploring Manual and Automatic Database Backup Using Microsoft Azure Storage Exploring Manual and Automatic Database Backup Using Microsoft Azure Storage Contents Predictable, efficient and flexible data backups certainty of availability... 3 Provisioning a Windows Azure Storage

More information

Software Installation Requirements

Software Installation Requirements Software Installation Guide PrintIQ TM Software Installation Requirements Please use the following guide to ensure that you're meeting all requirements prior to installing the PrintIQ TM Xerox Device Agent

More information

Creating a generic user-password application profile

Creating a generic user-password application profile Chapter 4 Creating a generic user-password application profile Overview If you d like to add applications that aren t in our Samsung KNOX EMM App Catalog, you can create custom application profiles using

More information

How to Fix Time Matters. 2011 Active Practice LLC

How to Fix Time Matters. 2011 Active Practice LLC How to Fix Time Matters How to Fix Time Matters Troubleshooting tips, techniques and solutions by Wells H. Anderson, J.D., CIC. Contents 3 Table of Contents Part I Backing Up Time Matters 4 1 Manual...

More information

Creating Reports with Microsoft Dynamics AX SQL Reporting Services

Creating Reports with Microsoft Dynamics AX SQL Reporting Services Creating Reports with Microsoft Dynamics AX SQL Reporting Services. Table of Contents Lab 1: Building a Report... 1 Lab Objective... 1 Pre-Lab Setup... 1 Exercise 1: Familiarize Yourself with the Setup...

More information

How to monitor AD security with MOM

How to monitor AD security with MOM How to monitor AD security with MOM A article about monitor Active Directory security with Microsoft Operations Manager 2005 Anders Bengtsson, MCSE http://www.momresources.org November 2006 (1) Table of

More information

Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes

Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes The software described in this book is furnished

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

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

NetWrix USB Blocker. Version 3.6 Administrator Guide

NetWrix USB Blocker. Version 3.6 Administrator Guide NetWrix USB Blocker Version 3.6 Administrator Guide Table of Contents 1. Introduction...3 1.1. What is NetWrix USB Blocker?...3 1.2. Product Architecture...3 2. Licensing...4 3. Operation Guide...5 3.1.

More information

Sophos Enterprise Console Help. Product version: 5.1 Document date: June 2012

Sophos Enterprise Console Help. Product version: 5.1 Document date: June 2012 Sophos Enterprise Console Help Product version: 5.1 Document date: June 2012 Contents 1 About Enterprise Console...3 2 Guide to the Enterprise Console interface...4 3 Getting started with Sophos Enterprise

More information

STEALTHbits Technologies, Inc. StealthAUDIT v5.1 System Requirements and Installation Notes

STEALTHbits Technologies, Inc. StealthAUDIT v5.1 System Requirements and Installation Notes STEALTHbits Technologies, Inc. StealthAUDIT v5.1 System Requirements and Installation Notes June 2011 Table of Contents Overview... 3 Installation Overview... 3 Hosting System Requirements... 4 Recommended

More information

Release 2.0. Cox Business Online Backup Quick Start Guide

Release 2.0. Cox Business Online Backup Quick Start Guide Cox Business Online Backup Quick Start Guide Release 2.0 Cox Business Online Backup Quick Start Guide i IMPORTANT: You must notify Cox in advance if you would like to move or relocate your telephone Service.

More information

SPHOL207: Database Snapshots with SharePoint 2013

SPHOL207: Database Snapshots with SharePoint 2013 2013 SPHOL207: Database Snapshots with SharePoint 2013 Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site

More information

ServiceDesk 7.1 Installation and Upgrade. ServiceDesk 7.1 Installation and Upgrade - Using Domain Service Credentials A Step by Step Guide

ServiceDesk 7.1 Installation and Upgrade. ServiceDesk 7.1 Installation and Upgrade - Using Domain Service Credentials A Step by Step Guide ServiceDesk 7.1 Installation and Upgrade - Using Domain Service Credentials A Step by Step Guide Contents ServiceDesk 7.1 Installation and Upgrade - Using Domain Service Credentials A Step by Step Guide...

More information

Actualtests.C2010-508.40 questions

Actualtests.C2010-508.40 questions Actualtests.C2010-508.40 questions Number: C2010-508 Passing Score: 800 Time Limit: 120 min File Version: 5.6 http://www.gratisexam.com/ C2010-508 IBM Endpoint Manager V9.0 Fundamentals Finally, I got

More information

EML 03 Best Practices for Policy Management in Client Management Suite Hands-On Lab

EML 03 Best Practices for Policy Management in Client Management Suite Hands-On Lab EML 03 Best Practices for Policy Management in Client Management Suite Hands-On Lab Description If you are new to the Symantec Management Technologies or are just looking to reinforce your existing knowledge

More information

Basic Setup Guide. Remote Administrator 4 NOD32 Antivirus 4 Business Edition Smart Security 4 Business Edition

Basic Setup Guide. Remote Administrator 4 NOD32 Antivirus 4 Business Edition Smart Security 4 Business Edition Basic Setup Guide Remote Administrator 4 NOD32 Antivirus 4 Business Edition Smart Security 4 Business Edition Contents Getting started...1 Software components...1 Section 1: Purchasing and downloading

More information

Active Directory Change Notifier Quick Start Guide

Active Directory Change Notifier Quick Start Guide Active Directory Change Notifier Quick Start Guide Software version 3.0 Mar 2014 Copyright 2014 CionSystems Inc., All Rights Reserved Page 1 2014 CionSystems Inc. ALL RIGHTS RESERVED. This guide may not

More information

NetWrix Account Lockout Examiner Version 4.0 Administrator Guide

NetWrix Account Lockout Examiner Version 4.0 Administrator Guide NetWrix Account Lockout Examiner Version 4.0 Administrator Guide Table of Contents Concepts... 1 Product Architecture... 1 Product Settings... 2 List of Managed Domains and Domain Controllers... 2 Email

More information

Copyright 2013 GE Multilin Inc. All rights reserved. CyberSentry SEM software revision 1.00. CyberSentry, Digital Energy, Multilin, and GE Multilin

Copyright 2013 GE Multilin Inc. All rights reserved. CyberSentry SEM software revision 1.00. CyberSentry, Digital Energy, Multilin, and GE Multilin Copyright 2013 GE Multilin Inc. All rights reserved. CyberSentry SEM software revision 1.00. CyberSentry, Digital Energy, Multilin, and GE Multilin are trademarks or registered trademarks of GE Multilin

More information

Moving the Web Security Log Database

Moving the Web Security Log Database Moving the Web Security Log Database Topic 50530 Web Security Solutions Version 7.7.x, 7.8.x Updated 22-Oct-2013 Version 7.8 introduces support for the Web Security Log Database on Microsoft SQL Server

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

More information

Trial version of GADD Dashboards Builder

Trial version of GADD Dashboards Builder Trial version of GADD Dashboards Builder Published 2014-02 gaddsoftware.com Table of content 1. Introduction... 3 2. Getting started... 3 2.1. Start the GADD Dashboard Builder... 3 2.2. Example 1... 3

More information

Inventory Manager. Getting started Usage and general How-To

Inventory Manager. Getting started Usage and general How-To Getting started Usage and general How-To Before you begin: Prerequisites: o SQL Server 2005 Express Edition with the default SQLEXPRESS instance MUST be installed in order to use. If you do not have the

More information

Data Center Connector for vsphere 3.0.0

Data Center Connector for vsphere 3.0.0 Product Guide Data Center Connector for vsphere 3.0.0 For use with epolicy Orchestrator 4.6.0, 5.0.0 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS

More information

SPSS. Resolve common problems when installing SPSS. Document Purpose. IT Services. www.le.ac.uk/its

SPSS. Resolve common problems when installing SPSS. Document Purpose. IT Services. www.le.ac.uk/its IT Services SPSS Resolve common problems when installing SPSS Document Purpose This guide will show you how to fix some common problems when installing SPSS. Version number: R01.1 www.le.ac.uk/its UNIVERSITY

More information

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal This Application Note provides instructions for configuring Apps settings on the Cisco OnPlus Portal and Autotask application settings

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

TECHNICAL NOTE. The following information is provided as a service to our users, customers, and distributors.

TECHNICAL NOTE. The following information is provided as a service to our users, customers, and distributors. page 1 of 11 The following information is provided as a service to our users, customers, and distributors. ** If you are just beginning the process of installing PIPSPro 4.3.1 then please note these instructions

More information

Protecting SQL Server Databases. 1997-2008 Software Pursuits, Inc.

Protecting SQL Server Databases. 1997-2008 Software Pursuits, Inc. Protecting SQL Server Databases 1997-2008 Table of Contents Introduction... 2 Overview of the Backup Process... 2 Configuring SQL Server to Perform Scheduled Backups... 3 Configuring SureSync Relation

More information

Polar Help Desk Installation Guide

Polar Help Desk Installation Guide Polar Help Desk Installation Guide Copyright (legal information) Copyright Polar 1995-2005. All rights reserved. The information contained in this document is proprietary to Polar and may not be used or

More information

PC Agent Quick Start. Open the Agent. Autonomy Connected Backup. Version 8.8. Revision 0

PC Agent Quick Start. Open the Agent. Autonomy Connected Backup. Version 8.8. Revision 0 T E C H N I C A L N O T E Autonomy Connected Backup Version 8.8 PC Agent Quick Start Revision 0 Use this document as a quick reference for common Connected Backup PC Agent tasks. If the Agent is not on

More information

HELP DESK MANUAL INSTALLATION GUIDE

HELP DESK MANUAL INSTALLATION GUIDE Help Desk 6.5 Manual Installation Guide HELP DESK MANUAL INSTALLATION GUIDE Version 6.5 MS SQL (SQL Server), My SQL, and MS Access Help Desk 6.5 Page 1 Valid as of: 1/15/2008 Help Desk 6.5 Manual Installation

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

ContentWatch Auto Deployment Tool

ContentWatch Auto Deployment Tool ContentWatch Auto Deployment Tool ContentWatch gives administrators the ability to easily distribute ContentProtect (or say our products) over any network. With our Unattended Installer you can install

More information

Exercise Safe Commands and Audit Trail

Exercise Safe Commands and Audit Trail Exercise Safe Commands and Audit Trail Table of Contents Exercise 1: Secure Objects with Safe Commands...2 Exercise 2: Record User Actions in the Audit Trail... 13 3.1 Setting up the SQL Server for Audit

More information

Migrating to Azure SQL Database

Migrating to Azure SQL Database Migrating to Azure SQL Database Contents Azure account required for lab... 3 SQL Azure Migration Wizard Overview... 3 Provisioning an Azure SQL Database... 4 Exercise 1: Analyze and resolve... 8 Exercise

More information

Quickstart Guide. First Edition, Published September 2009. Remote Administrator / NOD32 Antivirus 4 Business Edition

Quickstart Guide. First Edition, Published September 2009. Remote Administrator / NOD32 Antivirus 4 Business Edition Quickstart Guide First Edition, Published September 2009 Remote Administrator / NOD32 Antivirus 4 Business Edition Contents Getting started...1 Software components...1 Section 1: Purchasing and downloading

More information

Knowledgebase Article

Knowledgebase Article Company web site: Support email: Support telephone: +44 20 3287-7651 +1 646 233-1163 2 EMCO Network Inventory 5 provides a built in SQL Query builder that allows you to build more comprehensive

More information

ALTIRIS Software Delivery Solution for Windows 6.1 SP3 Product Guide

ALTIRIS Software Delivery Solution for Windows 6.1 SP3 Product Guide ALTIRIS Software Delivery Solution for Windows 6.1 SP3 Product Guide Notice Altiris Software Delivery Solution for Windows 6.1 SP3 Product Guide 2007 Altiris, Inc. All rights reserved. Document Date: February

More information