Password Reset Tool for Service Desk Operators Version 2.0

Size: px
Start display at page:

Download "Password Reset Tool for Service Desk Operators Version 2.0"

Transcription

1 Password Reset Tool for Service Desk Operators Version 2.0 Installation & User Guide Author: Andy Grogan

2 2 Password Reset Tool Installation Guide Contents Overview... 3 How does it work?... 3 Features... 3 System Requirements... 4 Installation... 4 Post Installation Tasks... 7 Advanced Post installation steps... 8 Testing Access to the System... 8 Configuring the backend Agent Process... 9 Advanced Agent Configuration Parameters Change Database Location ADVANCED USE ONLY Enable Mail Notifications from the System Configuring Restricted Groups Using the system Resetting Passwords Identifying Statements Viewing the Server Side Agent Queue Server Side Log Viewer Licensing

3 3 Password Reset Tool Installation Guide Overview The telnetport25.com Service Desk Password Reset tool is designed for organisations which are small to medium in size and have a service desk or indeed a singular roving administrator whom needs the ability to reset user passwords. Normally Service Desk Operators whom reset domain passwords at the front line have their rights delegated to them via the Active Directory administrators for the organisation. This method can be fiddly and indeed requires the Windows ADMIN PAK to be installed on each service desk operator s machines. Indeed depending on your organisation can mean the creation of custom MMC s and additionally delegation method might give operators rights to perhaps reset the passwords that they shouldn t. The telnetport25.com Password Reset Tool is simple to install, web based and allows for Service Desk Operative to reset customer s passwords under their own basic set of security principles (there is no delegation required by the Active Directory Admin). The tool allows for Active Directory Administrators to configure custom users and groups whereby if a person is a member of the group the password cannot be reset. Combined with the logging features of IIS you can have a safe, secure, auditable solution for Service Desk password resets. How does it work? The system is based upon a 3 tier design the Service Desk Operators logon to the Service Desk web site and choose the customer s samaccountname from Active Directory the go through a two stage process of entering in a new password. This password is entered into a database which is polled periodically by a reset agent (which is located on an IIS server within the domain Infrastructure). The Reset agent will reset the password of the customer with the new password which is contained the database. The agent also checks to see if the customer whom has been entered into the database is a member of any restricted groups for example Domain Admins therefore preventing Service Desk operators from resetting the password of privileged account. Features Free! Simple setup Web Based No complex delegation or elevated security groups required System operates in the user context Key modifications happen on the server backend the Active Directory administrator has full control Access to the system controlled by a single security group 3

4 4 Password Reset Tool Installation Guide Allows for Customer to provide a Security Question alerts for Service Desk Operators notifying them of when passwords have been reset Full Source Code provided Configurable Exclusion Users and Groups Full process logging viewable via a custom log viewer System Requirements Windows 2003 x32 Standard or Enterprise Edition (R2) RTM Edition is fully supported, however SP2 is recommended. IIS 6.0 should be installed with a default location of C:\inetpub\wwwroot for the main site IIS 6.0 should have ASP enabled Windows Scripting host version 5.6 or 5.7 The server on which the program is to be installed MUST be part of a Windows 2000 / Windows 2003 Active Directory domain. Installation Download the PasswordResetTool.exe program to the C:\Inetpub\wwwroot directory on your server (please do not change this path it is essential that the installation program is placed in this directory) see below; Double click on the PasswordResetTool.exe which will open the installer window see below; 4

5 5 Password Reset Tool Installation Guide To install the software click on the Unzip button remember do not change the installation path. When the installation is completed you will be presented with the following dialog box; Click on the OK button to finish setup. You will notice that c:\inetpub\wwwroot now contains the PWD directory and a VBS file called Setup.vbs see below; Double click on the Setup.vbs file this will perform the following tasks; Create the Reset Password System Account and Access group within Active Directory and assign rights as appropriate (essentially both the account and the group are added to the 5

6 6 Password Reset Tool Installation Guide Account Operators Active Directory group in your domain). The details of the above are as follows: o A system account created in the Users container in AD called ServiceDeskReset with a default password of skullduggery this account is disabled in the directory by default therefore you will need to manually enable it o A Security group called ServiceDeskPasswordAdmins the above account IS NOT added to this group. People whom you wish to grant access to the Password Reset System are placed within this group Configure an IIS Virtual Directory of your choosing which is linked to the installation directory (PWD) Assign Security Permissions to the application essentially ensure that only members of the ServiceDeskPasswordAdmins group have access to the application Create a file within the PWD directory called Parameters.inc this file contains the details of the ServiceDeskReset account which is used by the ASP application to read data from Active Directory Resets IIS (by performing an IISRESET) as the final task therefore if you have other IIS sites running on your server you should note that they will be taken offline for a brief period at the end of this installation When you have doubled clicked on the Setup.vbs file you will be presented with the following dialog box; Here you can configure the Virtual Directory name that your program will be known as for example if you leave it as the default entry of PWD the location of the Password Reset Tool site will be as follows: 6

7 7 Password Reset Tool Installation Guide When you have configured the above click on the OK button the program will then go away and perform its tasks you will see a dialog box during the installation which tells you that permissions are being configured. When the configuration is completed you will be presented with the following dialog box (or similar): Post Installation Tasks When the installation has completed you will need to manually complete the following: Open Active Directory Users and Computers find the ServiceDeskReset account and enable it see below: The ServiceDeskReset Account by default is located in the Users container within your Active Directory Installation. Open Active Directory Users and Computers find the ServiceDeskPasswordAdmins security group you will need to add the Active Directory Accounts of the users of the system in to this group. This group by default is located in the Users container within your Active Directory installation. 7

8 8 Password Reset Tool Installation Guide Advanced Post installation steps As you have seen from the installation process above a service account for this program is placed within Active Directory thusly with a default password. In the interests of security you may wish to change this password. Doing so is a two step process 1. Open Active Directory Users and Computers locate the ServiceDeskReset account and reset the password 2. Open the Parameters.inc file which is located in C:\Intepub\wwwroot\pwd\ - you will see the following variable: spassword = "skullduggery" Change the value of skullduggery to the password that you have set in Active Directory for the service account. Testing Access to the System After the installation steps above have been completed you should be in a position to test access the system. From a computer located on your network open Internet Explorer and type in the following address: and press the <Enter> key You should be prompted with the standard Windows authentication dialog box see below: 8

9 9 Password Reset Tool Installation Guide Type in the account details of a user whom is a member of the ServiceDeskPasswordAdmins group you might need to use the format of <NETBIOSDOMAIN>\<account name> - for example Justice\andy in order for authentication to work. When you have completed the above you should be presented with the following screen: Configuring the backend Agent Process As mentioned in the overview this system is based upon a server side agent which is responsible for reading the database periodically and resetting the passwords of the users which have been logged with the system. In addition to the server side agent there is another process which needs to be configured which also sets the values for the password secrets (essentially a pass phrase which identifies the customer to the Helpdesk operative). In order for the system to function each of these processes need to be scheduled on the server which hosts the application. From the control panel on the server see below; 9

10 10 Password Reset Tool Installation Guide Open the Scheduled Tasks application. Click the Next button on the introduction dialog box see below From the select program dialog box click on the Browse button and navigate to c:\inetpub\wwwroot\pwd\resetagent\ and choose the resetagent.vbs script then click OK see below 10

11 11 Password Reset Tool Installation Guide The screen will change so you can configure you basic scheduling options give the task the name of ResetAgent and choose to perform this task Daily when done click on the Next button see below Choose to start the task from 10 minutes from the configuration therefore if you are installing the application at 23:50 the start time should be 00:00. Ensure that Every Day is selected on the Perform this Task when done click on the Next button see below 11

12 12 Password Reset Tool Installation Guide You will then need to provide a user context in which the Agent Task should run I have configured it to run as a domain admin however you can configure it to run as an account which has permissions to reset passwords in Active Directory if you do change the account make sure that it has Full Control permissions to update the Reset Agent Database which is located in C:\inetpub\wwwroot\pwd\db. When you are done click on the Next button see below You will then be presented with the Task Completion Dialog make sure that you tick the Open advanced properties for this task when I click finish option then click on the Finish button. 12

13 13 Password Reset Tool Installation Guide From the advanced properties dialog box choose the Schedule tab, then click on the Advanced button see below From the dialog that appears choose the Repeat Task tick box and configure it to run every 10 minutes (again you can customise this to your own needs) configure the duration to be for 1 hour. When you are done click on the OK button this will return you to the main scheduling screen click OK again see below. You will now need to go back and complete the same configuration of the Secret Agent Task (which is located in the c:\inetpub\wwwroot\pwd\resetagent\ folder, you will see it in there named as SecretAgent.vbs 13

14 14 Password Reset Tool Installation Guide Advanced Agent Configuration Parameters The password Reset Agent file: ResetAgent.vbs - located in c:\inetpub\wwwroot\pwd\resetagent\ has a number of options that the administrator of the system can configure, this section of the document will go through these values. NOTE: Other than the values mentioned in this section of the document you should NOT attempt to modify the code within the ResetAgent file unless you are certain that you know what you are doing. In order to edit these settings you can open the file using Windows NOTEPAD you should ensure that you have taken a copy of the file BEFORE you make any changes to the reset agent. Change Database Location ADVANCED USE ONLY Line 34 (Located under Configure our Global Constants ) Const LiveDB = "C:\Inetpub\wwwroot\pwd\DB\Passwords.mdb" You can change the database location by modifying the line above please note that if you change the Database location it still needs to be relative to the ASP files which make up the web interface as they map the database to /DB/Password. It is not advised to change the location of the database. Enable Mail Notifications from the System The functionality is disabled by default. In order for mail to function from the Password Reset System you will need the following items on your network: A distribution group which contains all the people whom access the system if you use Microsoft Exchange you could assign an address to the ServiceDeskAdmins group. An SMTP Server which will accept connections from the Password Reset Agent Line 36 Const Enabl = 0 You can change this value from 0 to 1 to enable mail notifications to be sent from the system if you do enable mail you will also need to configure the following values within the Agent File: Lines 59, 60, 63 strfrom = "passwordagent@<your domain.com>" This is the sender that mail items will be from via the Password Reset Tool - This should be changed to match your own domain perhaps even a legitimate account. 14

15 15 Password Reset Tool Installation Guide strto = "<Your Mail Address>" This is either the mail address or distribution list that the Agent File Activity will be sent to it is recommended that if you use Exchange Server you should mail enable the ServiceDeskAdmins security group and use the address of that list for the notifications. strsmtp = "<SMTP Server Address>" This is either the IP address or name of the SMTP server that the Agent can send to. Configuring Restricted Groups If an account that has been entered into the database is a member of any of the configured Restricted groups the whole agent process will be disabled until the system administrator has investigated as to why the account was entered. In a default installation there are four restricted groups configured which are: Domain Admins Enterprise Admins Administrators Schema Admins You can add further groups to the Agent by reviewing Line 143 of the Agent which looks like this: If objgroup.cn = "Domain Admins" or objgroup.cn = "Enterprise Admins" or objgroup.cn = "Administrators" or objgroup.cn = "Schema Admins" Then If you wish to add further groups add in the following code just before the final Then statement: or objgroup.cn = "<your group CN>" The any account that is a member of that group will not be processed but the Agent. 15

16 16 Password Reset Tool Installation Guide Using the system Resetting Passwords Logon to the system using the same method as described in the previous section entitled Testing Access to the System. From the introduction screen click on the link entitled Manage Password Reset you will then be presented with the following screen as a popup window: In the section entitled samaccountname type in the Windows Logon Account of the customer whom has phoned in to have their password reset when you are sure that it is correct click on the Submit button which will take you to the following screen: 16

17 17 Password Reset Tool Installation Guide This screen gives you the chance to review the information that is contained about the customer in Active Directory here you can question them on their job function, department to help verify their Identity. You will also notice that under the section entitled Customers Identifying Statement there is a message stating The user has not indentifying statement click HERE to configure for further information about this please see the section entitled Identifying Statements later on. When you are happy that the person whom has called in is whom they say they are click on the Yes button. 17

18 18 Password Reset Tool Installation Guide You will then be presented with the following screen: Here you will need to provide a new password for the user please bear in mind any password complexity requirements that your domain has when setting a new password failure to comply at this stage will result in the password not being reset by the Agent later on. You should also take note of the Require Password Change on next logon this is ticked by default and will require that the customer change the password that you have given them at next logon. The problem with this feature is that although new passwords take affect straight away when the Agent Runs the change at next logon value needs to be replicated around Domain Controllers therefore a customer might not have to change it straight away. As with all systems of this type please make sure that the passwords match the system will check and if not throw an error see below: 18

19 19 Password Reset Tool Installation Guide If you make a mistake click on the Check Password link. When you have entered in the customers new password click on the Submit button providing that all is well you will be presented with the following screen: You should advise the customer to wait 15 minutes (this allows for the Reset Agent to run on the server backend). Identifying Statements An identifying statement is a personal item of information that can be used to confirm that the person whom is calling in is who they say they are. Initially a system will contains no identifying statements these are gathered along the way. As mentioned in the previous section when you get to the customer information screen of a person whom has no statement you will be notified both under the section called Customers Identifying Statement with a message stating The user has not indentifying statement click HERE to configure 19

20 20 Password Reset Tool Installation Guide You will also notice that at the bottom of the screen there is a message stating You must ask this customer to provide a personal secret now the system will not force you to do this (at least in this version version 2.5 will REQUIRE a personal statement). To set the statement for your customer click on the The user has not indentifying statement click HERE to configure link this will open the following dialog: 20

21 21 Password Reset Tool Installation Guide Ask the customer a personal question (however one that will not get you fired) and the answer when done click on the OK button this will then be added into the Directory when the SecretAgent.vbs file is run by on the server. 21

22 22 Password Reset Tool Installation Guide Viewing the Server Side Agent Queue You can monitor the amount of pending resets on the server by clicking on the View Current Database Queue option from the system home page. Upon clicking on this option you will be presented with the following screen. You can remove people from this list by clicking on the Click Here to remove from Queue option. 22

23 23 Password Reset Tool Installation Guide Server Side Log Viewer The Server side log viewer is a standalone application which can be downloaded from the Password Reset Tool web site. It is compressed using the Zip format and should be extracted from the Zip file before it is used on your client workstation. You can download the application from the Download the Server side log viewer link on the system home page. You should note that only people whom are in the ServiceDeskAdmins group can review the log files which are contained on the server. When you have downloaded the tool and extracted it double click on it to execute you will be presented with the following screen: 23

24 24 Password Reset Tool Installation Guide In order to connect to the log files you will need to change the Log File Path value to reflect either the NETBIOS name or IP address of your server when you have done that click on the Open button: Choose the log file that you would like to review from the list and click Open the viewer will then change to show you the content of the file: The log files are searchable and contain detailed information about the processes that the Agent has performed in the last cycle you can diagnose errors from reviewing these files and take corrective action as a tip return codes other than 0 mean something went wrong. 24

25 25 Password Reset Tool Installation Guide Licensing - Service Desk Password Reset Tool Copyright (C) 2009 Andy Grogan This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see < 25

Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3)

Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3) Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3) Manual installation of agents and importing the SCOM certificate to the servers to be monitored:

More information

Password Manager. Version 3.4.2. Password Manager Quick Guide

Password Manager. Version 3.4.2. Password Manager Quick Guide Password Manager Version 3.4.2 Password Manager Quick Guide Document Title Password Manager Quick Guide Document Classification Public Document Revision C Document Status Final Document Date April 16,

More information

File Auditor for NAS, Net App Edition

File Auditor for NAS, Net App Edition File Auditor for NAS, Net App Edition Installation Guide Revision 1.2 - July 2015 This guide provides a short introduction to the installation and initial configuration of NTP Software File Auditor for

More information

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013 Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012 October 2013 This is a publication of Sage Software, Inc. Document version: October 17, 2013 Copyright

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

AD Self Password Reset Installation and configuration

AD Self Password Reset Installation and configuration AD Self Password Reset Installation and configuration AD Self Password Reset Installation 1 Manual v1.4 Table of Contents TABLE OF CONTENTS 2 SUMMARY 3 INSTALLATION 4 REMOVAL 6 AD SELF PASSWORD RESET CONFIGURATION

More information

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder MX-2300, MX-2600, MX-2700, MX-3100, MX-3501, MX-4501, MX-5500, MX-6200, MX-6201, MX-7000, MX-7001, *MX-M850, *MX-M950,

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Windows XP Exchange Client Installation Instructions

Windows XP Exchange Client Installation Instructions WINDOWS XP with Outlook 2003 or Outlook 2007 1. Click the Start button and select Control Panel: 2. If your control panel looks like this: Click Switch to Classic View. 3. Double click Mail. 4. Click show

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

1. Navigate to Control Panel and click on User Accounts and Family Safety. 2. Click on User Accounts

1. Navigate to Control Panel and click on User Accounts and Family Safety. 2. Click on User Accounts This document will guide you through setting up your outgoing server (SMTP) Microsoft Outlook and Windows Live Mail. There is also a section below that guides you through the manual configuration of your

More information

NETWRIX EVENT LOG MANAGER

NETWRIX EVENT LOG MANAGER NETWRIX EVENT LOG MANAGER QUICK-START GUIDE FOR THE ENTERPRISE EDITION Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not

More information

NETWRIX ACCOUNT LOCKOUT EXAMINER

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

More information

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Last revised: November 12, 2014 Table of Contents Table of Contents... 2 I. Introduction... 4 A. ASP.NET Website... 4 B.

More information

Set up Outlook for your new student e mail with IMAP/POP3 settings

Set up Outlook for your new student e mail with IMAP/POP3 settings Set up Outlook for your new student e mail with IMAP/POP3 settings 1. Open Outlook. The Account Settings dialog box will open the first time you open Outlook. If the Account Settings dialog box doesn't

More information

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet Introduction Before you begin Before you begin installing efax, please check the following: You have received confirmation that your application for the efax service has been processed. The confirmation

More information

NetWrix File Server Change Reporter. Quick Start Guide

NetWrix File Server Change Reporter. Quick Start Guide NetWrix File Server Change Reporter Quick Start Guide Introduction... 3 Product Features... 3 Licensing... 3 How It Works... 4 Getting Started... 5 System Requirements... 5 Setup... 5 Additional Considerations...

More information

Installing GFI Network Server Monitor

Installing GFI Network Server Monitor Installing GFI Network Server Monitor System requirements Computers running GFI Network Server Monitor require: Windows 2000 (SP4 or higher), 2003 or XP Pro operating systems. Windows scripting host 5.5

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

MailEnable Installation Guide

MailEnable Installation Guide MailEnable Installation Guide MailEnable Messaging Services for Microsoft Windows 2000/2003/2008 Installation Guide for: MailEnable Standard Edition MailEnable Professional Edition MailEnable Enterprise

More information

Service Desk.NET Password Reset Tool

Service Desk.NET Password Reset Tool Service Desk.NET Password Reset Tool Version 3.5.1 Installation, Configuration & User Guide Author: Andy Grogan http://www.telnetport25.com 2 www.telnetport25.com Service Desk.NET 3.5.1 Installation and

More information

NTP Software File Auditor for NAS, EMC Edition

NTP Software File Auditor for NAS, EMC Edition NTP Software File Auditor for NAS, EMC Edition Installation Guide June 2012 This guide provides a short introduction to the installation and initial configuration of NTP Software File Auditor for NAS,

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

Installing GFI Network Server Monitor

Installing GFI Network Server Monitor Installing GFI Network Server Monitor System Requirements Machines running GFI Network Server Monitor require: Windows 2000 (SP1 or higher), 2003 or XP Pro operating systems. Windows scripting host 5.5

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

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

PaperClip. em4 Cloud Client. Manual Setup Guide

PaperClip. em4 Cloud Client. Manual Setup Guide PaperClip em4 Cloud Client Manual Setup Guide Copyright Information Copyright 2014, PaperClip Inc. - The PaperClip32 product name and PaperClip Logo are registered trademarks of PaperClip Inc. All brand

More information

NetIQ Advanced Authentication Framework - Administrative Tools. Installation Guide. Version 5.1.0

NetIQ Advanced Authentication Framework - Administrative Tools. Installation Guide. Version 5.1.0 NetIQ Advanced Authentication Framework - Administrative Tools Installation Guide Version 5.1.0 Table of Contents 1 Table of Contents 2 Introduction 3 About This Document 3 NetIQ Advanced Authentication

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

ARGUS SUPPORT: (03) 9037 1000 ARGUS V4.3.X TO ARG US V5.0.X

ARGUS SUPPORT: (03) 9037 1000 ARGUS V4.3.X TO ARG US V5.0.X ARGUS SUPPORT: (03) 9037 1000 UPGRADE GUIDE ARGUS V4.3.X TO ARG US V5.0.X FOR MAC ALL LOGOS AND TRADEMARKS ARE COPYRIGHT OF THE RESPECTIVE OWNERS COPYRIGHT ARGUS CONNECTING CARE, 2011 Argus Connecting

More information

NAS 206 Using NAS with Windows Active Directory

NAS 206 Using NAS with Windows Active Directory NAS 206 Using NAS with Windows Active Directory Connect your NAS to a Windows Active Directory domain A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to:

More information

HertSFX. User Guide V2.04. Hertfordshire s Secure File Exchange Portal. (Jan 2014) HertSFX User Guide V2.04 Jan 2014 Page 1 of 17

HertSFX. User Guide V2.04. Hertfordshire s Secure File Exchange Portal. (Jan 2014) HertSFX User Guide V2.04 Jan 2014 Page 1 of 17 Hertfordshire s Secure File Exchange Portal User Guide V2.04 (Jan 2014) HertSFX User Guide V2.04 Jan 2014 Page 1 of 17 CONTENTS 1. About HertSFX... 3 2. HertSFX Limitations... 3 3. Getting Started... 3

More information

Secrets of Event Viewer for Active Directory Security Auditing Lepide Software

Secrets of Event Viewer for Active Directory Security Auditing Lepide Software Secrets of Event Viewer for Active Directory Security Auditing Windows Event Viewer doesn t need any introduction to the IT Administrators. However, some of its hidden secrets, especially those related

More information

Desktop Deployment Guide ARGUS Enterprise 10.6. 5/29/2015 ARGUS Software An Altus Group Company

Desktop Deployment Guide ARGUS Enterprise 10.6. 5/29/2015 ARGUS Software An Altus Group Company ARGUS Enterprise 10.6 5/29/2015 ARGUS Software An Altus Group Company for ARGUS Enterprise Version 10.6 5/29/2015 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite 900 Houston, Texas 77056

More information

Versions Addressed: Microsoft Office Outlook 2010/2013. Document Updated: 2014. Copyright 2014 Smarsh, Inc. All right reserved

Versions Addressed: Microsoft Office Outlook 2010/2013. Document Updated: 2014. Copyright 2014 Smarsh, Inc. All right reserved Versions Addressed: Microsoft Office Outlook 2010/2013 Document Updated: 2014 Copyright 2014 Smarsh, Inc. All right reserved Table of Contents Getting Started 3 Add Your New Account 3 Account Setup 5 Basic

More information

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management IBM Tivoli Software Maximo Asset Management Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management Document version 1.0 Rick McGovern Staff Software Engineer IBM Maximo

More information

INSTALLING MOODLE 2.5 ON A MICROSOFT PLATFORM

INSTALLING MOODLE 2.5 ON A MICROSOFT PLATFORM INSTALLING MOODLE 2.5 ON A MICROSOFT PLATFORM Install Moodle 2.5 on Server 2012 R2 with SQL 2012 Ryan Mangan SysTech IT Solutions www.systechitsolutions.co.uk Contents Introduction... 2 Configuring basic

More information

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION Version 1.1 / Last updated November 2012 INTRODUCTION The Cloud Link for Windows client software is packaged as an MSI (Microsoft Installer)

More information

Remote Console Installation & Setup Guide. November 2009

Remote Console Installation & Setup Guide. November 2009 Remote Console Installation & Setup Guide November 2009 Legal Information All rights reserved. No part of this document shall be reproduced or transmitted by any means or otherwise, without written permission

More information

FaxCore Ev5 Email-To-Fax Setup Guide

FaxCore Ev5 Email-To-Fax Setup Guide 1 FaxCore Ev5 - Email-To-Fax Setup Guide Version 1.0.0 FaxCore Ev5 Email-To-Fax Setup Guide 2 FaxCore Ev5 - Email-To-Fax Setup Guide Contents The Email To Fax Setup Guide... 3 FaxCore Email Integration

More information

GETTING STARTED WITH SQL SERVER

GETTING STARTED WITH SQL SERVER GETTING STARTED WITH SQL SERVER Download, Install, and Explore SQL Server Express WWW.ESSENTIALSQL.COM Introduction It can be quite confusing trying to get all the pieces in place to start using SQL. If

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

SchoolBooking SSO Integration Guide

SchoolBooking SSO Integration Guide SchoolBooking SSO Integration Guide Before you start This guide has been written to help you configure SchoolBooking to operate with SSO (Single Sign on) Please treat this document as a reference guide,

More information

ARGUS SUPPORT: INSTALLATION AND CONFIGURATION GUIDE FOR BEST PRACTICE

ARGUS SUPPORT: INSTALLATION AND CONFIGURATION GUIDE FOR BEST PRACTICE ARGUS SUPPORT: (03) 5335 2221 or support@argusconnect.com.au INSTALLATION AND CONFIGURATION GUIDE FOR BEST PRACTICE VERSION 1.6.1.x ArgusConnect Pty Ltd: Phone: (03) 5335 2220 Support: (03) 5335 2221 Email:

More information

ACTIVE DIRECTORY DEPLOYMENT

ACTIVE DIRECTORY DEPLOYMENT ACTIVE DIRECTORY DEPLOYMENT CASAS Technical Support 800.255.1036 2009 Comprehensive Adult Student Assessment Systems. All rights reserved. Version 031809 CONTENTS 1. INTRODUCTION... 1 1.1 LAN PREREQUISITES...

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

More information

Email Setup Guide. network support pc repairs web design graphic design Internet services spam filtering hosting sales programming

Email Setup Guide. network support pc repairs web design graphic design Internet services spam filtering hosting sales programming Email Setup Guide 1. Entourage 2008 Page 2 2. ios / iphone Page 5 3. Outlook 2013 Page 10 4. Outlook 2007 Page 17 5. Windows Live Mail a. New Account Setup Page 21 b. Change Existing Account Page 25 Entourage

More information

Sage 200 Web Time & Expenses Guide

Sage 200 Web Time & Expenses Guide Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than

More information

For Active Directory Installation Guide

For Active Directory Installation Guide For Active Directory Installation Guide Version 2.5.2 April 2010 Copyright 2010 Legal Notices makes no representations or warranties with respect to the contents or use of this documentation, and specifically

More information

Advanced Event Viewer Manual

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

More information

How To Manage Storage With Novell Storage Manager 3.X For Active Directory

How To Manage Storage With Novell Storage Manager 3.X For Active Directory www.novell.com/documentation Installation Guide Novell Storage Manager 4.1 for Active Directory September 10, 2015 Legal Notices Condrey Corporation makes no representations or warranties with respect

More information

Lotus Notes 6.x Client Installation Guide for Windows. Information Technology Services. CSULB

Lotus Notes 6.x Client Installation Guide for Windows. Information Technology Services. CSULB The goal of this document This document was created by the Information Technology Services department to assist the Lotus Notes Coordinators in the successful installation of Lotus Notes release 6 (R6)

More information

Omniquad Exchange Archiving

Omniquad Exchange Archiving Omniquad Exchange Archiving Deployment and Administrator Guide Manual version 3.1.2 Revision Date: 20 May 2013 Copyright 2012 Omniquad Ltd. All rights reserved. Omniquad Ltd Crown House 72 Hammersmith

More information

SolarWinds Migrating SolarWinds NPM Technical Reference

SolarWinds Migrating SolarWinds NPM Technical Reference SolarWinds Migrating SolarWinds NPM Technical Reference Copyright 1995-2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified,

More information

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected (

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected ( Avaya one X Portal 1.1.3 Lightweight Directory Access Protocol (LDAP) over Secure Socket Layer (SSL) Configuration This document provides configuration steps for Avaya one X Portal s 1.1.3 communication

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

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 SQL Server Change Reporter. Quick Start Guide

NetWrix SQL Server Change Reporter. Quick Start Guide NetWrix SQL Server Change Reporter Quick Start Guide NetWrix SQL Server Change Reporter Quick Start Guide Contents Introduction...3 Product Features...3 Licensing...4 How It Works...5 Getting Started...6

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

Using AppMetrics to Handle Hung Components and Applications

Using AppMetrics to Handle Hung Components and Applications Using AppMetrics to Handle Hung Components and Applications AppMetrics has the ability to detect hung COM+ components and applications, providing a means of alerting staff to situations where critical

More information

KETS Enterprise VPN. Client Installation and Configuration Guide. Version 2.3

KETS Enterprise VPN. Client Installation and Configuration Guide. Version 2.3 KETS Enterprise VPN Client Installation and Configuration Guide Version 2.3 November 1, 2007 1 I. KETS Enterprise VPN Client Download, Installation and Configuration.... 2 II. Making the connection to

More information

Integrating LANGuardian with Active Directory

Integrating LANGuardian with Active Directory Integrating LANGuardian with Active Directory 01 February 2012 This document describes how to integrate LANGuardian with Microsoft Windows Server and Active Directory. Overview With the optional Identity

More information

Installation Guide For ChoiceMail Enterprise Edition

Installation Guide For ChoiceMail Enterprise Edition Installation Guide For ChoiceMail Enterprise Edition How to Install ChoiceMail Enterprise On A Server In Front Of Your Company Mail Server August, 2004 Version 2.6x Copyright DigiPortal Software, 2002-2004

More information

Hosting Users Guide 2011

Hosting Users Guide 2011 Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure

More information

Schools Remote Access Server

Schools Remote Access Server Schools Remote Access Server This system is for school use only. Not for personal or private file use. Please observe all of the school district IT rules. 6076 State Farm Rd., Guilderland, NY 12084 Phone:

More information

Management Utilities Configuration for UAC Environments

Management Utilities Configuration for UAC Environments Management Utilities Configuration for UAC Environments For optimal use of SyAM Management Utilities, Windows client machines should be configured with User Account Control disabled or set to the least

More information

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

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

More information

Windows SharePoint Services Installation Guide

Windows SharePoint Services Installation Guide Windows SharePoint Services Installation Guide Michael@SchmittDotNet.com www.schmittdotnet.com Version 1.4 10/11/2010 Copyright and Disclaimers This guide is for informational purposes only. THE AUTHOR

More information

NetIQ Advanced Authentication Framework - Password Filter. Installation Guide. Version 5.1.0

NetIQ Advanced Authentication Framework - Password Filter. Installation Guide. Version 5.1.0 NetIQ Advanced Authentication Framework - Password Filter Installation Guide Version 5.1.0 Table of Contents 1 Table of Contents 2 Introduction 3 About This Document 3 System Requirements 4 Installing

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

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Implementing Endpoint Protection in System Center 2012 R2 Configuration Manager

Implementing Endpoint Protection in System Center 2012 R2 Configuration Manager Implementing Endpoint Protection in System Center 2012 R2 Configuration Manager Implementing Endpoint Protection in System Center 2012 R2 Configuration Manager This document is for informational purposes

More information

Erado Archiving & Setup Instruction Microsoft Exchange 2007 Push Journaling

Erado Archiving & Setup Instruction Microsoft Exchange 2007 Push Journaling Erado Archiving & Setup Instruction Microsoft Exchange 2007 Push Journaling This document covers the following Microsoft Exchange Server Editions Microsoft Exchange Enterprise Edition 2007 Microsoft Exchange

More information

Configuring WMI Performance Monitors

Configuring WMI Performance Monitors Configuring WMI Performance Monitors With WMI, WhatsUp Gold Premium Edition monitors and sends alerts based on performance counters that are reported from Microsoft Windows devices. The data collected

More information

Quick Reference Guide: Business Mail

Quick Reference Guide: Business Mail : Business Mail TABLE OF CONTENTS GENERAL INFORMATION...2 DETAILED STEPS ON CONFIGURING WINDOWS FOR E-MAIL...2 Set-up For Microsoft Outlook Express...7 Set-up Of Microsoft Outlook On Windows XP...9 PROBLEMS

More information

CWOPA Broadband Users. Windows Operating System

CWOPA Broadband Users. Windows Operating System CWOPA Broadband Users Windows Operating System October 2012 Background These instructions are to be used for VPN users who have been assigned a CWOPA username and password. If your machine has Internet

More information

NETWRIX EVENT LOG MANAGER

NETWRIX EVENT LOG MANAGER NETWRIX EVENT LOG MANAGER ADMINISTRATOR S GUIDE Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Symantec AntiVirus Corporate Edition Patch Update

Symantec AntiVirus Corporate Edition Patch Update Symantec AntiVirus Corporate Edition Patch Update Symantec AntiVirus Corporate Edition Update Documentation version 10.0.1.1007 Copyright 2005 Symantec Corporation. All rights reserved. Symantec, the Symantec

More information

GE Measurement & Control. Remote Comms System. Installation and User Reference Guide

GE Measurement & Control. Remote Comms System. Installation and User Reference Guide GE Measurement & Control Remote Comms System Installation and User Reference Guide Contents BENEFITS OF REMOTE COMMS SYSTEM... 1 HOW THE REMOTE COMMS SYSTEM WORKS... 3 COMPONENTS OF REMOTE COMMS SYSTEM...

More information

MOODLE Installation on Windows Platform

MOODLE Installation on Windows Platform Windows Installation using XAMPP XAMPP is a fully functional web server package. It is built to test web based programs on a personal computer. It is not meant for online access via the web on a production

More information

HGC SUPERHUB HOSTED EXCHANGE EMAIL

HGC SUPERHUB HOSTED EXCHANGE EMAIL HGC SUPERHUB HOSTED EXCHANGE EMAIL OUTLOOK 2010 POP3 SETUP GUIDE MICROSOFT HOSTED COMMUNICATION SERVICE V2013.5 Table of Contents 1. Get Started... 1 1.1 Start from Setting up an Email account... 1 1.2

More information

Scan to E-mail Quick Setup Guide

Scan to E-mail Quick Setup Guide Xerox WorkCentre M118i Scan to E-mail Quick Setup Guide 701P42574 This guide provides a quick reference for setting up the Scan to E-mail feature on the Xerox WorkCentre M118i. It includes procedures for:

More information

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Table of Contents Table of Contents... 1 I. Introduction... 3 A. ASP.NET Website... 3 B. SQL Server Database... 3 C. Administrative

More information

User Guide Online Backup

User Guide Online Backup User Guide Online Backup Table of contents Table of contents... 1 Introduction... 2 Adding the Online Backup Service to your Account... 2 Getting Started with the Online Backup Software... 4 Downloading

More information

How To - Implement Single Sign On Authentication with Active Directory

How To - Implement Single Sign On Authentication with Active Directory How To - Implement Single Sign On Authentication with Active Directory Applicable to English version of Windows This article describes how to implement single sign on authentication with Active Directory

More information

Active Directory Self-Service FAQ

Active Directory Self-Service FAQ Active Directory Self-Service FAQ General Information: info@cionsystems.com Online Support: support@cionsystems.com CionSystems Inc. Mailing Address: 16625 Redmond Way, Ste M106 Redmond, WA. 98052 http://www.cionsystems.com

More information

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 Rocksalt International Pty Ltd support@vpasp.com www.vpasp.com Table of Contents 1 INTRODUCTION... 3 2 FEATURES... 4 3 WHAT

More information

PLEASE NOTE: The client data used in these manuals is purely fictional.

PLEASE NOTE: The client data used in these manuals is purely fictional. Welcome! CAREWare Quick Start guides will walk you through the basics of setting up, managing and using the main CAREWare functions. It is intended for non-technical users who just need to get basic information

More information

IMAPing 3.0 Administrator s Guide

IMAPing 3.0 Administrator s Guide DABCC, Inc. IMAPing 3.0 Administrator s Guide July 2006 Language: English Copyright 2004-2006, Extreme Citrix, Inc. All rights reserved. All trademarks and registered trademarks are the property of their

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

Application Note 8: TrendView Recorders DCOM Settings and Firewall Plus DCOM Settings for Trendview Historian Server

Application Note 8: TrendView Recorders DCOM Settings and Firewall Plus DCOM Settings for Trendview Historian Server Application Note 8: TrendView Recorders DCOM Settings and Firewall Plus DCOM Settings for Trendview Historian Server DCOM Configuration Introduction This document is intended to provide a check-list of

More information

Primavera P6 Professional Windows 8 Installation Instructions. Primavera P6. Installation Instructions. For Windows 8 Users

Primavera P6 Professional Windows 8 Installation Instructions. Primavera P6. Installation Instructions. For Windows 8 Users Primavera P6 Installation Instructions For Windows 8 Users 1 IMPORTANT: READ THESE INSTRUCTIONS CAREFULLY AND FOLLOW THEM EXACTLY. The following is provided for your convenience only. Ten Six Consulting

More information

SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10

SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10 3245 University Avenue, Suite 1122 San Diego, California 92104 USA SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10 Document Number: SII-TT-002 Date Issued: July 8,

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

Using a Remote SQL Server Best Practices

Using a Remote SQL Server Best Practices Using a Remote SQL Server Best Practices This article will show the steps to setting up an SQL based survey starting with a new project from scratch. 1. Creating a New SQL Project from scratch a. Creating

More information

WinTask x64 Scheduler for Windows 7 64 bit, Windows 8/8.1 64 bit and Windows 2008 R2 64 bit. Scheduler Quick Start Guide

WinTask x64 Scheduler for Windows 7 64 bit, Windows 8/8.1 64 bit and Windows 2008 R2 64 bit. Scheduler Quick Start Guide WinTask x64 Scheduler for Windows 7 64 bit, Windows 8/8.1 64 bit and Windows 2008 R2 64 bit Scheduler Quick Start Guide 2 INTRODUCTION 5 CHAPTER I : INSTALLATION 7 CHAPTER II : SET UP YOUR FIRST SCHEDULED

More information

NODE4 SERVICE DESK SYSTEM

NODE4 SERVICE DESK SYSTEM NODE4 SERVICE DESK SYSTEM KNOWLEDGE BASE ARTICLE INTERNAL USE ONLY NODE4 LIMITED 24/04/2015 ADD A POP, IMAP OR OFFICE 365 ACCOUNT TO OUTLOOK USING CUSTOM SETTINGS If you re setting up Outlook for the first

More information