Users. Setting up end-users to log calls against, and allow them to access the self-service web interfaces, there are several ways of achieving this.

Size: px
Start display at page:

Download "Users. Setting up end-users to log calls against, and allow them to access the self-service web interfaces, there are several ways of achieving this."

Transcription

1 Users Setting up end-users to log calls against, and allow them to access the self-service web interfaces, there are several ways of achieving this. If you re migrating to NetHelpDesk from another product, it will be worth reading the Migrating To NetHelpDesk section of this guide, to see if you can reduce your admin, and import users quickly. The following takes you through manually adding Areas/Sites/users and also Active Directory/Lightweight Directory Access Protocol (LDAP). IMPORTING EXISTING DATA USING EXCEL SPREADSHEETS With NetHelpDesk, you can import all of your existing data using our pre-formatted Excel spreadsheets. Some of these spreadsheets can be tailored to include the fields you need. Template spreadsheets are available in the Win folder of your NetHelpDesk installation or can be downloaded from: Instructions on use are contained inside the files themselves. The files have instructions on how to use them inside the documents. There are a lot of customisable fields What you can import from the spreadsheets: Once the preformatted spreadsheets are populated with your data, open up NetHelpDesk, and go to Tools > Import and select the relevant option for your import. Validate to test the data first. Net Help Desk Limited NetHelpDesk-Mini-Guide-Users.docx Page 1 of 6

2 CREATING A CUSTOMER/SITE/GENERAL USER After the basic set-up, creating Customers, Sites and User levels will be necessary, to log calls against. IMPORTANT: A General User is essential for every Customer and Site, as much activity in NetHelpDesk is linked to this user. We will create additional users after this section. There are several ways of populating existing Clients/Areas, Sites and Users. One is using our Active Directory integration, detailed in this guide. Alternatively, it is possible to import Clients, Sites and Users from pre populated excel spreadsheets using the Users part of the main configuration area, or using the import facility from the Tools ribbon on the main screen. Some of these spreadsheets can be tailored to include the fields you need. Template spreadsheets are available in the Win folder of your NetHelpDesk installation or can be downloaded from Instructions on use are contained inside the files themselves. To populate the treeview manually: 1. Right click on the icon of the globe called Areas or Clients, and select New Area or New Client. 2. In the New Client screen, add the name of the Client, the site name and leave the Main User at Site as General User. These three parts are mandatory at this stage. 3. The Domain Name is also useful for unknown users at that Customer. This will ensure that they are assigned to the Customer, and the General User. 4. All additional information is not essential here, and can be added at a later time. CREATING A NEW SITE Once the Customer is created, it may be necessary to add different sites. These can specify anything considered second level information. E.g. City, Town, Department etc. 1. Right click on the Customer Name. Select New Site. 2. Add the name required, and here the Main User at Site field doesn t need to be General User. This will be automatically created whether Main User at Site field is completed, or left blank. 3. Click OK. Net Help Desk Limited NetHelpDesk-Mini-Guide-Users.docx Page 2 of 6

3 CREATING A NEW USER 1. Under each site, creating additional users above and beyond the General User will allow for calls to be assigned to users based on their addresses. 2. Right click on the Site Name. Select New User. Input the User Name as a mandatory field. 3. All additional information is not essential here, and can be added at a later time. Click OK. INTEGRATING WITH ACTIVE DIRECTORY / LDAP To synchronise or import user details from an LDAP directory, such as Active Directory (AD): 1. Set the default LDAP import query string in N > Setup > Advanced Options > Advanced System Settings > Active Directory / LDAP Settings. This string will be used as the default for any new sites. 2. There is a LDAP/AD Field Mapping button that can help you populate this field. You may need to engage the input of the person maintains your AD 3. Once done, you can click on the Setup LDAP Sites and Connection button, to map sites to parts of your AD. 4. How you structure the treeview in NetHelpDesk does not have to necessarily reflect the structure in your AD, but if your AD is well structured and maintained, the import will be straight forward. 5. At the site level, right click and Edit Site and Services and specify the LDAP Import String and Filter inside [] field query string as required. 6. Click Update, right click on the site level, and then Sync to LDAP. 7. Any users that match the query string will be regarded as being at that site. - Section Continued - Net Help Desk Limited NetHelpDesk-Mini-Guide-Users.docx Page 3 of 6

4 8. A screen showing the users allows you to further restrict who is imported, and a LDAP filter can be setup if you need to have more control over which users are imported. This is done as the end part of the LDAP string, and uses square brackets. 9. Put the filter along with an 'and' condition inside [ ] at the end of the string. e.g.: LDAP://CN=Users,DC=MyADdomain,DC=co,DC=uk[and department='finance'] 10. You can import each site separately, or use the 'LDAP sync all sites' option on the main file menu. Here is another example of the AD tree and associated LDAP string: LDAP://ou=guest,ou=hq,ou=sci,DC=adw2k1,DC=co,DC=uk The order of the OU's is important. It is case insensitive. LDAP FIELDS 1. The LDAP fields or attributes are matched to NetHelpDesk fields using the LDAP matching table in the setup screen. 2. This allows you to choose how the Active Directory fields are related to the NetHelpDesk fields. 3. The LDAP field names can be found out using the ADSIedit program which comes with Windows. PLEASE NOTE: The label seen in active directory is different to the field name quite often: CN - Common Name description displayname CN=Guy Thomas. Actually, this LDAP attribute is made up from givenname joined to SN What you see in Active Directory Users and Computers. Not to be confused with displayname on the Users property sheet. displayname = Guy Thomas. Avoid this attribute if possible, as it can be confused with CN or description. DN - also distinguishedname givenname homedrive name objectcategory DN is simply the most important LDAP attribute. CN=Jay Jamieson, OU= Newport,DC=cp,DC=com First name Home Folder : connect. name = Guy Thomas. Exactly the same as CN. Defines the Active Directory Schema category. For example, objectclass = Person Net Help Desk Limited NetHelpDesk-Mini-Guide-Users.docx Page 4 of 6

5 objectclass physicaldeliveryofficename profilepath samaccountname SN useraccountcontrol userprincipalname objectclass = User. Also used for Computer, organizationalunit, even container. Important top level container. Office on the user's General property sheet Roaming profile path: connect samaccountname = guyt. Old NT 4.0 logon name, must be unique in the forest. Can be confused with CN. SN = Thomas. This would be referred to as last name or surname. Used to disable an account. A value of 514 disables the account, while 512 makes the account ready for logon. userprincipalname = guyt@cp.com Often abbreviated to UPN, and looks like an address. Very useful for logging on especially in a large Forest. Note UPN must be unique in the forest. Exchange Specific LDAP attributes homemdb mail mapirecipient - FALSE mailnickname mdbusedefaults msexchhomeservername legacyexchangedn proxyaddresses targetaddress showinaddressbook Here is where you set the MailStore An easy, but important attribute. A simple SMTP address is all that is required billyn@ourdom.com Indicates that a contact is not a domain user. Normally this is the same value as the samaccountname, but could be different if you wished. Needed for mail enabled contacts Another straightforward field, just the value to:true Exchange needs to know which server to deliver the mail. e.g: /o=yourorg/ou=first Administrative Group/cn=Configuration/cn=Servers/cn=MailSrv Legacy distinguished name for creating Contacts. In the following example, Guy Thomas is a Contact in the first administrative group of GUYDOMAIN: /o=guydomain/ou=first administrative group/cn=recipients/cn=guy Thomas As the name 'proxy' suggests, it is possible for one recipient to have more than one address. Note the plural spelling of proxyaddresses. SMTP:@ address. Note that SMTP is case sensitive. All capitals means the default address. Displays the contact in the Global Address List. Net Help Desk Limited NetHelpDesk-Mini-Guide-Users.docx Page 5 of 6

6 Other LDAP attributes c company department homephone l (Lower case L) location manager mobile ObjectClass OU postalcode st streetaddress telephonenumber Country or Region Company or organization name Useful category to fill in and use for filtering Home Phone number, (Lots more phone LDAPs) L = Location. City (Maybe Office) Important, particularly for printers. Boss, manager Mobile/Cell Phone number Usually User, or Computer Organizational unit. See also DN Zip or post code State, Province or County First line of address Office Phone ISSUE WITH CHILD DOMAINS 1. When logged into one domain, if you try and do an LDAP sync to a child domain, then no users are listed. There is no error message. 2. This is because the default domain context is taken to be the domain into which you are logged. This can probably be fixed by logging into the child domain. 3. Alternatively, specify the FDQN of the domain in the LDAP string. For example, it is possible to explicitly specify the FDQN of the LDAP server in the string. So instead of: You can say: LDAP://CN=Users,DC=adw2k1,DC=co,DC=uk LDAP://adw2k1.co.uk/CN=Users,DC=adw2k1,DC=co,DC=uk 4. Put the child domains FQDN in the string instead to query the child domain. - END OF DOCUMENT - Net Help Desk Limited NetHelpDesk-Mini-Guide-Users.docx Page 6 of 6

Migrating application users and passwords with Password Manager

Migrating application users and passwords with Password Manager Migrating application users and passwords with Password Manager 2016 Hitachi ID Systems, Inc. All rights reserved. Contents 1 Introduction 1 2 Migrating Users 1 3 Initializing Passwords 2 4 Maintaining

More information

Customer Premise Installation Guide. Active Directory Synchronization. Apptix Live Support:

Customer Premise Installation Guide. Active Directory Synchronization. Apptix Live Support: Customer Premise Installation Guide Active Directory Synchronization DOCUMENT REVISION DATE: March, 2010 AD Sync Customer Installation Guide / Requirements Page 2 of 11 Deployment Diagram Deployment Diagram

More information

Realms and Identity Policies

Realms and Identity Policies The following topics describe realms and identity policies: About, page 1 Create a Realm, page 8 Create an Identity Policy, page 14 Create an Identity Rule, page 15 Manage a Realm, page 17 Manage an Identity

More information

Realms and Identity Policies

Realms and Identity Policies The following topics describe realms and identity policies: About, page 1 Create a Realm, page 8 Create an Identity Policy, page 15 Create an Identity Rule, page 15 Manage a Realm, page 20 Manage an Identity

More information

Power365. Prerequisites. April 2018

Power365. Prerequisites. April 2018 Power365 Prerequisites April 2018 Table of Contents Email from File / Email with Discovery Prerequisites... 4 Browser... 4 Internet Requirement for Online Help and Video Tutorials... 4 Office 365 Global

More information

Directory Integration

Directory Integration Directory Parameters, page 1 Attribute Mapping Parameters, page 4 CDI Parameters, page 6 UDS Parameters, page 18 Directory Server Configuration Examples, page 20 Directory Parameters The following table

More information

User Guide demo.admanagerplus.com

User Guide demo.admanagerplus.com User Guide demo.admanagerplus.com www.admanagerplus.com Table Of Contents WELCOME TO MANAGEENGINE ADMANAGER PLUS... 5 Release Notes... 7 Contacting ZOHO Corp.... 8 TECHNOLOGY OVERVIEW... 10 Active Directory

More information

Obtaining the LDAP Search string (Distinguished Name)?

Obtaining the LDAP Search string (Distinguished Name)? How to Configure LDAP Sync with the Altium Vault Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 An LDAP Sync allows the administrator of an Altium Vault to leverage the network

More information

ShoreTel Active Directory Import Application

ShoreTel Active Directory Import Application INSTALLATION & USER GUIDE ShoreTel Active Directory Import Application ShoreTel Professional Services Introduction The ShoreTel Active Directory Import Application allows customers to centralize and streamline

More information

INTEGRATING WITH LDAP DIRECTORIES

INTEGRATING WITH LDAP DIRECTORIES INTEGRATING WITH LDAP DIRECTORIES 1 BACKGROUND This document outlines the steps involved in integrating Unity Desktop with an LDAP-compliant directory (including Microsoft Active Directory) for click-to-dial

More information

User Management. 10 Nov TM and copyright Imagicle spa

User Management. 10 Nov TM and copyright Imagicle spa User Management 10 Nov 2018 TM and copyright 2010-2018 Imagicle spa Table of Contents User Management...1/15 The Users List...1/15 The Main Administrator...2/15 Editing Users Manually...3/15 Searching

More information

Novell Identity Manager Driver for Active Directory*

Novell Identity Manager Driver for Active Directory* implementation Guide AUTHORIZED DOCUMENTATION novdocx (en) 13 May 2009 Novell Identity Manager Driver for Active Directory* 3.5.1 September 28, 2007 www.novell.com Identity Manager 3.5.1 Driver for Active

More information

LDAP Quick Start Manual

LDAP Quick Start Manual Version: 1.1 LDAP Quick Start Manual Release date: 2014-02-22 2011-2014 Fanvil Co., Ltd. This document contains information that is proprietary to Fanvil Co., Ltd (Abbreviated as Fanvil hereafter). Specifications

More information

dn: CN=Fabian Alleyne, OU=Department,DC=etechd,DC=COM changetype: add cn: Fabian Alleyne objectclass: user samaccountname: Fabian

dn: CN=Fabian Alleyne, OU=Department,DC=etechd,DC=COM changetype: add cn: Fabian Alleyne objectclass: user samaccountname: Fabian AUTOMATION Creating two users in a HR dirctory using dsadd dsadd user "CN=Fred Clarke,OU=HR,DC=etechd,DC=com" -samid Fred -upn Fred@etechd.com -fn Fred -ln Clarke -pwd Password14 -mustchpwd yes -canchpwd

More information

Active Directory Synchronization Tool Architecture and Design

Active Directory Synchronization Tool Architecture and Design Active Directory Synchronization Tool Architecture and Design Revised on: November 08, 2016 Version: 1.02 Hosting Controller www.hostingcontroller.com Contents Proprietary Notice... 1 1. Introduction...

More information

Identity Policies. Identity Policy Overview. Establishing User Identity through Active Authentication

Identity Policies. Identity Policy Overview. Establishing User Identity through Active Authentication You can use identity policies to collect user identity information from connections. You can then view usage based on user identity in the dashboards, and configure access control based on user or user

More information

LDAP Directory Setup. About LDAP Directory Setup

LDAP Directory Setup. About LDAP Directory Setup This chapter provides information to configure the LDAP directory. The LDAP direcotry configuration takes place in these related windows: LDAP System Configuration LDAP Directory LDAP Authentication LDAP

More information

Identity Synchronization Service Machine Interface (IdMI) NIPRNet Customer Interface Specification Between. <<Component>> and

Identity Synchronization Service Machine Interface (IdMI) NIPRNet Customer Interface Specification Between. <<Component>> and Identity Synchronization Service Machine Interface (IdMI) NIPRNet Customer Interface Specification Between and DISA Enterprise Services Directorate Enterprise Infrastructure Division 27 December

More information

Configure Cisco Directory Connector

Configure Cisco Directory Connector Configure General Settings for Directory Connector, page 1 Select the Connector Object, page 2 Configure the Connector Policy, page 3 Set the Connector Schedule, page 3 Map User Attributes, page 4 Configure

More information

Configuring Applications to Exploit LDAP

Configuring  Applications to Exploit LDAP BY BOB PETTI Configuring Email Applications to Exploit LDAP Email applications such as Microsoft Outlook Express, Pegasus Mail, Netscape Communicator, Lotus Notes and Eudora can be configured to retrieve

More information

Active directory configuration for Cisco Unified Personal Communicator

Active directory configuration for Cisco Unified Personal Communicator Active directory configuration for Cisco Unified Personal Communicator The phone numbers and other user information for Cisco Unified Personal Communicator are provided by Active Directory. Cisco Unified

More information

TrueSight Capacity Optimization 10.x - LDAP Integration with Microsoft Active Directory. January 2017

TrueSight Capacity Optimization 10.x - LDAP Integration with Microsoft Active Directory. January 2017 TrueSight Capacity Optimization 10.x - LDAP Integration with Microsoft Active Directory January 2017 If you plan to use Capacity Views, or other views provided by TrueSight Presentation Server, don t waste

More information

CONTACTSYNC V7.3. Manual. NETsec. NETsec GmbH & Co.KG Schillingsstrasse 117 DE Düren. 18. June 2018

CONTACTSYNC V7.3. Manual. NETsec. NETsec GmbH & Co.KG Schillingsstrasse 117 DE Düren. 18. June 2018 CONTACTSYNC V7.3 Manual NETsec 18. June 2018 NETsec GmbH & Co.KG Schillingsstrasse 117 DE - 52355 Düren Introduction... 5 contactsync... 5 Global Address List (GAL) into mailboxes by using GALsync policies...

More information

Deploy Cisco Directory Connector

Deploy Cisco Directory Connector Cisco Directory Connector Deployment Task Flow, page 1 Install Cisco Directory Connector, page 3 Sign In To Cisco Directory Connector, page 4 Configure General Settings for Directory Connector, page 7

More information

User Management. 03 Feb TM and copyright Imagicle spa

User Management. 03 Feb TM and copyright Imagicle spa User Management 03 Feb 2018 TM and copyright 2010-2018 Imagicle spa Table of Contents User Management...1/19 The Users List...1/19 The Main Administrator...2/19 Editing Users Manually...3/19 Searching

More information

About chverstr@microsoft.com People-centric approach Devices Apps Data Enable your users Unify your environment Protect your data People-centric approach Devices Apps Data Enable your users Unify your

More information

AUTHENTICATION - ATRIUM SSO

AUTHENTICATION - ATRIUM SSO Truesight Installation AUTHENTICATION - ATRIUM SSO All Truesight Components depend on Atrium SSO for Authentication. Prior to installing anything, Atrium SSO must be installed and configured. Contents

More information

Step by Step Journey to Migration Exchange 2010 sp3 to Exchange Server 2016 Part-III

Step by Step Journey to Migration Exchange 2010 sp3 to Exchange Server 2016 Part-III Step by Step Journey to Migration Exchange 2010 sp3 to Exchange Server 2016 Part-III Hussain Shakir LinkedIn: https://www.linkedin.com/in/mrhussain Twitter: https://twitter.com/hshakir_ms Blog: http://mstechguru.blogspot.com/

More information

Directory Integration with VMware Identity Manager

Directory Integration with VMware Identity Manager Directory Integration with VMware Identity Manager VMware AirWatch 9.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Avaya Aura System Manager 8.0LDAP Directory Synchronization Whitepaper

Avaya Aura System Manager 8.0LDAP Directory Synchronization Whitepaper Avaya Aura System Manager 8.0LDAP Directory Synchronization Whitepaper Issue 1.0 June 2018 THE INFORMATION PROVIDED IN HEREIN IS PROVIDED AS IS WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. This document is

More information

One Identity Active Roles 7.2. Skype for Business Server User Management Administrator Guide

One Identity Active Roles 7.2. Skype for Business Server User Management Administrator Guide One Identity Active Roles 7.2 Skype for Business Server User Management Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

FastPass Password Manager

FastPass Password Manager FastPass Password Manager Version 3.4.2 Document Title Document Classification Public Document Revision D Document Status Final Document Date April 23, 2012 The specifications and information in this document

More information

How to Look Up People Using LDAP in Eudora

How to Look Up People Using LDAP in Eudora How to Look Up People Using LDAP in Eudora Introduction Eudora lets you look up individuals on the Internet and within your company using several Directory Services protocols. Each of these protocols is

More information

Microsoft Word 2010 Introduction to Mail Merge

Microsoft Word 2010 Introduction to Mail Merge Microsoft Word 2010 Introduction to Mail Merge Elizabeth Wells February 2012 Copyright 2012 ElizabethWells All rights reserved. Except as permitted under current legislation, no part of this work may be

More information

fanvil file, forbidden to steal!

fanvil file, forbidden to steal! Version: 1.1 LDAP Quick Start Manual Release date: 2014-02-22 2011-2014 Fanvil Co., Ltd. This document contains information that is proprietary to Fanvil Co., Ltd (Abbreviated as Fanvil hereafter). Unauthorized

More information

Quotations. 3. The quotation will have an automatic number, comprising of the request ID, a hyphen and then the number of the quotation in the list.

Quotations. 3. The quotation will have an automatic number, comprising of the request ID, a hyphen and then the number of the quotation in the list. Quotations If an end-user wishes to purchase something, whether, physical or service, NetHelpDesk has the ability to raise quotations to send to the end-user. Whether they are stand alone, or as part of

More information

ISBG May LDAP: It s Time. Gabriella Davis - Technical Director The Turtle Partnership

ISBG May LDAP: It s Time. Gabriella Davis - Technical Director The Turtle Partnership ISBG May 2015 LDAP: It s Time Gabriella Davis - Technical Director The Turtle Partnership gabriella@turtlepartnership.com What Is LDAP? Lightweight Directory Access Protocol Standard language for reading

More information

Realms and Identity Policies

Realms and Identity Policies The following topics describe realms and identity policies: Introduction:, page 1 Creating a Realm, page 5 Creating an Identity Policy, page 11 Creating an Identity Rule, page 15 Managing Realms, page

More information

Introduction Installing and Configuring the LDAP Server Configuring Yealink IP Phones Using LDAP Phonebook...

Introduction Installing and Configuring the LDAP Server Configuring Yealink IP Phones Using LDAP Phonebook... Introduction... 1 Installing and Configuring the LDAP Server... 3 OpenLDAP... 3 Installing the OpenLDAP Server... 3 Configuring the OpenLDAP Server... 4 Configuring the LDAPExploreTool2... 8 Microsoft

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Configuring Pentaho with LDAP or Active Directory

Configuring Pentaho with LDAP or Active Directory Configuring Pentaho with LDAP or Active Directory Change log (if you want to use it): Date Version Author Changes 07/2018 1.0 Carlos Lopez Contents Overview... 1 Before You Begin... 1 Prerequisites...

More information

ADtoolkit Version History

ADtoolkit Version History ADtoolkit Version History 3/17 version 7.2.1.6 ADtoolkit v7.2.1.6 adds the following enhancements: Reports Added an option to suppress the double quotes around empty fields in report files. ADtoolkit v7.2.1.6

More information

Global Address List (GAL) into mailboxes by using GALsync policies. NETsec. 11. January 2018

Global Address List (GAL) into mailboxes by using GALsync policies. NETsec. 11. January 2018 GALSYNC V7.2 Global Address List (GAL) into mailboxes by using GALsync policies NETsec 11. January 2018 NETsec GmbH & Co.KG Schillingsstrasse 117 DE - 52355 Düren Introduction... 5 GALsync... 5 contactsync...

More information

NetIQ Identity Manager Driver for Multi-Domain Active Directory Implementation Guide. March 2016

NetIQ Identity Manager Driver for Multi-Domain Active Directory Implementation Guide. March 2016 NetIQ Identity Manager Driver for Multi-Domain Active Directory Implementation Guide March 2016 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT

More information

Active Directory Integration in VIO 3.0

Active Directory Integration in VIO 3.0 Active Directory Integration in VIO 3.0 Active Directory integration is improved in VIO 3.0 by adding Active Directory config auto-detect. This document describes the changes. Day 1 It s possible to have

More information

Configure the ISE for Integration with an LDAP Server

Configure the ISE for Integration with an LDAP Server Configure the ISE for Integration with an LDAP Server Document ID: 119149 Contributed by Piotr Borowiec, Cisco TAC Engineer. Jul 10, 2015 Contents Introduction Prerequisites Requirements Components Used

More information

Integrate with Directory Sources

Integrate with Directory Sources for an On-Premises Deployment, page 1 Configure Contact Sources, page 1 Federation, page 10 Client Configuration for Directory Integration, page 12 for an On-Premises Deployment Before You Begin Configure

More information

Exchange to authorigbl Y AD (Exchange, Group Sync Agent) badpwdcount N Number of bad passwords in last

Exchange  to authorigbl Y AD (Exchange, Group Sync Agent) badpwdcount N Number of bad passwords in last ETID User Attribute Generally Intended Use Expected Values Agents Involved Visible accountexpires Date time of account expiration, i.e. Date time of Kiwi Delete AD altrecipient D of object to direct email

More information

How to configure Sophos for all other clients

How to configure Sophos  for all other clients How to configure Sophos Email for all other clients 1. Add Your Domain & Verify Ownership 2. Add Mailboxes to Sophos Email 3. Restrict Delivery to Sophos IP Addresses 4. Modify MX records to point to Sophos

More information

Creating letters using mail merge in Microsoft Word (Windows PC)

Creating letters using mail merge in Microsoft Word (Windows PC) Creating letters using mail merge in Microsoft Word (Windows PC) What is mail-merge? Mail merge is a tool in Microsoft Word that allows you to send out batches of personalised letters. Instead of sending

More information

Introduction to LAN Introduction to TDC 363 Lecture 05 Course Outline What is NOS?

Introduction to LAN Introduction to TDC 363 Lecture 05 Course Outline What is NOS? Introduction to LAN TDC 363 Lecture 05 Nt Network rkoprti Operating Systems tm Windows Based Networking NetWare Based Networking Book Reading: Chapters 8 1 Course Outline Network operating system (NOS)

More information

Polycom RealPresence Resource Manager System Web Scheduler s Guide

Polycom RealPresence Resource Manager System Web Scheduler s Guide Polycom RealPresence Resource Manager System Web Scheduler s Guide 7.0.0 August 2012 3725-72103-001A Trademark Information Polycom, and the names and marks associated with Polycom's products are trademarks

More information

Oracle Identity Manager

Oracle Identity Manager Oracle Identity Manager Connector Guide for Microsoft Exchange Release 9.1.1 E11198-06 July 2009 Oracle Identity Manager Connector Guide for Microsoft Exchange, Release 9.1.1 E11198-06 Copyright 2009,

More information

AD i.e. Date time of Kiwi Delete altrecipient Y DN of object to direct Exchange

AD i.e. Date time of Kiwi Delete altrecipient Y DN of object to direct Exchange ETID User Attribute Generally Intended Use Expected Values Agents Involved Visible accountexpires Date time of account expiration, AD i.e. Date time of Kiwi Delete altrecipient D of object to direct email

More information

Configure Directory Integration

Configure Directory Integration Client Configuration for Directory Integration, page 1 Client Configuration for Directory Integration You can configure directory integration through service profiles using Cisco Unified Communications

More information

Contact Source. Directory Servers

Contact Source. Directory Servers Directory Servers, on page 1 What is a?, on page 2 When to Configure Directory Integration, on page 2 Why Do I Need a?, on page 2 Options for Cisco Directory Integration, on page 3 LDAP Prerequisites,

More information

WebAD PeopleMinder v2.1 Installation and Configuration Guide

WebAD PeopleMinder v2.1 Installation and Configuration Guide WebAD PeopleMinder v2.1 Installation and Configuration Guide Instructions to Install and Configure PeopleMinder v2.1 Web Active Directory, LLC Contents Overview... 2 Installation Support... 2 System Requirements...

More information

AD Self Service 2.0 User Guide

AD Self Service 2.0 User Guide AD Self Service 2.0 User Guide Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright. No part of this publication

More information

IT222 Microsoft Network Operating Systems II

IT222 Microsoft Network Operating Systems II 1 ITT Technical Institute IT222 Microsoft Network Operating Systems II Unit 1: Chapters 1 & 2 2 Chapter 1 OVERVIEW OF ACTIVE DIRECTORY Chapter 1: Overview of Active Directory, pp. 1 23 Chapter 2, Implementing

More information

Windows Server 2003 Network Administration Goals

Windows Server 2003 Network Administration Goals Objectives Differentiate between the different editions of Windows Server 2003 Explain Windows Server 2003 network models and server roles Identify concepts relating to Windows Server 2003 network management

More information

SchoolBooking LDAP Integration Guide

SchoolBooking LDAP Integration Guide SchoolBooking LDAP Integration Guide Before you start This guide has been written to help you configure SchoolBooking to connect to your LDAP server. Please treat this document as a reference guide, your

More information

User Manual. Active Directory Change Tracker

User Manual. Active Directory Change Tracker User Manual Active Directory Change Tracker Last Updated: March 2018 Copyright 2018 Vyapin Software Systems Private Ltd. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

Job Aid: LDAP or VMM Synch

Job Aid: LDAP or VMM Synch Job Aid: LDAP or VMM Synch Tivoli Service Request Manager, Change and Configuration Management Database, Asset Management for IT Document version 1.0 Copyright International Business Machines Corporation

More information

ActivePasswords 2018 WizardSoft https://wizardsoft.nl

ActivePasswords 2018 WizardSoft https://wizardsoft.nl ActivePasswords 2018 WizardSoft https://wizardsoft.nl ActivePasswords Introduction ActivePasswords is a compact, lightweight and powerful custom Windows password filter. ActivePasswords makes it possible

More information

BLUEPRINT REQUIREMENTS CENTER 2010 BLUEPRINT TEAM REPOSITORY VERSION 2. Administrator s Guide

BLUEPRINT REQUIREMENTS CENTER 2010 BLUEPRINT TEAM REPOSITORY VERSION 2. Administrator s Guide BLUEPRINT REQUIREMENTS CENTER 2010 BLUEPRINT TEAM REPOSITORY VERSION 2 September 2010 Contents Introduction... 2 Repository Configuration Files... 3 User Administration... 5 Appendix A. Instructions for

More information

Manually Uploading Pupils to ParentPay

Manually Uploading Pupils to ParentPay Manually Uploading Pupils to ParentPay These instructions are intended for schools that have already downloaded the MIS:Sync application if you have not done this yet, please download MIS:Sync from the

More information

Admin Reporting Kit for Active Directory

Admin Reporting Kit for Active Directory Admin Reporting Kit for Active Directory Release Notes Version 9.0 New Azure AD Reports to cater to Azure Active Directory (Azure AD). Fixed to retrieve the latest Last Logon attribute value of computer

More information

Enable the following two lines in /etc/ldap/ldap.conf, creating the file if necessary:

Enable the following two lines in /etc/ldap/ldap.conf, creating the file if necessary: Installation The package will be installed from the official Debian repositories. apt-get install slapd ldap-utils Add an entry in /etc/hosts to define an address to the directory: 127.0.0.1 ldap.localdomain

More information

Quest Recovery for Azure AD. User Guide

Quest Recovery for Azure AD. User Guide Quest Recovery for Azure AD User Guide 2018 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Authorized Send Installation and Configuration Guide Version 3.5

Authorized Send Installation and Configuration Guide Version 3.5 Canon Authorized Send Installation and Configuration Guide Version 3.5 08011-35-UD2-004 This page is intentionally left blank. 2 Authorized Send Installation and Configuration Guide Contents Preface...5

More information

Administration Guide. Lavastorm Analytics Engine 6.1.1

Administration Guide. Lavastorm Analytics Engine 6.1.1 Administration Guide Lavastorm Analytics Engine 6.1.1 Lavastorm Analytics Engine 6.1.1: Administration Guide Legal notice Copyright THE CONTENTS OF THIS DOCUMENT ARE THE COPYRIGHT OF LIMITED. ALL RIGHTS

More information

Polycom Corporate Directory

Polycom Corporate Directory Polycom Corporate Directory About Polycom offers configuration of a "corporate directory", which fetches entries from an LDAP-Server. This page describes how to set up a minimal OpenLDAP-based contacts

More information

NetIQ Identity Manager Driver for Active Directory Implementation Guide. October 2014

NetIQ Identity Manager Driver for Active Directory Implementation Guide. October 2014 NetIQ Identity Manager Driver for Active Directory Implementation Guide October 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

More information

Proxy POP3S. then authentication occurs. POP3S is for a receiving . IMAP4S. and then authentication occurs. SMTPS is for sending .

Proxy POP3S. then authentication occurs. POP3S is for a receiving  . IMAP4S. and then authentication occurs. SMTPS is for sending  . Email proxies extend remote email capability to users of Clientless SSL VPN. When users attempt an email session via email proxy, the email client establishes a tunnel using the SSL protocol. The email

More information

LDAP Queries. Overview of LDAP Queries. Understanding LDAP Queries

LDAP Queries. Overview of LDAP Queries. Understanding LDAP Queries This chapter contains the following sections: Overview of, on page 1 Working with, on page 10 Using Acceptance Queries For Recipient Validation, on page 17 Using Routing Queries to Send Mail to Multiple

More information

The following gives an overview of LDAP from a user's perspective.

The following gives an overview of LDAP from a user's perspective. L DAPPhonebookon Yeal i nki PPhones LDAP stands for Lightweight Directory Access Protocol, which is a client-server protocol for accessing a directory service. LDAP is a directory service protocol that

More information

Symprex Folder Permissions Manager

Symprex Folder Permissions Manager Symprex Folder Permissions Manager User's Guide Version 8.0.. Copyright 017 Symprex Limited. All Rights Reserved. Contents Chapter 1 1 Introduction 1 System Requirements Permissions Requirements Chapter

More information

Configuring Apache Ranger Authentication with UNIX, LDAP, or AD

Configuring Apache Ranger Authentication with UNIX, LDAP, or AD 3 Configuring Apache Ranger Authentication with UNIX, LDAP, or AD Date of Publish: 2018-07-15 http://docs.hortonworks.com Contents...3 Configure Ranger Authentication for UNIX... 3 Configure Ranger Authentication

More information

Active Directory Replicationm

Active Directory Replicationm Active Directory Replicationm Site 1 Read/Write copy of Active Directory Database Ntds.dit Site 1 C D All domain controllers host a full replica of the domain information for its own domain Replication:

More information

JARGON FREE TRAINING. MS Access A Jargon Free Guide. Paul Barnett 7/31/2010. For complete, no nonsense training visit

JARGON FREE TRAINING. MS Access A Jargon Free Guide. Paul Barnett 7/31/2010. For complete, no nonsense training visit JARGON FREE TRAINING MS Access 2010 A Jargon Free Guide Paul Barnett 7/31/2010 For complete, no nonsense training visit A quick guide to some features in MS Access 2010 and an insight into Jargon Free

More information

Microsoft Office 2016 Mail Merge

Microsoft Office 2016 Mail Merge Microsoft Office 2016 Mail Merge Mail Merge Components In order to understand how mail merge works you need to examine the elements involved in the process. In any mail merge, you'll deal with three different

More information

NotifySCM Integration Overview

NotifySCM Integration Overview NotifySCM Integration Overview TABLE OF CONTENTS 1 Foreword... 3 2 Overview... 4 3 Hosting Machine... 5 3.1 Installing NotifySCM on Linux... 5 3.2 Installing NotifySCM on Windows... 5 4 Network Configuration...

More information

Active Directory 2000 Plugin Installation for Cisco CallManager

Active Directory 2000 Plugin Installation for Cisco CallManager Active Directory 2000 Plugin Installation for Cisco CallManager Document ID: 15323 Contents Introduction Prerequisites Requirements Components Used Conventions Before You Begin Task 1: Create the Cisco

More information

User Management Tool

User Management Tool Citrix Product Documentation docs.citrix.com September 21, 2018 Contents What s new 3 What s new in User Management Tool 1.8.1........................... 3 What s new in User Management Tool 1.8............................

More information

Reporting. Within NetHelpDesk, there are multiple ways to carry out reporting, and the scope of what you can report on is essentially endless.

Reporting. Within NetHelpDesk, there are multiple ways to carry out reporting, and the scope of what you can report on is essentially endless. Reporting Within NetHelpDesk, there are multiple ways to carry out reporting, and the scope of what you can report on is essentially endless. Whether you are using the Data Analyser program in NetHelpDesk

More information

Mail Merge Labels Envelopes

Mail Merge Labels Envelopes Mail Merge Labels Envelopes Mail Merge In Word, the Mail Merge Wizard can be used to integrate data stored in an Access database with a Word document. Mail merge is commonly used to create personalized

More information

Quest Migration Manager 8.14

Quest Migration Manager 8.14 Quest December 2017 These release notes provide information about the Quest release. Topics: About Migration Manager New Features Resolved Issues Known Issues Third Party Known Issues System Requirements

More information

Configuring Microsoft ADAM

Configuring Microsoft ADAM Proven Practice Configuring Microsoft ADAM Product(s): IBM Cognos Series 7 Area of Interest: Security Configuring Microsoft ADAM 2 Copyright Copyright 2008 Cognos ULC (formerly Cognos Incorporated). Cognos

More information

Trial Program Installation Guide

Trial Program Installation Guide Trial Program Installation Guide 2016 PrinterLogic, All Rights reserved. 1 The purpose of this document is to guide IT through an install of Printer Installer. For additional details and answers to many

More information

Collaboration Suite (GALSync/DirSync)

Collaboration Suite (GALSync/DirSync) The Experts in Exchange Migration Collaboration Suite (GALSync/DirSync) Collaboration Suite is for pre-staging objects and synchronizing address book attributes between two or more Exchange environments.

More information

Authenticating Cisco VCS accounts using LDAP

Authenticating Cisco VCS accounts using LDAP Authenticating Cisco VCS accounts using LDAP Cisco TelePresence Deployment Guide Cisco VCS X6 D14526.04 February 2011 Contents Contents Document revision history... 3 Introduction... 4 Usage... 4 Cisco

More information

Disclaimer. SPADListLoader User guide v 1.0

Disclaimer. SPADListLoader User guide v 1.0 Contents Overview... 2 Licensing... 3 Compatibility & Software Requirements... 3 Graphical mode guide... 4 Main screen... 4 Toolbar menu... 4 Settings... 5 AD User grid... 6 Login... 7 Graphical mode Step

More information

Word: Print Address Labels Using Mail Merge

Word: Print Address Labels Using Mail Merge Word: Print Address Labels Using Mail Merge No Typing! The Quick and Easy Way to Print Sheets of Address Labels Here at PC Knowledge for Seniors we re often asked how to print sticky address labels in

More information

Integrating With LDAP

Integrating With LDAP This chapter contains the following sections: Overview, on page 1 Configuring LDAP to Work with the Spam Quarantine, on page 1 Creating the LDAP Server Profile, on page 2 Configuring LDAP Queries, on page

More information

Principles of LDAP Schema Design

Principles of LDAP Schema Design 04-P2006 1/10/02 12:12 PM Page 55 F O U R Principles of LDAP Schema Design CHAPTER OBJECTIVES Typical Problems with LDAP Schema Design... 59 An Example... 66 Summary... 72 An LDAP accessible Directory

More information

Microsoft Excel 2007 Macros and VBA

Microsoft Excel 2007 Macros and VBA Microsoft Excel 2007 Macros and VBA With the introduction of Excel 2007 Microsoft made a number of changes to the way macros and VBA are approached. This document outlines these special features of Excel

More information

LDAP Queries. Overview of LDAP Queries. This chapter contains the following sections:

LDAP Queries. Overview of LDAP Queries. This chapter contains the following sections: This chapter contains the following sections: Overview of, page 1 Working with, page 11 Using Acceptance Queries For Recipient Validation, page 18 Using Routing Queries to Send Mail to Multiple Target

More information

How to integrate hp OpenView Service Desk with Microsoft Active Directory

How to integrate hp OpenView Service Desk with Microsoft Active Directory How to integrate hp OpenView Service Desk with Microsoft Active Directory Copyright 2004 Page 1 of 26 Table of Contents Introduction 3 What is Active Directory 4 Installing Active Directory... 5 Working

More information

Cisco Expressway Authenticating Accounts Using LDAP

Cisco Expressway Authenticating Accounts Using LDAP Cisco Expressway Authenticating Accounts Using LDAP Deployment Guide Cisco Expressway X8.5 December 2014 Contents Introduction 3 Process summary 3 LDAP accessible authentication server configuration 4

More information

Import Users From LDAP Directory

Import Users From LDAP Directory LDAP Synchronization Overview, page 1 LDAP Synchronization Prerequisites, page 3 LDAP Synchronization Configuration Task Flow, page 3 LDAP Synchronization Overview Lightweight Directory Access Protocol

More information