Enterprise PC Power Management. Methods to maximise energy and cost efficiencies in distributed networks

Size: px
Start display at page:

Download "Enterprise PC Power Management. Methods to maximise energy and cost efficiencies in distributed networks"

Transcription

1 Enterprise PC Power Management Methods to maximise energy and cost efficiencies in distributed networks August 2014

2 1. Introduction This whitepaper was first published in January Five years on, Enterprise PC Power Management is still as relevant today as it was then. One could argue that with rapidly rising energy costs and a significant focus on sustainability and the triple bottom line, it is even more relevant. Leaving an average PC and CRT monitor constantly switched on, perhaps for convenience or IT administration purposes, conservatively consumes anywhere between kWh per annum. Depending on your geography, this is around half a tonne of CO2 emissions produced every year. Implementing a PC power management solutions can reduce energy consumption by as much as 60%. In an office of 1000 PCs, annual energy cost savings will soon add up. This document has been written specifically to provide technical background on the 1E NightWatchman solution for consideration within power management design and implementation. It is not attempting to assess one solution over another or provide competitive analysis, rather to indicate why sustainable IT believes that NightWatchman Enterprise from 1E provides the most complete and enterprise ready offering in the marketplace. 2. Power Management Evolution Power management evolution and solution maturity can really be divided into 4 main areas. We loosely categorise these as follows: Level 0 The Laggards There are no power policies or solutions implemented and reliance is placed on users configuring these themselves. Usually this is through campaigns and communication/education. Social engineering works to a degree but unless it is entrenched continually it fails. There is no way to manage or report at this level. Level 1 The Chancers Policies are configured centrally using Active Directory group policy and enforced on workstations. This is generally a one size fits all scenario and does not engage the end users at all. Group policy is inherently flawed and there is no guarantee that the policy is actually enforced and working (this is a legacy Microsoft issue). You also have zero visibility on the success of the solution as well as the saving that are being achieved. Level 2 The Pretenders Systems management tools are implemented to extend group policy functionality as well as provide basic wake up functionality and some rudimentary reporting. It should be noted that Systems Management tools provide a plethora of other services so their power management sustainableit (Pty) Ltd 2014 Page 2 of 14

3 functions are not extensive and their reporting is very basic. These tools provide you with a basic PC Power Management solution but do not deal with the complexities that you find in large PC environments, hence they don t cater for the exceptions very well. Level 3 The Achievers A PC power management tool is implemented across the enterprise. These tools often integrate with tools like SCCM (eg NightWatchman) but provide extended capabilities to ensure that you are maximising your savings. Functionality includes enterprise ready wakeup, user centric shutdowns, document backup prior to shutdown, dealing with PC insomnia to maximise savings, forced shutdowns etc. These solutions also comes with extensive and accurate reporting. Essentially if you want to maximise your savings opportunities and report from both a business and sustainability perspective with reliable data you need a PC power management tool like NightWatchman that provides you with this information. Level 0 speaks for itself but it is important to unpack the other offerings a bit further to understand benefits and shortcomings. 3. Level 1 - Microsoft Technology On the face of it, implementing a purely Microsoft solution is the obvious choice as many of the technologies involved (such as group policy within Active Directory) are already largely deployed throughout most large scale distributed environments. 3.1 Group Policy Power Management With the advent of Windows Vista, Microsoft introduced a number of group policies to allow the setting of standard Windows power profiles. The implication is that it is possible to set a number of power management attributes centrally for all machines on the Windows platform (Vista/Win 7 and Win 8). It was traditionally difficult to set these values for XP and 2000 machines. Group Policy is an excellent solution for managing general settings across large numbers of computers as it is generally recognised as being both reliable and scalable. However, because of the extensibility of the technology in terms of organisational change and the impact thereof, there is often reluctance and procedural difficulties with making regular changes to these settings. Therefore group policy is ideally suited to remotely configuring global settings such as password policies that are static and set only once, rather than settings that may require monitoring/enforcement and enhancement like power settings. 3.2 Managing Exceptions Another issue with group policy for configuring power management settings is that there is a need to manage exceptions. If a policy is applied to an organisational unit (OU), then it will affect all machines or users within the OU. If there is a requirement to apply a different policy or no policy at all to a subset of machines, then the options are to create lower levels of nested containers (which may not fit in with the Active Directory design) or use group policy filtering. sustainableit (Pty) Ltd 2014 Page 3 of 14

4 Group Policy filtering is usually implemented by setting permissions on a policy to deny a group of users or machines from applying it and in parallel implementing an alternative policy and granting rights to the exception group. There are a number of downsides with this as an approach: Management Overhead Maintenance of these groups can become complex and expensive as permutations increase Troubleshooting Group Policy filtering can increase the complexity of what is applied where. This adds uncertainty to the faith that is placed in the reliability of group policy as it becomes more complex to ascertain if the policy is actually being applied. Processing Overhead It is commonly accepted that filtering significantly increases the CPU burden on domain controllers and as a result in most environments its use tends to be restricted by architectural policy. 3.3 Standby Based Power Management The group policy templates for Windows are based on the premise of putting a machine into standby after a certain period of inactivity. There is nothing inherently wrong with this paradigm, but it does make the assumption that the machine will go into standby and come out of it successfully. There is also very little feedback that the settings are working as expected: there is of course no implication that group policy will fail to apply the setting, just that the machine may not be able to enter standby as intended. There are a number of things that can cause this: Incorrect Thread Execution State Applications and processes can request a particular thread execution state which will prevent the machine from applying certain power management. System Required The system is not allowed to go into standby while the process is requesting this state. Display Required Neither the system nor monitor can enter a low power state during this thread execution state. There are many circumstances where it is very beneficial to use this, such as watching a movie in Windows Media Player. However many 3 rd party applications set this value at inappropriate times and therefore prevent the system from entering standby. There is no native mechanism to report which thread is causing this state, only that it has been requested. It is also worth noting that this problem is most prevalent with System Required thread states, meaning that generally monitor power savings can still be enjoyed, but this does mean that users are less likely to notice and therefore report the Sleeplessness of their machine Machine can hang when sleeping or resuming When a machine attempts to enter a standby state and hangs while doing so, this is usually caused by a driver issue and can be remedied with basic troubleshooting. Machines can also hang when coming out of standby (resuming), this too is often caused by driver issues, but may be caused by firmware or hardware malfunction. This has significantly improved with the advent of Windows 7 and Windows 8 but still causes issues in older environments. sustainableit (Pty) Ltd 2014 Page 4 of 14

5 3.3.3 Apparent User Interaction Quite rightly user interaction, such as mouse or keyboard activity, is considered to be reasonable grounds to prevent system standby. However even this can occasionally produce unpredictable results. Faulty mouse hardware can cause minute fluctuations of the cursor that register as input. In some extreme cases 3 rd party applications have been observed to move the mouse pointer one pixel periodically as an alternative to setting the thread execution state CPU Thresholds Windows uses idle process counter to measure if CPU is busy. If the idle counter is under 80%, then the machine will not be allowed to enter standby. Some 3 rd party services and applications periodically run internal maintenance tasks causing spikes in CPU activity, but doing no useful work. This has been observed to prevent system standby. 3.4 Updates Windows security updates almost always require the system to be rebooted. If machines only ever go into standby, security updates are never applied and network security is placed at risk. 4. Level 2 Systems management tools You may already know what systems management tools do but sometimes it helps to reiterate this. Generally these tools provide the following functionality: An installation mechanism for all types of software o Applications o Operating System deployments o OS and Application Updates (patching) Software distribution gets the software to where the computers are Portals to allow users to initiate software installation Malware mitigation (endpoint protection) Asset data collection (inventory) hardware and software details in depth, including software usage (metering) Software asset analysis including some license management Configuration policy verification and enforcement settings management, including power settings, firewall policies, and roaming user configuration Wake-on-LAN the ability to powers up computers when needed Network Access Protection Remote control This is a lot for any system, and all of these are done on a wide diversity of devices on almost any scale in often complex environments. Given all that, it shouldn t surprise anyone that there are opportunities for improvement, hence the need for specialised PC power management solutions. sustainableit (Pty) Ltd 2014 Page 5 of 14

6 4.1 Greater control over power management These solution include the basic power management options required for distributing power management plans to appropriate computers and collecting computer state data for reporting purposes. Often these are an extension of group policy concepts but provide more granularity and ease of administration when it comes to deploying the policies. 4.2 Wake on lan Wake-on-LAN as a feature is most relevant to content distribution and power management. In some cases it can also be used with Operating System deployment in order to upgrade computers that have gone to sleep. You can maximize power management when administrators and users are confident that computers can be woken up when needed. Some systems management tools provide wake on lan (WOL) capbilitities. WOL runs in one of two modes: subnet-directed broadcast or unicast. Often customers find that unicast does not work once routers have aged out their MAC address (typically after four hours). Subnet-directed broadcasts only work if routers are set to propagate subnet-directed broadcasts, which is normally not the case due to security concerns. Therefore these solutions are generally found to not be practical in production. More recent systems management releases have introduced the concept of WOL Proxies to address the unicast weakness by ensuring that at least one client on each subnet has the MAC addresses for all its peers and is ready to send magic packets in response to the unicast packets. It never drops the MAC addresses and therefore should be ready at any time. However, often these solutions will listen for any network requests on any of the protocols that the clients are using. Therefore computers will be frequently woken, counteracting any power management policies you might have in place. 4.3 Reporting Systems management solutions generally differentiate themselves from group policy through reporting on cost, co2 and energy reporting. Many of these solution have been designed with a just enough mentality as power management is merely a subset of what the solution is intended to do. As a result reports are often based on averages (average energy consumption for all devices) and baselining capabilities are limited prior to deploying policies. The result is reporting that cannot realistically be used for management and sustainablilty reporting as it is inaccurate and fraught with errors. sustainableit (Pty) Ltd 2014 Page 6 of 14

7 5. Level 3 Enterprise PC Power Management (NightWatchman) The functionality described in Level 3 is based on 1E NightWatchman and is largely unavailable in most systems management tools available on the market today. 1E has been the world leader in PC power management solutions for around 14 years, significantly longer than any other organisation that operates within this sector. NightWatchman Enterprise is essentially made up of two components: NightWatchman 1E WakeUp 5.1 NightWatchman NightWatchman offers a number of benefits when considering an enterprise power management solution Scheduled Power Events NightWatchman can be used to configure all of the inactivity based power events that come out of the box with Windows, but also provide the capability to use scheduled power events. These can be used to: Power off, Hibernate or Suspend systems at a specified time in the evening Power off machines when no user has logged on in the morning Enforce regular system reboots throughout the organisation Power off or reboot machines after out of hours software deployment NightWatchman also has the capability to manage systems with a logged in user. If a user is logged in and working during a timed shutdown event, the solution will automatically defer the shutdown based on monitored activity. When the user leaves the machine, after a defined period of inactivity a dialog box with a countdown display will pop up allowing a user to manually postpone (if they had left their machine to go on a break as opposed to leaving it for the night). Once the countdown expires any open applications will be shut down. Automation scripts will be employed to automate the protection of unsaved user data. This function is completely extensible, so support can be added for internally developed and 3 rd party applications if required. The overriding premise in the solution is that no user data should ever be lost in doing shutdowns. The solution works on a shutdown schedule. Once the scheduled event occurs and a machine is powered down, a user can manually reboot the machine should they have come into the office to perform tasks out of hours User Satisfaction Power management is important, but must always be secondary to user experience. The section above explains the user interaction and benefits of Automation scripts to back up data, clearly important in maintaining user integrity. Another scenario that needs to be catered for is one where a user needs to be able override power management for a legitimate business function. Imagine the scenario where a user wants to leave sustainableit (Pty) Ltd 2014 Page 7 of 14

8 a large file downloading overnight. NightWatchman provides the capability to allow a user to opt out of power management for the night to be able to achieve this Detailed Reporting It stands to reason that any organisation setting targets on energy savings needs to be able to establish where they currently are and measure the improvements that are made. Accurate reporting is used to drive desired behaviours and ensures that the solution is set up for optimum energy and cost savings. NightWatchman provides detailed reporting capabilities via a web based reports console. Distributed machines log their power state every time it changes and periodically post this data via HTTP to a.net web service. This data is combined with hardware model power consumption data to produce accurate reports Sleepless Client Detection NightWatchman provides Advanced Sleepless Client Detection which is a feature aimed at identifying which machines are not entering sleep and why often known as PC insomnia. This utiises a proprietary 1E driver that is loaded only when a machine fails to enter sleep and can provide information on the process that is preventing the machine from entering the low power state. This information allows administrators to determine which processes should not be allowed to keep machines awake or enforce a policy to ignore these specific processes. NightWatchman can compare this policy against a detected process list and force machines into sleep if necessary. sustainableit (Pty) Ltd 2014 Page 8 of 14

9 5.1.5 Exception Handling There are a number of scenarios that an organisation might need to consider in terms of exceptions: Scenario Workstation is serving as a server or concentrator for legacy application Development machines run overnight compilation jobs / Finance machines run batch processing out of hours Want to apply a lighter power policy to certain machines VIP user wants to be excluded from power management Need to prevent shutdown until after certain condition has been met NightWatchman Mitigation Process Exception list: NightWatchman can abort shutdown if a specified process is found to be running & keep retrying until process aborts. The NightWatchman console can be used to easily apply granular power policies to small groups of machines. NightWatchman can be configured on individual remote systems via the command line, so an administrator can override departmental or site policy for the VIP. NightWatchman offers a preflight script that will run prior to shutdown. This will allow an administrator to set any required logic to prevent or allow shutdown. sustainableit (Pty) Ltd 2014 Page 9 of 14

10 5.1.6 Centralised Administration The NightWatchman console is probably the best method for managing power policy settings in complex environments. It has been load tested up to 400,000 clients, so is certainly scalable enough for almost any conceivable environment. The console provides delegation of control capabilities to allow site managers or designated departmental heads to manage power policy for their department or section. It is also possible to use this console for the following: Construction of location and organisational hierarchy Designing Power Policies Designing Power Schemes Configuring Hardware specific consumption data Configuring location based tariffs sustainableit (Pty) Ltd 2014 Page 10 of 14

11 5.2 1E WakeUp Availability Management Any organisation attempting a systematic power down of systems needs to consider out of band management Reliable & Secure Wake on LAN Many wake-on-lan solutions integrated into software distribution tools rely on Subnet Directed Broadcast technology, which can be difficult to implement and has potential security implications from a networking perspective. 1E WakeUp uses a proxy agent method of waking systems that has proven to be extremely robust in large and complex networks. The WakeUp service relays the WOL request off a local PC running the WakeUp agent, which initiates the broadcast locally. This avoids any of the issues with router reconfiguration or denial of service vulnerabilities. The 1E solution has been successfully implemented in large complex networks to provide highly reliable patch management. sustainableit (Pty) Ltd 2014 Page 11 of 14

12 5.3 User Satisfaction WebWakeUp In some environments users wish to remotely connect to their machine from home via VPN or another corporate location. This is of course only possible if the machine is fully powered up. WebWakeUp allows users to remotely power on their machine and connect to it via RDP or some other method. WebWakeUp allows a user to register their user account against a machine using a web interface. They are then able to power it up by connecting to the corporate network by VPN and visiting an intranet page. This interface is completely customisable and intended to be closely integrated with existing intranet systems. 5.4 Out of Band Deployment As soon as an organisation embarks on shutting systems down out of hours, it needs to consider enabling systems with a wake-on-lan capability to enable out of band software distribution. When used in conjunction with 3 rd party Management Solutions such as Microsoft WSUS or Altiris, 1E WakeUp offers a maintenance window feature. This enables IT Departments to schedule deployments to occur at a time out of normal working hours. sustainableit (Pty) Ltd 2014 Page 12 of 14

13 The NightWatchman console can be used for scheduling these maintenance windows. Once this is enabled, software distributions, such as patches should be configured to be distributed during the wake up window. sustainableit (Pty) Ltd 2014 Page 13 of 14

14 6. Return on investment Powering off unused workstations not only improves the management and efficiency of distributed computing, but makes sense financially as well. With corporate energy rates increasing significantly, the business case for an effective power management solution builds itself. In environments where the majority of workstations are left on overnight, powering down for 12 hours per day on weekdays and 18 to 24 hours on weekends can make a tremendous impact on the bottom line and cost savings initiatives. When one sees this within the context of the cost of a power management solution such as that provided by 1E, payback periods range between 9 and 12 months, making the decision to invest in an enterprise ready, robust solution all the more attractive. 7. Summary and conclusion Enterprise power management solutions targeted at distributed networks offer businesses a quick win in energy and cost savings initiatives. Organisations must design and implement solutions that overcome the inefficiency that typically lies in this infrastructure, failing to do so is irresponsible when one considers our existing energy crisis. The 1E solution, discussed in this paper provides IT Departments with a comprehensive and holistic solution to both energy and patch management. The speed of deployment and ease of management thereafter sets it apart as the solution of choice in the enterprise power management landscape. sustainableit (Pty) Ltd 2014 Page 14 of 14

PC Power Management FAQ

PC Power Management FAQ PC Power Management FAQ What is Verismic Power Manager? Verismic Power Manager is a powerful web- based PC Power Management Software that enables people to benefit from the carbon and energy savings that

More information

SyAM Software Management Utilities. Creating Templates

SyAM Software Management Utilities. Creating Templates SyAM Software Management Utilities Creating Templates Step 1: Setting Up Folder Paths The Management Utilities utilize a server share to perform centralized network deployment of applications and patches.

More information

BigFix Power Management. User s Guide

BigFix Power Management. User s Guide July, 2010 All rights reserved. BigFix, Fixlet, Relevance Engine, Powered by BigFix and related BigFix logos are trademarks of BigFix, Inc. All other product names, trade names, trademarks, and logos used

More information

1E NightWatchman Extending System Center Configuration Manager 2007 R3 for Advanced Power Management

1E NightWatchman Extending System Center Configuration Manager 2007 R3 for Advanced Power Management 1E NightWatchman Extending System Center Configuration Manager 2007 R3 for Advanced Power Management White Paper Microsoft Corporation October2010 For the latest information, go to www.microsoft.com/systemcenter

More information

It s Not Easy Being Green

It s Not Easy Being Green It s Not Easy Being Green Implementing PC Energy Management in the Enterprise Brian Duffy NYS CIO/OFT February 4, 2010 Roadmap Why? Options The Toolbox Implementation Future Direction Executive Order 4

More information

Enterprise Solution for Remote Desktop Services... 2. System Administration... 3. Server Management... 4. Server Management (Continued)...

Enterprise Solution for Remote Desktop Services... 2. System Administration... 3. Server Management... 4. Server Management (Continued)... CONTENTS Enterprise Solution for Remote Desktop Services... 2 System Administration... 3 Server Management... 4 Server Management (Continued)... 5 Application Management... 6 Application Management (Continued)...

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 6451B: Planning, Deploying and Managing Microsoft System Center Configuration Manager 2007 Length: 3 Days Published: June 29, 2012 Language(s): English Audience(s): IT Professionals Level: 300 Technology:

More information

Power Management. User s Guide. User s Guide

Power Management. User s Guide. User s Guide Power Management User s Guide User s Guide i Note: Before using this information and the product it supports, read the information in Notices. Copyright IBM Corporation 2003, 2011. US Government Users

More information

Goverlan Remote Control

Goverlan Remote Control Goverlan Remote Control Feature Overview Goverlan Remote Control Powerful IT remote control, made easy Support, control and manage multiple users anywhere securely and seamlessly. With its powerful broadscope

More information

Getting Started Guide. Version 4.3

Getting Started Guide. Version 4.3 C i s co EnergyWise Management Getting Started Guide Version 4.3 Contents Introduction to Cisco EnergyWise Management...4 Setup & Installation...5 System Requirements (Single Server Installation)...5 Installation...6

More information

Server application Client application Quick remote support application. Server application

Server application Client application Quick remote support application. Server application The system needs to be Online, with a server hosted as a HTTP/WEB interface. The WEB interface will have a login interface, Administrators can download the server & client application to any desktop to

More information

Information Technology Solutions

Information Technology Solutions Managed Services Information Technology Solutions A TBG Security Professional Services Offering LET TBG MANAGE YOUR INFRASTRUCTURE WITH CONFIDENCE: TBG S INTEGRATED IT AUTOMATION FRAMEWORK PROVIDES: Computer

More information

NetSupport Manager v11

NetSupport Manager v11 Remote Support For Any Environment NetSupport Manager v11 NetSupport Manager has been helping organizations optimize the delivery of their IT support services since 1989 and while the use of Remote Control

More information

User Guide. SUSIAccess. Remote Device Management

User Guide. SUSIAccess. Remote Device Management User Guide SUSIAccess Remote Device Management Edition 2.0 May 10 2012 Part. No. 200EMBSA01 Printed in Taiwan 2 Advantech SUSIAccess User Manual ADVANTECH SUSIACCESS USER MANUAL... 3 1. SOLUTION OVERVIEW...

More information

SEPARATING FACT FROM FICTION MICROSOFT & POWER MANAGEMENT

SEPARATING FACT FROM FICTION MICROSOFT & POWER MANAGEMENT SEPARATING FACT FROM FICTION MICROSOFT & POWER MANAGEMENT DON T BE FOOLED: FREE WILL COST YOU... While Microsoft Windows and System Center include power management features, their capabilities are rudimentary

More information

IT & Asset Management Training Workshops

IT & Asset Management Training Workshops IT & Asset Management Training Workshops Contents Workshop Objectives... 3 &... 3 Workshop Timeframes... 3 Workshop 1: Altiris Fundamentals... 4 Workshop 2: Asset Management... 5 Workshop 3: Contract Management...

More information

Advanced network device management. you can

Advanced network device management. you can Advanced network device management you can Ease the burden of device management and maximise office productivity Managing a large fleet of devices can be time consuming and problematic for IT and facilities

More information

Power, Patch, and Endpoint Managers Expand McAfee epo Platform Capabilities While Cutting Endpoint Costs

Power, Patch, and Endpoint Managers Expand McAfee epo Platform Capabilities While Cutting Endpoint Costs Business Brief Power, Patch, and Endpoint Managers Expand McAfee epo Platform Capabilities While Cutting Endpoint Costs McAfee Compatible Solution Autonomic Software Endpoint Manager 1.2 and McAfee epo

More information

CMPT 471 Networking II

CMPT 471 Networking II CMPT 471 Networking II Firewalls Janice Regan, 2006-2013 1 Security When is a computer secure When the data and software on the computer are available on demand only to those people who should have access

More information

Virtual Desktop Infrastructure Planning Overview

Virtual Desktop Infrastructure Planning Overview WHITEPAPER Virtual Desktop Infrastructure Planning Overview Contents What is Virtual Desktop Infrastructure?...2 Physical Corporate PCs. Where s the Beef?...3 The Benefits of VDI...4 Planning for VDI...5

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

COMPUTING ENERGY CONSERVATION RECOMMENDATIONS

COMPUTING ENERGY CONSERVATION RECOMMENDATIONS FACILITIES SERVICES COMPUTER & NETWORK SUPPORT COMPUTING ENERGY CONSERVATION RECOMMENDATIONS PREPARED BY CHRIS VANHORN SEPTEMBER 8, 2005 OVERVIEW These days with power consumption and costs on the rise,

More information

BUYER S GUIDE: PC INVENTORY AND SOFTWARE USAGE METERING TOOLS

BUYER S GUIDE: PC INVENTORY AND SOFTWARE USAGE METERING TOOLS BUYER S GUIDE: PC INVENTORY AND SOFTWARE USAGE METERING TOOLS A guide for identifying an IT/software asset management product that best meets the needs of your organization 200 West Mercer Street Suite

More information

See all, manage all is the new mantra at the corporate workplace today.

See all, manage all is the new mantra at the corporate workplace today. See all, manage all is the new mantra at the corporate workplace today. 1) Do you want to schedule backups, software updates using just one consistent automation platform? 2) Do you want a product that

More information

GUIDE TO ICT DESKTOP ENERGY MANAGEMENT. Public Sector ICT Special Working Group

GUIDE TO ICT DESKTOP ENERGY MANAGEMENT. Public Sector ICT Special Working Group GUIDE TO ICT DESKTOP ENERGY MANAGEMENT Public Sector ICT Special Working Group GUIDE TO ICT DESKTOP ENERGY MANAGEMENT This guide is one of a suite of documents on ICT energy efficiency resulting from

More information

Windows Operating Systems. Basic Security

Windows Operating Systems. Basic Security Windows Operating Systems Basic Security Objectives Explain Windows Operating System (OS) common configurations Recognize OS related threats Apply major steps in securing the OS Windows Operating System

More information

Whitepaper - Existing Operating Systems Power Management How ShutdownPlus Green Is A Better Fit. Published: May 2010 www.wmsoftware.

Whitepaper - Existing Operating Systems Power Management How ShutdownPlus Green Is A Better Fit. Published: May 2010 www.wmsoftware. Whitepaper - Existing Operating Systems Power Management How ShutdownPlus Green Is A Better Fit Published: May 2010 www.wmsoftware.com Contents Introduction...1 What is Built-In...2 What is Missing...2

More information

Troubleshooting AVAYA Meeting Exchange

Troubleshooting AVAYA Meeting Exchange Troubleshooting AVAYA Meeting Exchange Is my browser supported? Avaya Web Conferencing supports the following browser clients for joining conferences (with the described limitations). The supported browsers

More information

Division of Administration (DOA) Desktop Support

Division of Administration (DOA) Desktop Support Division of Administration (DOA) Desktop Support Computer Power Conservation Settings for XP & Vista Operating Systems XP Power Options Overview Using Power Options in Control Panel, you can reduce the

More information

Kaseya IT Automation Framework

Kaseya IT Automation Framework Kaseya Kaseya IT Automation Framework An Integrated solution designed for reducing complexity while increasing productivity for IT Professionals and Managed Service Providers. The powerful, web-based automation

More information

Common Criteria Security Target For 1E Power and Patch Management Pack

Common Criteria Security Target For 1E Power and Patch Management Pack Intelligent Windows Management Common Criteria Security Target For 1E Power and Patch Management Pack 30 September 2009 Document Version 1-0 1E Limited. All Rights reserved. Summary of Amendments Version

More information

DEPARTMENT OF JUSTICE INFORMATION TECHNOLOGY STANDARD

DEPARTMENT OF JUSTICE INFORMATION TECHNOLOGY STANDARD DEPARTMENT OF JUSTICE INFORMATION TECHNOLOGY STANDARD POWER MANAGEMENT Version 1.0 August 2009 950 Pennsylvania Avenue NW Suite 1310 Washington, DC 20530 ** FINAL ** Page 1 TABLE OF CONTENTS Foreword 3

More information

Transitioning to Leostream from HP SAM

Transitioning to Leostream from HP SAM Transitioning to Leostream from HP SAM Overview This document aims to ease your transition from HP SAM to the Leostream Connection Broker. We want to assure you that the path is not fraught with peril.

More information

Wyse Device Manager TM

Wyse Device Manager TM Wyse Device Manager TM Secure, flexible and effective thin client management software All youneed toknow.here. An introduction to Wyse Device Manager TM Minimize your desktop support costs. Maximize desktop

More information

2X ApplicationServer & LoadBalancer & VirtualDesktopServer Manual

2X ApplicationServer & LoadBalancer & VirtualDesktopServer Manual 2X ApplicationServer & LoadBalancer & VirtualDesktopServer Manual 2X VirtualDesktopServer Contents 1 2X VirtualDesktopServer Contents 2 URL: www.2x.com E-mail: info@2x.com Information in this document

More information

Device Lifecycle Management

Device Lifecycle Management Device Lifecycle Management 1 (8) Table of Contents 1. Executive summary... 3 2. Today's challenges in adapting to lifecycle management... 3 3. How is Miradore different?... 5 4. Conclusion... 8 2 (8)

More information

Installation Notes for Outpost Network Security (ONS) version 3.2

Installation Notes for Outpost Network Security (ONS) version 3.2 Outpost Network Security Installation Notes version 3.2 Page 1 Installation Notes for Outpost Network Security (ONS) version 3.2 Contents Installation Notes for Outpost Network Security (ONS) version 3.2...

More information

MS-50292 - MCITP: Windows 7 Enterprise Desktop Support Technician Boot Camp

MS-50292 - MCITP: Windows 7 Enterprise Desktop Support Technician Boot Camp MS-50292 - MCITP: Windows 7 Enterprise Desktop Support Technician Boot Camp Table of Contents Introduction Audience At Completion Prerequisites Microsoft Certified Professional Exams Student Materials

More information

Lumension Endpoint Management and Security Suite (LEMSS): Patch and Remediation

Lumension Endpoint Management and Security Suite (LEMSS): Patch and Remediation Lumension Endpoint Management and Security Suite (LEMSS): Patch and Remediation Version 7.0 SP1 Evaluation Guide September 2010 Version 2.4 Copyright 2010, Lumension, Inc. Table of Contents Lumension Endpoint

More information

Web-Based Data Backup Solutions

Web-Based Data Backup Solutions "IMAGINE LOSING ALL YOUR IMPORTANT FILES, IS NOT OF WHAT FILES YOU LOSS BUT THE LOSS IN TIME, MONEY AND EFFORT YOU ARE INVESTED IN" The fact Based on statistics gathered from various sources: 1. 6% of

More information

Deploying Windows Streaming Media Servers NLB Cluster and metasan

Deploying Windows Streaming Media Servers NLB Cluster and metasan Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................

More information

WhatsUp Event Alarm v10x Quick Setup Guide

WhatsUp Event Alarm v10x Quick Setup Guide WhatsUp Event Alarm v10x Quick Setup Guide Contents CHAPTER 1 WhatsUp Event Alarm Quick Setup Guide Microsoft Vista/Server 2008/Windows 7 Requirements/Recommendations... 3 Before You Begin... 7 Installation

More information

An Analysis of Propalms TSE and Microsoft Remote Desktop Services

An Analysis of Propalms TSE and Microsoft Remote Desktop Services An Analysis of TSE and Remote Desktop Services JULY 2010 This document illustrates how TSE can extend your Remote Desktop Services environment providing you with the simplified and consolidated management

More information

System Center Configuration Manager 2007

System Center Configuration Manager 2007 System Center Configuration Manager 2007 Software Distribution Guide Friday, 26 February 2010 Version 1.0.0.0 Baseline Prepared by Microsoft Copyright This document and/or software ( this Content ) has

More information

Citrix MetaFrame Presentation Server 3.0 and Microsoft Windows Server 2003 Value Add Feature Guide

Citrix MetaFrame Presentation Server 3.0 and Microsoft Windows Server 2003 Value Add Feature Guide Citrix MetaFrame Presentation Server 3.0 and Microsoft Windows Server 2003 Value Add Feature Guide Advanced Functionality Basic Functionality Feature MANAGEMENT Microsoft Management Console Enhanced Connection

More information

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) (

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) ( SAFETICA INSIGHT INSTALLATION MANUAL SAFETICA INSIGHT INSTALLATION MANUAL for Safetica Insight version 6.1.2 Author: Safetica Technologies s.r.o. Safetica Insight was developed by Safetica Technologies

More information

Extend Your IT Infrastructure with Amazon Virtual Private Cloud

Extend Your IT Infrastructure with Amazon Virtual Private Cloud Extend Your IT Infrastructure with Amazon Virtual Private Cloud January 2010 http://aws.amazon.com/vpc Understanding Amazon Virtual Private Cloud Amazon Virtual Private Cloud (Amazon VPC) is a secure and

More information

Lumension Endpoint Management and Security Suite

Lumension Endpoint Management and Security Suite Lumension Endpoint Management and Security Suite Patch and Remediation Module Evaluation Guide July 2012 Version 1.1 Copyright 2009, Lumension L.E.M.S.S:LPR - Table of Contents Introduction... 3 Module

More information

System Center Configuration Manager

System Center Configuration Manager System Center Configuration Manager Software Update Management Guide Friday, 26 February 2010 Version 1.0.0.0 Baseline Prepared by Microsoft Copyright This document and/or software ( this Content ) has

More information

Guideline for setting up a functional VPN

Guideline for setting up a functional VPN Guideline for setting up a functional VPN Why do I want a VPN? VPN by definition creates a private, trusted network across an untrusted medium. It allows you to connect offices and people from around the

More information

Managing Windows Environments with Group Policy

Managing Windows Environments with Group Policy 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Managing Windows Environments with Group Policy Course: MS50255C

More information

User Guide - English. ServerView Suite. DeskView and ServerView Integration Pack for Microsoft SCCM

User Guide - English. ServerView Suite. DeskView and ServerView Integration Pack for Microsoft SCCM User Guide - English ServerView Suite DeskView and ServerView Integration Pack for Microsoft SCCM Edition June 2010 Comments Suggestions Corrections The User Documentation Department would like to know

More information

20696B: Administering System Center Configuration Manager and Intune

20696B: Administering System Center Configuration Manager and Intune 20696B: Administering System Center Configuration Manager and Intune Course Details Course Code: Duration: Notes: 20696B 5 days This course syllabus should be used to determine whether the course is appropriate

More information

Virtual Desktop Infrastructure in

Virtual Desktop Infrastructure in Introducing Virtual Desktop Infrastructure in Propalms TSE 6.0 1. Introduction: Propalms TSE 6.0 introduces the Virtual Desktop Infrastructure that lets you harness the power of virtualization technology.

More information

CatDV Pro Workgroup Serve r

CatDV Pro Workgroup Serve r Architectural Overview CatDV Pro Workgroup Server Square Box Systems Ltd May 2003 The CatDV Pro client application is a standalone desktop application, providing video logging and media cataloging capability

More information

TeamViewer 9 Manual Wake-on-LAN

TeamViewer 9 Manual Wake-on-LAN TeamViewer 9 Manual Wake-on-LAN Rev 9.2-12/2013 TeamViewer GmbH Jahnstraße 30 D-73037 Göppingen www.teamviewer.com Table of content 1 About Wake-on-LAN... 3 2 Requirements... 4 3 Set up Windows... 5 3.1

More information

Guideline on Auditing and Log Management

Guideline on Auditing and Log Management CMSGu2012-05 Mauritian Computer Emergency Response Team CERT-MU SECURITY GUIDELINE 2011-02 Enhancing Cyber Security in Mauritius Guideline on Auditing and Log Management National Computer Board Mauritius

More information

RES ONE Automation 2015 Task Overview

RES ONE Automation 2015 Task Overview RES ONE Automation 2015 Task Overview Task Overview RES ONE Automation 2015 Configuration Tasks The library Configuration contains Tasks that relate to the configuration of a computer, such as applying

More information

A Guide to New Features in Propalms OneGate 4.0

A Guide to New Features in Propalms OneGate 4.0 A Guide to New Features in Propalms OneGate 4.0 Propalms Ltd. Published April 2013 Overview This document covers the new features, enhancements and changes introduced in Propalms OneGate 4.0 Server (previously

More information

Your Location Instant NOC using Kaseya. Administrator at Remote Location Secure access to Management Console from anywhere using only a browser

Your Location Instant NOC using Kaseya. Administrator at Remote Location Secure access to Management Console from anywhere using only a browser Kaseya Product Brief The Kaseya Platform Making your systems more secure, your staff more productive, your services more reliable and your results easier to validate. No matter what part of Kaseya s integrated

More information

Viewfinity Privilege Management Integration with Microsoft System Center Configuration Manager. By Dwain Kinghorn

Viewfinity Privilege Management Integration with Microsoft System Center Configuration Manager. By Dwain Kinghorn 4 0 0 T o t t e n P o n d R o a d W a l t h a m, M A 0 2 4 5 1 7 8 1. 8 1 0. 4 3 2 0 w w w. v i e w f i n i t y. c o m Viewfinity Privilege Management Integration with Microsoft System Center Configuration

More information

Patch Management SoftwareTechnical Specs

Patch Management SoftwareTechnical Specs Patch Management SoftwareTechnical Specs 1. Scalable: a. The PMS (Patch Management Software)must be scalable(can grow as network grows). b. The PMSmust be able to support more than 10k nodes from a single

More information

XyLoc Windows7 Client Release Notes

XyLoc Windows7 Client Release Notes Support Information: XyLoc Windows7 Client Release Notes Ensure Technologies Technical Support is available to provide any needed assistance. Please contact us at (734) 547-1631 or at support@ensuretech.com.

More information

Leostream Corporation leostream.com help@leostream.com Share this Whitepaper!

Leostream Corporation leostream.com help@leostream.com Share this Whitepaper! Introduction... 3 Advantages of Providing Remote Access to Personal PC... 4 Disadvantages of Typical Remote Access Solutions in a Corporate Environment... 5 Why Use Leostream for Remote Access... 5 Using

More information

IT INFRASTRUCTURE MANAGEMENT SERVICE ADDING POWER TO YOUR NETWORKS

IT INFRASTRUCTURE MANAGEMENT SERVICE ADDING POWER TO YOUR NETWORKS IT INFRASTRUCTURE MANAGEMENT SERVICE ADDING POWER TO YOUR NETWORKS IT INFRASTRUCTURE MANAGEMENT SERVICES Nortech Remote management IT security Services provide around clock remote Management, real time

More information

STRATEGIC POLICY. Information Security Policy Documentation. Network Management Policy. 1. Introduction

STRATEGIC POLICY. Information Security Policy Documentation. Network Management Policy. 1. Introduction Policy: Title: Status: 1. Introduction ISP-S12 Network Management Policy Revised Information Security Policy Documentation STRATEGIC POLICY 1.1. This information security policy document covers management,

More information

RADMIN remote control software. Product Overview. What is Radmin? Innovative screen capture technology

RADMIN remote control software. Product Overview. What is Radmin? Innovative screen capture technology What is Radmin? Radmin is a secure and reliable Windows-based remote control program, which allows you to work on several computers through a simple and familiar graphical interface. Radmin allows a user

More information

OS Deployment and Migration

OS Deployment and Migration LANDesk Solution Brief: OS Deployment and Migration Solving real IT challenges. Solving real IT challenges. Simplify OS upgrades and user migrations The Challenge: Migrating users to new Windows operating

More information

White Paper. The Ten Features Your Web Application Monitoring Software Must Have. Executive Summary

White Paper. The Ten Features Your Web Application Monitoring Software Must Have. Executive Summary White Paper The Ten Features Your Web Application Monitoring Software Must Have Executive Summary It s hard to find an important business application that doesn t have a web-based version available and

More information

Secure Networks for Process Control

Secure Networks for Process Control Secure Networks for Process Control Leveraging a Simple Yet Effective Policy Framework to Secure the Modern Process Control Network An Enterasys Networks White Paper There is nothing more important than

More information

2X ApplicationServer & LoadBalancer Manual

2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Contents 1 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies,

More information

DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service

DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service Achieving Scalability and High Availability Abstract DB2 Connect Enterprise Edition for Windows NT provides fast and robust connectivity

More information

Capacity Planning for NightWatchman Management Center

Capacity Planning for NightWatchman Management Center Capacity Planning for NightWatchman Management Center Server sizing guide for NightWatchman Management Center www.1e.com i Version 6.0 document revision 1 1E Ltd 2011 All rights reserved. No part of this

More information

Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure

Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure Question Number (ID) : 1 (jaamsp_mngnwi-025) Lisa would like to configure five of her 15 Web servers, which are running Microsoft Windows Server 2003, Web Edition, to always receive specific IP addresses

More information

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Duration: Three consecutive Saturdays About this Course This instructor led course teaches students how to implement and manage Windows

More information

Gaining Competitive Advantage through Consolidated POS Asset Management

Gaining Competitive Advantage through Consolidated POS Asset Management Gaining Competitive Advantage through Consolidated POS Asset Management 1 (6) Table of Contents 1. Executive summary... 3 2. Challenges in retail markets... 3 3. Miradore turns challenges into opportunities...

More information

1E POWER AND PATCH MANAGEMENT PACK INCLUDING WAKEUP AND NIGHTWATCHMAN Version 5.6 running on multiple platforms

1E POWER AND PATCH MANAGEMENT PACK INCLUDING WAKEUP AND NIGHTWATCHMAN Version 5.6 running on multiple platforms 122-B CERTIFICATION REPORT No. CRP252 1E POWER AND PATCH MANAGEMENT PACK INCLUDING WAKEUP AND NIGHTWATCHMAN Version 5.6 running on multiple platforms Issue 1.0 December 2009 Crown Copyright 2009 All Rights

More information

1 Introduction to Microsoft Enterprise Desktop Virtualization (MED-V)... 3 1.1 Terminology... 4 1.2 Key Capabilities... 4

1 Introduction to Microsoft Enterprise Desktop Virtualization (MED-V)... 3 1.1 Terminology... 4 1.2 Key Capabilities... 4 MED-V v1 Contents 1 Introduction to Microsoft Enterprise Desktop Virtualization (MED-V)... 3 1.1 Terminology... 4 1.2 Key Capabilities... 4 2 High-level Architecture... 6 2.1 System Requirements for MED-V

More information

pc resource monitoring and performance advisor

pc resource monitoring and performance advisor pc resource monitoring and performance advisor application note www.hp.com/go/desktops Overview HP Toptools is a modular web-based device management tool that provides dynamic information about HP hardware

More information

MS-50255: Managing, Maintaining, and Securing Your Networks Through Group Policy. Course Objectives. Required Exam(s) Price.

MS-50255: Managing, Maintaining, and Securing Your Networks Through Group Policy. Course Objectives. Required Exam(s) Price. MS-50255: Managing, Maintaining, and Securing Your Networks Through Group Policy Discover how to consolidate the administration of an enterprise IT infrastructure with Group Policy. In this four-day instructor

More information

The Trivial Cisco IP Phones Compromise

The Trivial Cisco IP Phones Compromise Security analysis of the implications of deploying Cisco Systems SIP-based IP Phones model 7960 Ofir Arkin Founder The Sys-Security Group ofir@sys-security.com http://www.sys-security.com September 2002

More information

PowerMAN Power Manager 5.2

PowerMAN Power Manager 5.2 PowerMAN Power Manager 5.2 Client Software Installation and Administration Guide Release 5.2.7.5787 January 2013 Data Synergy UK Ltd 2007-2013. All rights reserved. About Data Synergy Data Synergy is a

More information

Privileged Access Management 15.2 Available Features

Privileged Access Management 15.2 Available Features Privileged Access Management 15.2 Available Features Features for Access Console Users Feature Name Multi-Platform Support Endpoint Access Console Windows Windows 2000 Pro SP4 Windows XP Pro SP3 Windows

More information

Workflow Templates Library

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

More information

Symantec Client Management Suite 7.6 powered by Altiris technology

Symantec Client Management Suite 7.6 powered by Altiris technology Symantec Client Management Suite 7.6 powered by Altiris technology IT flexibility. User freedom. Data Sheet: Endpoint Management Overview With so many new devices coming into the workplace and users often

More information

Medical 360 Network Edition and Citrix

Medical 360 Network Edition and Citrix WHITE PAPER Dragon Medical 360 Network Edition and Citrix A White Paper from Nuance Healthcare HEALTHCARE DRAGON MEDICAL 360 AND CITRIX Contents Introduction... 3 Citrix Overview... 4 Dragon Medical 360

More information

Chapter 18. Network Management Basics

Chapter 18. Network Management Basics Network Management Basics > FCAPS Model Chapter 18. Network Management Basics This chapter covers the following topics: FCAPS Model Network Management Architecture Network Management Protocols An Introduction

More information

PC-Duo Web Console Installation Guide

PC-Duo Web Console Installation Guide PC-Duo Web Console Installation Guide Release 12.1 August 2012 Vector Networks, Inc. 541 Tenth Street, Unit 123 Atlanta, GA 30318 (800) 330-5035 http://www.vector-networks.com Copyright 2012 Vector Networks

More information

CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS Number: 1Y0-A14 Passing Score: 800 Time Limit: 90 min File Version: 42.2 http://www.gratisexam.com/ CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS Exam Name: Implementing

More information

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer Virtual Appliance for VMware Server Getting Started Guide Revision 2.0.2 Warning and Disclaimer This document is designed to provide information about the configuration and installation of the CensorNet

More information

Step-by-Step Configuration

Step-by-Step Configuration Step-by-Step Configuration Kerio Technologies Kerio Technologies. All Rights Reserved. Printing Date: August 15, 2007 This guide provides detailed description on configuration of the local network which

More information

Desktop Authority and Group Policy Preferences

Desktop Authority and Group Policy Preferences Desktop Authority and Group Policy Preferences A ScriptLogic Product Positioning Paper 1.800.813.6415 www.scriptlogic.com Desktop Authority and Group Policy Preferences Introduction Group Policy Preferences

More information

ACP ThinManager Tech Notes What's New, or Why Upgrade ThinManager?

ACP ThinManager Tech Notes What's New, or Why Upgrade ThinManager? ACP ThinManager Tech Notes What's New, or Why Upgrade ThinManager? Use the F1 button on any page of a ThinManager wizard to launch Help for that page. Visit www.thinmanager.com/technotes/ to download the

More information

MOC 6435A Designing a Windows Server 2008 Network Infrastructure

MOC 6435A Designing a Windows Server 2008 Network Infrastructure MOC 6435A Designing a Windows Server 2008 Network Infrastructure Course Number: 6435A Course Length: 5 Days Certification Exam This course will help you prepare for the following Microsoft exam: Exam 70647:

More information

Network Computing Architects Inc. (NCA) Network Operations Center (NOC) Services

Network Computing Architects Inc. (NCA) Network Operations Center (NOC) Services Network Computing Architects Inc. (NCA), provides outsourced IT services by monitoring and managing clients computing assets. Included Services: For all systems covered under NOC Support, the following

More information

Release Version 4.1 The 2X Software Server Based Computing Guide

Release Version 4.1 The 2X Software Server Based Computing Guide Release Version 4.1 The 2X Software Server Based Computing Guide Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless

More information

Product comparison. GFI LanGuard 2014 vs. Microsoft Windows InTune (October 2013 Release)

Product comparison. GFI LanGuard 2014 vs. Microsoft Windows InTune (October 2013 Release) Product comparison GFI LanGuard 2014 vs. Microsoft Windows InTune (October 2013 Release) GFI LanGuard 2014 Windows Intune General features Scheduled scans Agent-less r Agent-based Integration with Active

More information

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

More information

Catalyst Layer 3 Switch for Wake On LAN Support Across VLANs Configuration Example

Catalyst Layer 3 Switch for Wake On LAN Support Across VLANs Configuration Example Catalyst Layer 3 Switch for Wake On LAN Support Across VLANs Configuration Example Document ID: 91672 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information

More information

TNT SOFTWARE White Paper Series

TNT SOFTWARE White Paper Series TNT SOFTWARE White Paper Series Event Log Monitor White Paper: Architecture T N T Software www.tntsoftware.com TNT SOFTWARE Event Log Monitor Architecture 2000 TNT Software All Rights Reserved 1308 NE

More information