Redeploying Microsoft CRM 3.0

Size: px
Start display at page:

Download "Redeploying Microsoft CRM 3.0"

Transcription

1 Redeploying Microsoft CRM

2 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies, organizations, products, domain names, addresses, logos, people, places, and events depicted herein are fictitious, and no association with any real company, organization, product, domain name, address, logo, person, place, or event is intended or should be inferred. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation. Microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from Microsoft, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property Microsoft Corporation. All rights reserved. Microsoft, Great Plains, MS-DOS, Windows, Windows NT, Windows Server, Active Directory, and Outlook are either registered trademarks or trademarks of Microsoft Corporation or Great Plains Software or their affiliates in the United States and/or other countries. Great Plains Software, Inc. is a subsidiary of Microsoft Corporation. The names of actual companies and products mentioned herein may be the trademarks of their respective owners.

3 Contents Contents Introduction...1 Usage Scenarios...3 System Requirements...4 Wizard Installation...4 Redeployment Process...4 Redeploying Other Microsoft CRM Components...9 Known Issues...10 Sample Mapping File...11 i

4

5 Introduction Deploying or redeploying Microsoft CRM 3.0 to a second system is a multi-step process that involves: Several manual procedures The use of standard backup and restore procedures and utilities A wizard designed specifically for this process The wizard is the Microsoft CRM Redeployment Wizard. Using this wizard and the processes described in this document, a system administrator or software developer can copy and use their Microsoft CRM data in another Microsoft CRM implementation separate from the original system. The following are some examples of redeployments that you can make using these tools, processes, and procedures. On a separate Microsoft CRM implementation with its own Active Directory forest and domain that is not connected to the original Active Directory forest and domain. 1

6 On a separate Microsoft CRM implementation with its own Active Directory domain (but in the same forest) that is not directly connected to the original Active Directory domain. 2

7 On a separate Microsoft CRM implementation but still part of the original Active Directory forest; however, the redeployed implementation must have its own Active Directory OU, structure, users and user roles, and groups. The Microsoft CRM 3.0 Implementation Guide is the source information document for implementing Microsoft CRM. The Microsoft CRM 3.0 Implementation Guide will be referred to several times in this document. Note Although the redeployment wizard for Microsoft CRM 3.0 is available only in English, it can be used to redeploy other language versions of Microsoft CRM. For example, it can redeploy an original Spanish Microsoft CRM implementation to a new Spanish implementation. It cannot be used to change languages originally used in an implementation; that is, it cannot be used to redeploy an original Spanish implementation to a new Italian implementation. Usage Scenarios There are probably as many different scenarios as there are organizations using Microsoft CRM where the need exists to have a separate Microsoft CRM system running with actual organizational data. Using the Microsoft CRM redeployment wizard, the associate processes and procedures, you can copy and then modify the Microsoft CRM databases for use in scenarios such as: Using existing Microsoft CRM data in a test or pilot system. Performing pre-production testing of Microsoft CRM application and platform components using existing Microsoft CRM data. Developing and testing in-house customizations, reports, or additional Microsoft CRM solutions before deploying them to the production system. Investigating and reproducing Microsoft CRM system issues in a safe environment. 3

8 Migrating your Microsoft CRM implementation from one Active Directory Domain to another. System Requirements The Microsoft CRM redeployment tools do not require additional hardware or software beyond the requirements of Microsoft CRM. See Hardware and Software Requirements in the Microsoft CRM3.0 Implementation Guide for the hardware and software requirements of Microsoft CRM and its various components. Also see Installing Microsoft CRM Server on Microsoft Windows Small Business Server 2003, of the Microsoft CRM 3.0 Implementation Guide for information about deploying Microsoft CRM on this system. Wizard Installation The Microsoft CRM Redeployment Wizard is available on the Microsoft CRM Server CD. The Wizard is located in the \RedeploymentTool folder. Install the Microsoft CRM Redeployment Wizard This wizard will be used during Step 5 of the redeployment process. Install it on the computer that will eventually become the computer running Microsoft CRM Server in your new system. 1. Log on to the computer as a user with Local Administrator privileges on the computer that will contain the Microsoft CRM server for your new system. 2. Insert the Microsoft CRM Server CD in your CD-ROM drive. Open Windows Explorer and navigate to your CD- ROM drive. 3. Navigate to the RedeploymentTool folder, double-click RedeployImport.msi and follow the installation instructions. 4 Note If the procedure above fails to install the Redeployment Wizard, you can run the installation again from a command prompt window and generate a log file, which will help in troubleshooting the failed installation. The command is: msiexec /l*v logfile.log /I redeployimport.msi Redeployment Process This section discusses the details of the redeployment process. Step 1: Back Up the Databases Make a copy of or back up the Microsoft CRM databases. Perform the following tasks before copying the databases: All instances of Microsoft CRM Laptop Client for Outlook must complete synchronization to the production system. Data changes and updates from the Microsoft CRM Laptop clients that have not been synchronized after you work offline will not be part of the database copy that is made as part of this process. If Microsoft CRM Integration for Great Plains is installed, data updates must be completed. Data changes and updates not completed will not be part of the database copy that is made as part of this process. Stop the Microsoft CRM Workflow Service. Stop the Microsoft CRM Workflow Service 1. On the Microsoft CRM server, on the Start menu, point to Programs, point to Administrative Tools, and click Services.

9 2. Right-click Microsoft CRM Workflow Service and click Stop. Back up the Microsoft CRM databases From the computer running SQL Server, make a copy (backup) of the Microsoft CRM databases listed below. You can use your regular backup and restore procedures to make this copy, but include only the database files listed below. If you followed the Microsoft Business Solutions CRM Implementation Guide in setting up your Microsoft CRM system, the database files are located in the folder: <systemdrive>:\program Files\Microsoft SQL Server\MSSQL\Data The files are named: Organization_name_MSCRM Organization_name_METABASE Important The names of these database files are case sensitive. It is critical that the _MSCRM part of the Organization_name_MSCRM database file names be uppercase. Step 2: (Optional) Back Up Customizations, Workflow, and Custom Reports Important: Customizations, workflow, and customized reports are not redeployed using the Redeployment Tool. If you want your redeployed Microsoft CRM system to have the customizations, workflow rules, or custom reports from your source Microsoft CRM system, you must back them up manually and restore them to your redeployed system manually. Exporting Customizations, Including Entity, Template and Configuration Customizations From the Microsoft CRM Customizations area, use Export Customizations to export your customizations from your source system. You will use the output.xml file that you create in Step 7. The procedure for exporting customizations is in Microsoft CRM online help. To backup workflow and callouts, you will also need to copy the workflow.config file, callout.config.xml file all the files in the <systemdrive>:program Files\Microsoft CRM\Server\bin\assembly folder and deploy this to your new server. This must be done before workflow rules are imported using the Import Workflow Wizard. Exporting Workflow Rules Use the Export Workflow Wizard to make a backup of any workflow rules you want to redeploy. You will use the output.xml file you create in Step 7. Start the Export Workflow Wizard On the Microsoft CRM Server, on the Start menu, point to All Programs, point to Microsoft CRM, and then click Export Workflow Wizard. Reports If you have any custom reports on your source system, run the DownloadReports.exe command-line tool. You will use the resulting publish.config file and Reports folder in Step 7. The procedure for downloading reports can be found in Chapter 25: Reporting in the Microsoft CRM 3.0 Implementation Guide. 5

10 Step 3: Install Servers and Configure Users Install all server applications for your new implementation, including: Active Directory domain controllers Microsoft SQL Server Microsoft Exchange Server (optional) Important Do not install Microsoft CRM Server at this time. Microsoft CRM Server will be installed later in the process. Use the installation procedures in the Microsoft CRM3.0 Implementation Guide. Depending on your configuration, the procedures are in the following chapters: Chapter 12, "Installing on Windows 2000 Server" Chapter 13, "Installing on Windows Server 2003" Chapter 14, "Installing on Microsoft Windows Small Business Server 2003" Create a new Active Directory parent OU and user accounts for the new system. User logon names created on the new system do not have to be identical to those on the original system. If your new Microsoft CRM implementation is in the same Active Directory forest as your original Microsoft CRM implementation, you can use the existing users for the new implementation if you are logged on as the original installation user. Otherwise you must map to new users. If an Exchange server is going to be part of your new system, you must also create an Exchange mailbox for each user. To have the user created with an Exchange 2000 or Exchange Server 2003 mailbox, you must run Active Directory Users and Computers on an Exchange server or any other server that has Exchange System Manager installed. Step 4: Restore the Microsoft CRM Databases Restore the copy of the Microsoft CRM databases to the computer running SQL Server in the new system. If you follow the Microsoft CRM 3.0 Implementation Guide in setting up your new Microsoft CRM system, the database files should be restored to the folder: <systemdrive>:\program Files\Microsoft SQL Server\MSSQL\Data We recommend that you retain the original names of your Microsoft CRM database files and do not rename them as part of this redeployment process. Step 5: Complete the Microsoft CRM Redeployment Wizard Before you can perform this step, you must have the Microsoft CRM Redeployment Wizard installed on the computer that will be running Microsoft CRM Server in the new system. For more information, see the procedures in the previous Wizard Installation section. To use the Microsoft CRM Redeployment Wizard, you must be logged on as a member of the Local Administrators group. Use the Microsoft CRM Redeployment Wizard to define and map the users from the original Microsoft CRM implementation to the new implementation. The Microsoft CRM Redeployment Wizard will create the Active Directory groups on the new system. Use the Microsoft CRM Redeployment Wizard 6

11 1. On the Start menu, point to Programs, point to Microsoft CRM, and then click Microsoft CRM Redeployment Wizard. 2. On the Welcome to the Microsoft CRM Redeployment Wizard opening page, click Next. 3. On the Database Information page, type the name of the Microsoft SQL Server and then select the name of your restored Microsoft CRM database (see Step 4 above). 4. On the Organization Information page, type an Organization Name. This name can be the same as your original Microsoft CRM system. However, if you prefer to use a different Organization Name, enter it here and the Microsoft CRM Redeployment Wizard will transform the data to use the name. 5. On the Active Directory Information page, Browse Active Directory to choose an Organizational Unit where the Microsoft CRM security groups will be created. 6. On the User Mapping page, choose the method to be used to map Microsoft CRM users from your original system to your redeployed system. The options are: Keep Existing User Mappings. Your redeployed Microsoft CRM system will have the exact same users as your original system. Manually Map Users. Selecting this option and clicking Next will display the Edit User Mapping page. On this page you can manually map users from your original Microsoft CRM system to your redeployed system. Generate New Mapping File. This option will generate a new mapping file that can be edited and then used to do the actual user mappings. Auto-map Users. This option will cause the Microsoft CRM Redeployment Wizard automatically map users from your original Microsoft CRM system to the redeployed system based on one of the following parameters. Active Directory Account Name Microsoft CRM Full Name to Active Directory Full Name Prefix and a start value An existing mapping file, for which you can browse for. 7. On the Edit User Mapping page, you can manually map users from your original Microsoft CRM system to the redeployed system. Click Next. 8. The Confirm Database Transformation page appears listing the details of what will be transformed. Click Start for the wizard to start the transformation. 9. The Performing Database Transformation page appears showing the transformation progress. When the process is complete, click Next. 10. Click Finish to complete the wizard. Note The records transformed by the Microsoft CRM Redeployment Wizard in the new implementation will not have data in the Primary Address field. You need to complete this field in the Microsoft CRM application after it has been installed in Step 6. (All other user record data is preserved.) Run the Microsoft CRM Redeployment Wizard from the Command Line. The Microsoft CRM Redeployment Wizard can be run from the command line. Running the Microsoft CRM Redeployment Wizard from the command line is recommended only if you intend to install Microsoft CRM Server (in Step 6 below) from the command line. Both the Microsoft CRM Redeployment Wizard and installing Microsoft CRM Server use the same configuration file to supply the data and parameters required. Running the Microsoft CRM Redeployment Wizard from the 7

12 command line will still display the wizard screens. However, the options will be pre-populated based on the information from the configuration file. For more information about this configuration file and installing Microsoft CRM Server using the command line, see Chapter 19, Use the Command Line to Install Microsoft CRM in the Microsoft CRM 3.0 Implementation Guide. Run from the Command Line 1. Open a command prompt windows and navigate to where you installed the Microsoft CRM Redeployment Wizard. By default, the location is: <systemdrive>\program Files\Microsoft CRM Redeployment Wizard 2. Type RedeployWizard.exe /config (config_file_name) Step 6: Install Microsoft CRM Install Microsoft CRM on the computer in the new system and make sure to select the Connect to existing database option during setup. Each Microsoft CRM implementation must have the appropriate license. The user installing Microsoft CRM must be granted the following privileges as a minimum: Be able to create objects within the Active Directory Organizational Unit (OU) that is the target parent OU for installing Microsoft CRM. SQL Administrator privilege IIS Server local Administrator privilege Local Administrator on the computer where Microsoft CRM is to be installed. Use the installation procedures in the Microsoft CRM 3.0 Implementation Guide. Depending on your configuration, the procedures are in the following chapters: "Install Microsoft CRM" "Installing on Microsoft Windows Small Business Server 2003" Step 7: (Optional) Import Customizations, Workflow Rules, and Custom Reports If you have exported your customizations, workflow rules or custom reports from your source Microsoft CRM system, you must restore them to your redeployed system manually. Important: Customizations must be imported prior to importing reports or workflow rules that depend on the customizations. Importing Customizations, Including Entity, Template and Configuration Customizations From the Microsoft CRM Customization area, use Import Customizations to import the customization.xml file you created in Step 2. The procedure for importing customizations is in the Microsoft CRM online help. Workflow and callouts are restored by copying the workflow.config file, the callout.config.xml file all the files in the <systemdrive>:program Files\Microsoft CRM\Server\bin\assembly folder to your new server. (These files were backed up as part of Step 2 above.) This must be done before workflow rules are imported using the Import Workflow Wizard. Importing Workflow Rules Use the Import Workflow Wizard to import the workflow rules.xml file you created in Step 2. Start the Import Workflow Wizard 8

13 1. On the Microsoft CRM Server, on the Start menu, point to All Programs, point to Microsoft CRM, and then click Import Workflow Wizard. Publishing Reports Use the PublishReports.exe command-line tool to publish the report files you backed up in Step 2. The procedure for publishing reports can be found in Chapter 25: Reporting in the Microsoft CRM 3.0 Implementation Guide. Redeploying Other Microsoft CRM Components This section discusses the requirements and limitations that the other Microsoft CRM components have when you work with more than one Microsoft CRM implementation. Web Browser There is no limitation to accessing different implementations of the Microsoft CRM Web application using only a Web browser (such as Internet Explorer). Microsoft CRM Clients for Outlook The Microsoft CRM Laptop client for Outlook uses the Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) on each client computer to enable the client to operate offline. During installation, the Microsoft CRM Laptop client for Outlook requires the location of the Microsoft CRM server. The Microsoft CRM Laptop client for Outlook maintains a data store on the user's computer for Microsoft CRM data. Microsoft CRM data from the Microsoft CRM server will synchronize with this local store for offline access to data. In addition, there is two-way synchronization between this local store and Microsoft Outlook for contacts, tasks, the calendar, and items. When the user s computer is connected again to the organization's network, synchronization also takes place between SQL Server 2000 Desktop Engine and the Microsoft CRM server that is posting client-side transactions back to the server. This relationship between SQL Server 2000 Desktop Engine on the client computer and the Microsoft CRM server requires that the following be considered: Before the redeployment starts, all offline Outlook clients should go online to synchronize data before a copy (backup) of the Microsoft CRM databases is made. This will ensure that no data is lost. After redeployment is done, the redeployment tools do not transform local client data stores. If an Outlook client has been working with an original or production Microsoft CRM implementation, the Outlook client must be uninstalled and then re-installed, designating the new Microsoft CRM server during setup. Microsoft CRM-Exchange Router originating from within Microsoft CRM and whose destination is Microsoft CRM is routed by the Microsoft CRM-Exchange Router (the Router). The configuration of the new or test Microsoft CRM system should be based on your requirements and need for to be routed into and from the system. If you do not need for the new Microsoft CRM system, do not install the Router for that system. Otherwise, install the Router for the new Microsoft CRM system. 9

14 Microsoft CRM Integration for Great Plains You must consider the following items when using Microsoft CRM Integration for Great Plains: The Microsoft CRM integration component can interact only with one Microsoft CRM server deployment at a time. If the integration component is being used on the original Microsoft CRM system and you require the integration on the new or test system, you need to install it on the new system. During the installation of the integration component on a new Microsoft CRM system, make sure you attach it to the original integration computer running Microsoft SQL Server. This will maintain the database integrity of the integration component database. Known Issues Microsoft Windows Operating System Additions and Database Triggers If you want to install any Microsoft Windows operating system enhancements or add-on programs or create or add any custom database triggers (other than system defaults) to your new Microsoft CRM system, you must install them before using the Microsoft CRM Redeployment Wizard. If you have installed the add-on programs or added any custom database triggers, you must remove them, complete the redeployment process on the new Microsoft CRM system, and then re-install them after you have verified that the new Microsoft CRM system is functioning. The Microsoft CRM Redeployment Wizard Does Not Finish If, for any reason, the Microsoft CRM Redeployment Wizard does not complete, you will need to do the following: 1. Delete the Organization_MSCRM and Organization_METABASE databases on the Microsoft SQL Server of your new deployment. These database files should be located in the folder: <systemdrive>:\program Files\Microsoft SQL Server\MSSQL\Data. 2. Start the redeployment process again at Step 4 in this document. Installing Microsoft CRM Server always creates a log files that can be reviewed and used for troubleshooting. By default, the location of the log files is: <systemdrive>:\documents and Settings\User\Application Data\Microsoft\Microsoft CRM\Logs 10

15 Sample Mapping File This section discusses the structure and contents of the user mapping file. This information is given for those cases where you have many Microsoft CRM users that need to be mapped from the original Microsoft CRM implementation to a new one. In these cases, it may be easier to edit the XML file directly. The file is updated and overwritten by the Microsoft CRM Redeployment Wizard. The Microsoft CRM Redeployment Wizard gives you the option of using a mapping file on the User Mapping page of the wizard. This page will also give you the option to Generate New Mapping File. If you generate a new file, you can edit the file using a text editor, and then start the wizard again. User Mapping XML File Structure The following is an example user mapping file containing two users: <MappingConfiguration> <DomainMapping old="origcrmdom" new="newcrmdom" /> <UserMapping old="origcrmdom\omarse" new="newcrmdom\omarse" /> <UserMapping old="origcrmdom\dkalin" new="newcrmdom\dkalin" /> </MappingConfiguration> Elements in the User Mapping File The user mapping file is contained in the root element <MappingConfiguration>. There are two sub-elements available: <DomainMapping> and <UserMapping>. Use one or the other, but not both together. If both are present, the <UserMapping> elements take precedence. The <DomainMapping old=" " new=" " /> element contains the Active Directory domain for the original and new Microsoft CRM implementations. If you use this element, you do not need to use the individual <UserMapping> elements. If this is the only element you use, then all Microsoft CRM users will be transformed automatically from the old domain to the new domain, keeping the same account names. The <UserMapping old="crmdevdom0\omarse" new="newcrmdom\omarse" /> element contains the alias name of each Microsoft CRM user. For example, if you have ten users in your Microsoft CRM implementation, your user mapping file will have ten <usermapping> elements; one for each user. 11

Improving Performance of Microsoft CRM 3.0 by Using a Dedicated Report Server

Improving Performance of Microsoft CRM 3.0 by Using a Dedicated Report Server Improving Performance of Microsoft CRM 3.0 by Using a Dedicated Report Server January 2006 Downloaded from http://www.sonomapartners.com/ - 1 - Information in this document, including URL and other Internet

More information

Step-by-Step Guide for Microsoft Advanced Group Policy Management 4.0

Step-by-Step Guide for Microsoft Advanced Group Policy Management 4.0 Step-by-Step Guide for Microsoft Advanced Group Policy Management 4.0 Microsoft Corporation Published: September 2009 Abstract This step-by-step guide describes a sample scenario for installing Microsoft

More information

The 2007 R2 Version of Microsoft Office Communicator Mobile for Windows Mobile: Frequently Asked Questions

The 2007 R2 Version of Microsoft Office Communicator Mobile for Windows Mobile: Frequently Asked Questions The 2007 R2 Version of Microsoft Office Communicator Mobile for Windows Mobile: Frequently Asked Questions Published: December 2008 Information in this document, including URL and other Internet Web site

More information

Pipeliner CRM Phaenomena Guide Add-In for MS Outlook. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Add-In for MS Outlook. 2015 Pipelinersales Inc. www.pipelinersales.com Add-In for MS Outlook 205 Pipelinersales Inc. www.pipelinersales.com Add-In for MS Outlook Learn how to use sales lead management with Pipeliner MS Outlook Add-In. CONTENT. Setting up Pipeliner Add-In

More information

Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide

Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide Microsoft Corporation Published: October 2006 Author: Brian Lich Editor: Carolyn Eller Abstract This step-by-step guide

More information

Creating and Deploying Active Directory Rights Management Services Templates Step-by-Step Guide

Creating and Deploying Active Directory Rights Management Services Templates Step-by-Step Guide Creating and Deploying Active Directory Rights Management Services Templates Step-by-Step Guide Microsoft Corporation Published: January 2008 Author: Brian Lich Editor: Carolyn Eller Abstract This step-by-step

More information

Version 1.2. 2011 Provance Technologies, Inc. All rights reserved. Provance Technologies Inc. 85 Bellehumeur Gatineau, Quebec CANADA J8T 8B7

Version 1.2. 2011 Provance Technologies, Inc. All rights reserved. Provance Technologies Inc. 85 Bellehumeur Gatineau, Quebec CANADA J8T 8B7 This document is provided for informational purposes only and Provance makes no warranties, either express or implied, in this document. Information in this document, including external references, is

More information

Pipeliner CRM Phaenomena Guide Getting Started with Pipeliner. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Getting Started with Pipeliner. 2015 Pipelinersales Inc. www.pipelinersales.com Getting Started with Pipeliner 05 Pipelinersales Inc. www.pipelinersales.com Getting Started with Pipeliner Learn How to Get Started with Pipeliner Sales CRM Application. CONTENT. Setting up Pipeliner

More information

Quick Start guide to. Microsoft Business Solutions CRM 1.2. on a Microsoft Windows Small Business Server 2003 Premium Edition.

Quick Start guide to. Microsoft Business Solutions CRM 1.2. on a Microsoft Windows Small Business Server 2003 Premium Edition. Quick Start guide to Microsoft Business Solutions CRM 1.2 on a Microsoft Windows Small Business Server 2003 Premium Edition M Partner Program Welcome! There are many resources available to help you install

More information

8911B - Installation & Deployment in Microsoft Dynamics CRM 4.0

8911B - Installation & Deployment in Microsoft Dynamics CRM 4.0 8911B - Installation & Deployment in Microsoft Dynamics CRM 4.0 Course Number: 8911B Course Length: 2 Days Course Overview This two-day course provides students with the tools to install and configure

More information

User Document. Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory

User Document. Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory Copyright 2005 Adobe Systems Incorporated. All rights reserved. NOTICE: All information contained herein is the property

More information

How To Install Outlook Addin On A 32 Bit Computer

How To Install Outlook Addin On A 32 Bit Computer Deployment Guide - Outlook Add-In www.exclaimer.com Contents About This Guide... 3 System Requirements... 4 Software... 4 Installation Files... 5 Deployment Preparation... 6 Installing the Add-In Manually...

More information

Pipeliner CRM Phaenomena Guide Sales Pipeline Management. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Sales Pipeline Management. 2015 Pipelinersales Inc. www.pipelinersales.com Sales Pipeline Management 2015 Pipelinersales Inc. www.pipelinersales.com Sales Pipeline Management Learn how to manage sales opportunities with Pipeliner Sales CRM Application. CONTENT 1. Configuring

More information

Technical Brief for Windows Home Server Remote Access

Technical Brief for Windows Home Server Remote Access Technical Brief for Windows Home Server Remote Access Microsoft Corporation Published: October, 2008 Version: 1.1 Abstract This Technical Brief provides an in-depth look at the features and functionality

More information

Getting Started Guide

Getting Started Guide Getting Started Guide www.exclaimer.com Contents About This Guide... 2 Signature Manager Overview... 3 How does it Work?... 3 But That s Not All... 4 And There s More... 4 Licensing... 5 Licensing Information...

More information

Adobe Acrobat 9 Deployment on Microsoft Windows Group Policy and the Active Directory service

Adobe Acrobat 9 Deployment on Microsoft Windows Group Policy and the Active Directory service Adobe Acrobat 9 Deployment on Microsoft Windows Group Policy and the Active Directory service white paper TABLE OF CONTENTS 1. Document overview......... 1 2. References............. 1 3. Product overview..........

More information

Pipeliner CRM Phaenomena Guide Administration & Setup. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Administration & Setup. 2015 Pipelinersales Inc. www.pipelinersales.com Administration & Setup 05 Pipelinersales Inc. www.pipelinersales.com Administration & Setup Learn how to manage your sales team with Pipeliner Sales CRM Application. CONTENT. Managing Pipeliner s Users

More information

Migrate from Exchange Public Folders to Business Productivity Online Standard Suite

Migrate from Exchange Public Folders to Business Productivity Online Standard Suite Migrate from Exchange Public Folders to Business Productivity Online Standard Suite White Paper Microsoft Corporation Published: July 2009 Information in this document, including URL and other Internet

More information

How to Install Microsoft Mobile Information Server 2002 Server ActiveSync. Joey Masterson

How to Install Microsoft Mobile Information Server 2002 Server ActiveSync. Joey Masterson How to Install Microsoft Mobile Information Server 2002 Server ActiveSync Joey Masterson How to Install Microsoft Mobile Information Server 2002 Server ActiveSync Joey Masterson Copyright Information

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

Table of Contents. Introduction. Audience. At Course Completion

Table of Contents. Introduction. Audience. At Course Completion Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction This three-day instructor-led course provides

More information

Pipeliner CRM Phaenomena Guide Opportunity Management. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Opportunity Management. 2015 Pipelinersales Inc. www.pipelinersales.com Opportunity Management 205 Pipelinersales Inc. www.pipelinersales.com Opportunity Management Learn how to manage sales opportunities with Pipeliner Sales CRM Application. CONTENT. Creating and sharing

More information

EventTracker: Support to Non English Systems

EventTracker: Support to Non English Systems EventTracker: Support to Non English Systems Publication Date: April 25, 2012 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Introduction This document has been prepared to

More information

AD RMS Step-by-Step Guide

AD RMS Step-by-Step Guide AD RMS Step-by-Step Guide Microsoft Corporation Published: March 2008 Author: Brian Lich Editor: Carolyn Eller Abstract This step-by-step guide provides instructions for setting up a test environment to

More information

File and Printer Sharing with Microsoft Windows

File and Printer Sharing with Microsoft Windows Operating System File and Printer Sharing with Microsoft Windows Microsoft Corporation Published: November 2003 Abstract File and printer sharing in Microsoft Windows allows you to share the contents of

More information

Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step

Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step Guide Microsoft Corporation Published: July 2009 Updated: September 2009 Abstract Remote Desktop Web Access (RD Web

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Windows Server Update Services 3.0 SP2 Step By Step Guide

Windows Server Update Services 3.0 SP2 Step By Step Guide Windows Server Update Services 3.0 SP2 Step By Step Guide Microsoft Corporation Author: Anita Taylor Editor: Theresa Haynie Abstract This guide provides detailed instructions for installing Windows Server

More information

Module 8: Implementing Group Policy

Module 8: Implementing Group Policy Module 8: Implementing Group Policy Contents Overview 1 Lesson: Implementing Group Policy Objects 2 Lesson: Implementing GPOs in a Domain 12 Lesson: Managing the Deployment of Group Policy 21 Lab: Implementing

More information

Update and Installation Guide for Microsoft Management Reporter 2.0 Feature Pack 1

Update and Installation Guide for Microsoft Management Reporter 2.0 Feature Pack 1 Update and Installation Guide for Microsoft Management Reporter 2.0 Feature Pack 1 Microsoft Corporation Published: December 2010 Microsoft Dynamics is a line of integrated, adaptable business management

More information

Step By Step Guide: Demonstrate DirectAccess in a Test Lab

Step By Step Guide: Demonstrate DirectAccess in a Test Lab Step By Step Guide: Demonstrate DirectAccess in a Test Lab Microsoft Corporation Published: May 2009 Updated: October 2009 Abstract DirectAccess is a new feature in the Windows 7 and Windows Server 2008

More information

Lab Answer Key for Module 9: Active Directory Domain Services. Table of Contents Lab 1: Exploring Active Directory Domain Services 1

Lab Answer Key for Module 9: Active Directory Domain Services. Table of Contents Lab 1: Exploring Active Directory Domain Services 1 Lab Answer Key for Module 9: Active Directory Domain Services Table of Contents Lab 1: Exploring Active Directory Domain Services 1 Information in this document, including URL and other Internet Web site

More information

Lab Answer Key for Module 6: Configuring and Managing Windows SharePoint Services 3.0. Table of Contents Lab 1: Configuring and Managing WSS 3.

Lab Answer Key for Module 6: Configuring and Managing Windows SharePoint Services 3.0. Table of Contents Lab 1: Configuring and Managing WSS 3. Lab Answer Key for Module 6: Configuring and Managing Windows SharePoint Services 3.0 Table of Contents Lab 1: Configuring and Managing WSS 3.0 1 Information in this document, including URL and other Internet

More information

Database Administration Guide

Database Administration Guide Database Administration Guide 013008 2008 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

DriveLock Quick Start Guide

DriveLock Quick Start Guide Be secure in less than 4 hours CenterTools Software GmbH 2012 Copyright Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise

More information

Microsoft Dynamics GP. Engineering Data Management Integration Administrator s Guide

Microsoft Dynamics GP. Engineering Data Management Integration Administrator s Guide Microsoft Dynamics GP Engineering Data Management Integration Administrator s Guide Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is

More information

Mailbox Recovery for Microsoft Exchange 2000 Server. Published: August 2000 Updated: July 2002 Applies To: Microsoft Exchange 2000 Server SP3

Mailbox Recovery for Microsoft Exchange 2000 Server. Published: August 2000 Updated: July 2002 Applies To: Microsoft Exchange 2000 Server SP3 Mailbox Recovery for Microsoft Exchange 2000 Server Published: August 2000 Updated: July 2002 Applies To: Microsoft Exchange 2000 Server SP3 Copyright The information contained in this document represents

More information

About This Guide... 4. Signature Manager Outlook Edition Overview... 5

About This Guide... 4. Signature Manager Outlook Edition Overview... 5 Contents About This Guide... 4 Signature Manager Outlook Edition Overview... 5 How does it work?... 5 But That's Not All...... 6 And There's More...... 6 Licensing... 7 Licensing Information... 7 System

More information

Microsoft Dynamics TM NAV 5.00. Installation & System Management: C/SIDE Database Server for Microsoft Dynamics TM NAV

Microsoft Dynamics TM NAV 5.00. Installation & System Management: C/SIDE Database Server for Microsoft Dynamics TM NAV Microsoft Dynamics TM NAV 5.00 Installation & System Management: C/SIDE Database Server for Microsoft Dynamics TM NAV Installation & System Management: Database Server for Microsoft Dynamics TM NAV Information

More information

Pipeliner CRM Phaenomena Guide Lead Management. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Lead Management. 2015 Pipelinersales Inc. www.pipelinersales.com Lead Management 205 Pipelinersales Inc. www.pipelinersales.com Lead Management Learn how to use sales lead management with Pipeliner Sales CRM Application. CONTENT. Creating and sharing the Sales Lead

More information

Test Lab Guide: Creating a Windows Azure AD and Windows Server AD Environment using Azure AD Sync

Test Lab Guide: Creating a Windows Azure AD and Windows Server AD Environment using Azure AD Sync Test Lab Guide: Creating a Windows Azure AD and Windows Server AD Environment using Azure AD Sync Microsoft Corporation Published: December 2014 Author: Mark Grimes Acknowledgements Special thanks to the

More information

By the Citrix Publications Department. Citrix Systems, Inc.

By the Citrix Publications Department. Citrix Systems, Inc. Licensing: Setting Up the License Server on a Microsoft Cluster By the Citrix Publications Department Citrix Systems, Inc. Notice The information in this publication is subject to change without notice.

More information

Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP

Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP Microsoft Dynamics Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP May 2010 Find updates to this documentation at the following location. http://go.microsoft.com/fwlink/?linkid=162558&clcid=0x409

More information

Implementing and Supporting Windows Intune

Implementing and Supporting Windows Intune Implementing and Supporting Windows Intune Lab 2: Installing the Windows Intune Client Lab Manual Information in this document, including URL and other Internet Web site references, is subject to change

More information

Hands-On Lab: WSUS. Lab Manual Expediting WSUS Service for XP Embedded OS

Hands-On Lab: WSUS. Lab Manual Expediting WSUS Service for XP Embedded OS Lab Manual Expediting WSUS Service for XP Embedded OS Summary In this lab, you will learn how to deploy the security update to your XP Pro or XP embedded images. You will also learn how to prepare the

More information

Integrating Business Portal 3.0 with Microsoft Office SharePoint Portal Server 2003: A Natural Fit

Integrating Business Portal 3.0 with Microsoft Office SharePoint Portal Server 2003: A Natural Fit Integrating Business Portal 3.0 with Microsoft Office SharePoint Portal Server 2003: A Natural Fit Published: December 2005 For the latest information, please see http://mbs.microsoft.com/public/gponline

More information

ADMT v3.1 Guide: Migrating and Restructuring Active Directory Domains

ADMT v3.1 Guide: Migrating and Restructuring Active Directory Domains ADMT v3.1 Guide: Migrating and Restructuring Active Directory Domains Microsoft Corporation Published: July 2008 Authors: Moon Majumdar, Brad Mahugh Editors: Jim Becker, Fran Tooke Abstract This guide

More information

Pipeliner CRM Phaenomena Guide Sales Target Tracking. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Sales Target Tracking. 2015 Pipelinersales Inc. www.pipelinersales.com Sales Target Tracking 05 Pipelinersales Inc. www.pipelinersales.com Sales Target Tracking Learn how to set up Sales Target with Pipeliner Sales CRM Application. CONTENT. Setting up Sales Dynamic Target

More information

Deploying Remote Desktop IP Virtualization Step-by-Step Guide

Deploying Remote Desktop IP Virtualization Step-by-Step Guide Deploying Remote Desktop IP Virtualization Step-by-Step Guide Microsoft Corporation Updated: April 2010 Published: July 2009 Abstract Remote Desktop IP Virtualization provides administrators the ability

More information

Troubleshooting File and Printer Sharing in Microsoft Windows XP

Troubleshooting File and Printer Sharing in Microsoft Windows XP Operating System Troubleshooting File and Printer Sharing in Microsoft Windows XP Microsoft Corporation Published: November 2003 Updated: August 2004 Abstract File and printer sharing for Microsoft Windows

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

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

More information

How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises)

How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises) How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises) COMPANY: Microsoft Corporation RELEASED: September 2013 VERSION: 1.0 Copyright This document is provided "as-is". Information

More information

Windows Scheduled Tasks Management Pack Guide for System Center Operations Manager. Published: 07 March 2013

Windows Scheduled Tasks Management Pack Guide for System Center Operations Manager. Published: 07 March 2013 Windows Scheduled Tasks Management Pack Guide for System Center Operations Manager Published: 07 March 2013 Copyright Information in this document, including URL and other Internet Web site references,

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

ArcGIS 9. Installation Guide: Workgroup for Microsoft SQL Server Express

ArcGIS 9. Installation Guide: Workgroup for Microsoft SQL Server Express ArcGIS 9 Installation Guide: Workgroup for Microsoft SQL Server Express Copyright 2006 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is the

More information

ADMT v3 Migration Guide

ADMT v3 Migration Guide ADMT v3 Migration Guide Microsoft Corporation Published: November 2006 Abstract This guide explains how to use the Active Directory Migration Tool version 3 (ADMT v3) to restructure your operating environment.

More information

Special thanks to the following people for reviewing and providing invaluable feedback for this document: Joe Davies, Bill Mathers, Andreas Kjellman

Special thanks to the following people for reviewing and providing invaluable feedback for this document: Joe Davies, Bill Mathers, Andreas Kjellman Test Lab Guide: Creating a Microsoft Azure Active Directory and Windows Server Active Directory Environment using Microsoft Azure Active Directory Sync Services Microsoft Corporation Published: December

More information

Diamond II v2.3 Service Pack 4 Installation Manual

Diamond II v2.3 Service Pack 4 Installation Manual Diamond II v2.3 Service Pack 4 Installation Manual P/N 460987001B ISS 26APR11 Copyright Disclaimer Trademarks and patents Intended use Software license agreement FCC compliance Certification and compliance

More information

Deploying Remote Desktop Web Access with Remote Desktop Connection Broker Step-by- Step Guide

Deploying Remote Desktop Web Access with Remote Desktop Connection Broker Step-by- Step Guide Deploying Remote Desktop Web Access with Remote Desktop Connection Broker Step-by- Step Guide Microsoft Corporation Updated: April 2010 Published: May 2009 Abstract RemoteApp and Desktop Connection provides

More information

How to Secure a Groove Manager Web Site

How to Secure a Groove Manager Web Site How to Secure a Groove Manager Web Site Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the companies, organizations,

More information

Report Designer and Report Designer Add-In Installation Guide Version 1.0

Report Designer and Report Designer Add-In Installation Guide Version 1.0 Table of Contents Report Designer and Report Designer Add-In Installation Guide Version 1.0 Table of Contents The software described in this document is protected by copyright, and may not be copied on

More information

Microsoft Dynamics GP. Workflow Installation Guide Release 10.0

Microsoft Dynamics GP. Workflow Installation Guide Release 10.0 Microsoft Dynamics GP Workflow Installation Guide Release 10.0 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

Database Administration Guide

Database Administration Guide Database Administration Guide 092211 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

nappliance misa Server 2006 Standard Edition Users Guide For use with misa Appliances 2006 nappliance Networks, Inc.

nappliance misa Server 2006 Standard Edition Users Guide For use with misa Appliances 2006 nappliance Networks, Inc. nappliance misa Server 2006 Standard Edition Users Guide For use with misa Appliances The information contained in this document represents the current view of Microsoft Corporation on the issues discussed

More information

Mobility Services Platform 3.1.1 Software Installation Guide

Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide 72E-100159-04 Revision D January 2008 2007 by Motorola, Inc. All rights reserved.

More information

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

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

More information

Hyper-V Server 2008 Setup and Configuration Tool Guide

Hyper-V Server 2008 Setup and Configuration Tool Guide Hyper-V Server 2008 Setup and Configuration Tool Guide Microsoft Corporation Published: October 2008 Author: Cynthia Nottingham Abstract This guide will help you set up and configure Microsoft Hyper-V

More information

Microsoft Small Business Financials. Small Business Center Integration

Microsoft Small Business Financials. Small Business Center Integration Microsoft Small Business Financials Small Business Center Integration Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility

More information

Using Apple Remote Desktop to Deploy Centrify DirectControl

Using Apple Remote Desktop to Deploy Centrify DirectControl APPLICATION NOTE Using Apple Remote Desktop to Deploy Centrify DirectControl Published: June 2007 Abstract Apple Remote Desktop is commonly used by administrators to perform various administrative management

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

c360 Advanced Quote and Order Processing for Microsoft Dynamics CRM 4.0 Installing Guide

c360 Advanced Quote and Order Processing for Microsoft Dynamics CRM 4.0 Installing Guide c360 Advanced Quote and Order Processing for Microsoft Dynamics CRM 4.0 Installing Guide Rev. 4.5.1 Contents Components Installed During Server Setup... 1 c360 Advanced Quote and Order Processing Installed

More information

Course: 8911B: Installation and Deployment in Microsoft Dynamics CRM 4.0

Course: 8911B: Installation and Deployment in Microsoft Dynamics CRM 4.0 Course: 8911B: Installation and Deployment in Microsoft Dynamics CRM 4.0 Description: This two-day instructor-led course provides students with the tools to install and configure Microsoft The course focuses

More information

Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide

Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide c623242f-20f0-40fe-b5c1-8412a094fdc7 Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide Microsoft Corporation Published: June 2009 Updated: April 2010 Abstract

More information

XEROX, The Document Company, the stylized X, and the identifying product names and numbers herein are trademarks of XEROX CORPORATION.

XEROX, The Document Company, the stylized X, and the identifying product names and numbers herein are trademarks of XEROX CORPORATION. Version 9.0 Scan to PC Desktop v9.0 Network Installation Guide Document version 4.0 This document provides instructions for installing the software associated with Scan to PC Desktop in a network environment.

More information

How To Set Up A Load Balancer With Windows 2010 Outlook 2010 On A Server With A Webmux On A Windows Vista V2.2.5.2 (Windows V2) On A Network With A Server (Windows) On

How To Set Up A Load Balancer With Windows 2010 Outlook 2010 On A Server With A Webmux On A Windows Vista V2.2.5.2 (Windows V2) On A Network With A Server (Windows) On Load Balancing Exchange 2010 OWA for External Access using WebMux Published: April 2011 Information in this document, including URL and other Internet Web site references, is subject to change without

More information

Juris Installation / Upgrade Guide

Juris Installation / Upgrade Guide Juris Installation / Upgrade Guide Version 2.7 2015 LexisNexis. All rights reserved. Copyright and Trademark LexisNexis, Lexis, and the Knowledge Burst logo are registered trademarks of Reed Elsevier Properties

More information

Business Portal for Microsoft Dynamics GP. Project Time and Expense Administrator s Guide Release 10.0

Business Portal for Microsoft Dynamics GP. Project Time and Expense Administrator s Guide Release 10.0 Business Portal for Microsoft Dynamics GP Project Time and Expense Administrator s Guide Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable

More information

Connector for Microsoft Dynamics Configuration Guide for Microsoft Dynamics SL

Connector for Microsoft Dynamics Configuration Guide for Microsoft Dynamics SL Microsoft Dynamics Connector for Microsoft Dynamics Configuration Guide for Microsoft Dynamics SL Revised August, 2012 Find updates to this documentation at the following location: http://www.microsoft.com/download/en/details.aspx?id=10381

More information

Step-by-Step Guide for Creating and Testing Connection Manager Profiles in a Test Lab

Step-by-Step Guide for Creating and Testing Connection Manager Profiles in a Test Lab Step-by-Step Guide for Creating and Testing Connection Manager Profiles in a Test Lab Microsoft Corporation Published: May, 2005 Author: Microsoft Corporation Abstract This guide describes how to create

More information

Module 5: Implementing Group Policy

Module 5: Implementing Group Policy Module 5: Implementing Group Policy Contents Overview 1 Lesson: Creating and Configuring GPOs 2 Lesson: Configuring Group Policy Refresh Rates and Group Policy Settings 16 Lesson: Managing GPOs 27 Lesson:

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

NetIQ Aegis Adapter for Databases

NetIQ Aegis Adapter for Databases Contents NetIQ Aegis Adapter for Databases Configuration Guide May 2011 Overview... 1 Product Requirements... 1 Implementation Overview... 1 Installing the Database Adapter... 2 Configuring a Database

More information

Windows Azure Pack Installation and Initial Configuration

Windows Azure Pack Installation and Initial Configuration Windows Azure Pack Installation and Initial Configuration Windows Server 2012 R2 Hands-on lab In this lab, you will learn how to install and configure the components of the Windows Azure Pack. To complete

More information

Installing Microsoft Exchange Integration for LifeSize Control

Installing Microsoft Exchange Integration for LifeSize Control Installing Microsoft Exchange Integration for LifeSize Control September 2005 Part Number 132-00002-001, Version 1.1 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize

More information

User Guide. Live Meeting. MailStreet Live Support: 866-461-0851

User Guide. Live Meeting. MailStreet Live Support: 866-461-0851 User Guide Live Meeting Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies, organizations,

More information

Microsoft Lync Server 2010

Microsoft Lync Server 2010 Microsoft Lync Server 2010 Scale to a Load Balanced Enterprise Edition Pool with WebMux Walkthrough Published: March. 2012 For the most up to date version of the Scale to a Load Balanced Enterprise Edition

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

Microsoft Corporation. Status: Preliminary documentation

Microsoft Corporation. Status: Preliminary documentation Microsoft Corporation Status: Preliminary documentation Beta content: This guide is currently in beta form. The AppLocker team greatly appreciates you reviewing the document and looks forward to receiving

More information

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0 Business Portal for Microsoft Dynamics GP Key Performance Indicators Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the

More information

Overview of Microsoft Office 365 Development

Overview of Microsoft Office 365 Development Overview of Microsoft Office 365 Development Office 365 Hands-on lab In this lab, you will work with existing Office 365 apps. This document is provided for informational purposes only and Microsoft makes

More information

Enterprise Vault Installing and Configuring

Enterprise Vault Installing and Configuring Enterprise Vault Installing and Configuring Enterprise Vault 6.0 Legal Notice Copyright 2005 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, VERITAS, the VERITAS Logo, and Enterprise

More information

Module 1: Introduction to Active Directory Infrastructure

Module 1: Introduction to Active Directory Infrastructure Module 1: Introduction to Active Directory Infrastructure Contents Overview 1 Lesson: The Architecture of Active Directory 2 Lesson: How Active Directory Works 10 Lesson: Examining Active Directory 19

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

Windows Small Business Server 2003 Upgrade Best Practices

Windows Small Business Server 2003 Upgrade Best Practices Windows Small Business Server 2003 Upgrade Best Practices Microsoft Corporation Published: May 2005 Version: 1 Abstract To ensure a successful upgrade from the Microsoft Windows Small Business Server 2003

More information

Microsoft Dynamics AX 2009 Installation Guide. Microsoft Corporation Published: November 2009

Microsoft Dynamics AX 2009 Installation Guide. Microsoft Corporation Published: November 2009 Microsoft Dynamics AX 2009 Installation Guide Microsoft Corporation Published: November 2009 Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you and your

More information

Module 3: Implementing an Organizational Unit Structure

Module 3: Implementing an Organizational Unit Structure Module 3: Implementing an Organizational Unit Structure Contents Overview 1 Lesson: Creating and Managing Organizational Units 2 Lesson: Delegating Administrative Control of Organizational Units 13 Lesson

More information

4.0. Offline Folder Wizard. User Guide

4.0. Offline Folder Wizard. User Guide 4.0 Offline Folder Wizard User Guide Copyright Quest Software, Inc. 2007. All rights reserved. This guide contains proprietary information, which is protected by copyright. The software described in this

More information

Upgrade Guide. McAfee Vulnerability Manager Microsoft Windows Server 2008 R2

Upgrade Guide. McAfee Vulnerability Manager Microsoft Windows Server 2008 R2 Upgrade Guide McAfee Vulnerability Manager Microsoft Windows Server 2008 R2 COPYRIGHT Copyright 2012 McAfee, Inc. Do not copy without permission. TRADEMARKS McAfee, the McAfee logo, McAfee Active Protection,

More information

Xcalibur Global Version 1.2 Installation Guide Document Version 3.0

Xcalibur Global Version 1.2 Installation Guide Document Version 3.0 Xcalibur Global Version 1.2 Installation Guide Document Version 3.0 December 2010 COPYRIGHT NOTICE TRADEMARKS 2010 Chip PC Inc., Chip PC (Israel) Ltd., Chip PC (UK) Ltd., Chip PC GmbH All rights reserved.

More information

Moving SQL Servers. Document version 3.2 Published December 2010

Moving SQL Servers. Document version 3.2 Published December 2010 Copyright 2010 Sophos Limited. All rights reserved. No part of this publication may be reproduced, stored in retrieval system, or transmitted, in any form or by any means electronic, mechanical, photocopying,

More information