SharePoint Reset Password Web Part

Size: px
Start display at page:

Download "SharePoint Reset Password Web Part"

Transcription

1 SharePoint Reset Password Web Part ASP.Net Sample Guide Release 2.0 (HW10) Contents Overview... 2 Installation... 2 Password Reset Setup Program... 2 Installing the Sample Applications... 3 Solution Components Option: Usage Guide... 4 How Does it Work?... 4 Installing the ASP.NET Application... 5 Security Questions Option: Usage Guide... 5 Customizing the ASP.NET Applications... 6 Programmatic Reference... 6 About Bamboo Solutions Corporation Bamboo Solutions Corporation is a software technology provider specializing in hosted, collaborative software solutions built on Microsoft SharePoint Technology and Services. Our business collaboration solution is designed for clients who need rapid implementation, quick user acceptance and immediate productivity gains. Bamboo Solutions is a privately held company with headquarters in Reston, Virginia. Bamboo Solutions Corporation Sunset Hills Road, Suite 105 Reston, VA store.bamboosolutions.com Copyright Notice This document is provided for informational purposes only and Bamboo Solutions makes no warranties, either express or implied, in this document. Information in this document is subject to change without notice. The example companies, organizations, products, people and events depicted herein are fictitious. No association with any real company, organization, product, person or event is intended or should be inferred. 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 Bamboo Solutions Corporation. Bamboo Solutions 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 Bamboo Solutions, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property. Published work 2006 Bamboo Solutions Corporation. All rights reserved. Bamboo Solutions, WD3, are registered trademarks of Bamboo Solutions Corporation. The names of actual companies and products mentioned herein may be the trademarks of their respective owners.

2 Overview The Bamboo Reset Password Web Part product is designed to offer users with two options for setting up a reset password solution in their environments. Web Part Mode (See product App Notes) ASP.NET Application Mode The first option is to use the Web Part provided with the application installer to handle end user system interaction. This Web Part can be used out of the box to provide an end to end reset password solution. Please see the product Application Notes for a detailed guide to using the Web Part based solution. The second product option, which is the focus of this document, is to configure the solution to provide end user interaction through custom web pages. This second method allows for precise control over the end user experience and may be preferable in some environments. There are two sample ASP.NET applications provided with the product download. The first contains a sample that uses based confirmation to facilitate a password reset. The second sample uses a password reset model driven by online security questions. Sample pages and code files are written in C# using Visual Studio.NET. The source files can be used: as-is as a prepared solution, as a customization starting point, or as a reference guide for developing ones own custom web pages. This document is intended to help users setup and use of the sample projects. It also provides background documentation related to how the Reset Password core utility interfaces are exposed. Installation The two Bamboo Reset Password sample applications can be installed by running their respective setup routines from the main product setup page.. Password Reset Setup Program Before you begin, you need to make sure you have access to the server and your account must have the appropriate administrative privileges to install applications. The Password Reset Setup program provides links to the various installation components for Password Reset. These components include the Bamboo License Manager as well as the Application Notes. To access the Password Reset Setup program: 1. Unzip the contents of your product download. Be sure that all files and subfolders are selected to be extracted. 2. The folder hierarchy contains a file at the root of the extraction folder named Setup.bat. It also contains the following folders: o \doc Contains a HTML-based version of the product Application Notes. o \msi Contains the product installation executables. o \cab Contains the cabinet files that can be used for manual installs. 3. Find the Setup.bat file located at the root of the extraction folder. 4. Double-click this file to launch the setup page. 5. The setup page contains links to the various product components under the Components header in the left margin. Click on any of these links to view a description of the component in the right text area of the page. Most of the installs you can launch with a single click of the Install button that appears beneath the component description. Release 2.0 HW10 ASP.NET Sample Guide Page 2 of 10

3 Installing the Sample Applications To install a Password Reset Sample Application, from the Password Reset Setup program, click the either the Password Reset Sample ASP.Net Application Option or the Password Reset Sample ASP.Net Application Security Questions Option component and then click the Install button. You can install both sample applications on the same server, but you will need to run each installation routine separately. NOTE: The Setup program automatically detects the version of SharePoint or WSS on which you are installing the sample application and displays the component button for the appropriate installation programs. In other words, if you are installing the sample applications on WSS 3.0 or Office SharePoint Server 2007 then only the component installs for Password Reset for WSS 3.0 are displayed. The setup of each sample application will follow the same installation steps. The following instructions will show screen shots from the Option sample application. The Security Questions Option sample application install will follow the same installation steps. Once the setup routine is launched, you will be presented with a welcome screen. Simply click the Next button to begin. Release 2.0 HW10 ASP.NET Sample Guide Page 3 of 10

4 The next step of the installation process will prompt to specify the Site under which the sample application will be created, and it will ask for you the name of the Virtual Directory to create beneath the site. Once this information has been entered, then click the Next button to continue. You will receive a confirmation window (not pictured) and will need to click the Next button again to initiate the install. When the installation is complete, an installation summary window will be displayed (also not pictured). Please confirm the successful installation and simply click the Finish button to close the installation routine. If desired, follow the same set of steps to install the second sample application. Solution Components Note: This section to be updated for release 2.0 soon. Option: Usage Guide Note: This section contains information that may or may not need to be updated for release 2.0. These document changes will take place soon. How Does it Work? A user navigates to the Reset.aspx page and receives a simple UI requesting entry of their user name and address. A Submit button click from this form then calls the core Bamboo.Utility.ResetPassword object constructor and makes a call to sendinitial . This will result in an initial confirmation being sent to the address of the account requesting the password reset. The confirmation will contain a hyperlink back to the Reset.aspx page to confirm that indeed the reset password request originated from an authorized source and is still desired. Upon receipt of the user confirmation (by clicking on the hyperlink), a call is made on the server to the sendfinal method. This causes the password to be reset to a randomly generated value that is then sent back to the user in a second (and final) message. The password reset process is considered complete and the user can log into their SharePoint portal using the new password. Release 2.0 HW10 ASP.NET Sample Guide Page 4 of 10

5 Reset.aspx Bamboo.Utility.dll Http: Page_Load event User Name: Authenticate Admin Credentials ResetPassword Constructor: public ResetPassword(string Domain,string AdminUser,string AdminPassword,string SharepointAdminUser,string SharepointAdminPassword) Submit public void sendinitialmail(string id,string Username, string CurrentURL,string SMTPServer,string From) Page_Load event public void sendfinalmail(string id,string Username,string SMTPServer,string From) (Admin credentials are re-authenticated here too.) New Password Installing the ASP.NET Application 1. Install the sample application as described in the preceding section. 2. Modify XML settings file config.xml using a text editor a. setadadminname Login account of the Active Directory Administrator b. setadadminpassword Login password of the Active Directory Administrator c. setspadminuser Login account of a SharePoint Administrator d. setspadminpassword Login password of the SharePoint Administrator account e. setntdomain (true/false) Boolean value indicating whether user accounts used in SharePoint are controlled by NT (true) or are Active Directory based (false) f. setdomain Fully qualified network Domain g. set from Sender address for all s generated by the system h. setinitial subject Text to be inserted into the Subject for sent in the initial confirmation i. setinitial message Text to be used as the message body of the initial sent requesting confirmation j. setfinal subject Text to be inserted into the Subject for the final sent indicating that the password has been reset k. setfinal message Text to be used as the message body in the final sent indicating that the password has been reset l. setsmtpserver SMTP server name to use for outgoing messages m. setexcludedlistofusers List of user logins, separated by semicolon ; characters, to refuse password reset requests for 3. The ASP.NET based Reset Password solution is ready for use. For tips on customizing the existing solution, please see the next section. Security Questions Option: Usage Guide Note: This section to be updated for release 2.0 soon. Release 2.0 HW10 ASP.NET Sample Guide Page 5 of 10

6 Customizing the ASP.NET Applications Note: This section to be updated for release 2.0 soon. The Reset Password sample solutions can be customized for your environment using Visual Studio.NET 2003 (SPv2) or Visual Studio.NET 2005 (SPv3). Create a new ASP.Net project, and add the following files to the project depending on which sample application you are customizing. Option Sample Application: Security Questions Option Sample Application: Typical customization scenarios that can be made are: Alter the look and feel of the UI through modifications to the layout of Default.aspx. Change the reset password process for the Option to bypass the confirmation step. Include the requirement to validate additional user information before a reset request can be initiated. Add security to administrator passwords by removing the need for these entries from the config.xml file. Programmatic Reference Assembly: Bamboo.DirectoryServices.dll. There are 2 major name spaces in this assembly. 1) Bamboo.DirectoryServices. This name space contain all the classes to do the actual reset password logic 2) Bamboo.Utility name space contain wrapper classes for Bamboo.Directory Services classes + class. Name Space = Bamboo.DirectoryServices Major Classes: 1. Bamboo.DirectoryServices.AdministrativeAccount: used to Set administrative account information such as user name, password, logon domain name. This creates the an object to be used as one of the parameters of the 2. Bamboo.DirectoryServices.ResetPasswordService Bamboo.DirectoryServices.AdministrativeAccount administrativeaccount = new Bamboo.DirectoryServices.AdministrativeAccount(); administrativeaccount.domain = this.admindomain; administrativeaccount.password = this.adadminpassword; administrativeaccount.username = this.adadminuser; Domain- If you are using Active Directory, then this field stores the full qualified name of that Active Directory domain. For example: us.bamboo.com. If you are using Windows NT to handle your users, then this setting is the machine name. UserName: AdminUser is a user who has the administrator rights to Active Directory. If you are using Windows NT based user accounts, then the AdminUser is the machine administrator. Password: The password of the above said AdminUser. Bamboo.DirectoryServices.ResetPasswordService: This class helps to reset the password of the User which can be either in Active Directory or Windows NT local machine. Constructors: This class has only one default constructor. public ResetPasswordService(AdministrativeAccount administrativeaccount, string fullyqualifieddomainname,string defaultdomain) This constructor requires 3 parameters. AdministrativeAccount: use administrativeaccount object created from previous class Release 2.0 HW10 ASP.NET Sample Guide Page 6 of 10

7 fullyqualifieddomainname: For AD it is the domain or subdomain fully qualified domain anme. example qa.bamboo.local. For Window NT local machine then it is the machine name default domain: Active Directory: Logon domain name of the users that you want to reset password. Example qa for qa\user1. Window NT: machine name. This class implemented these public interfaces. It also has its own public methods. interface IResetPasswordService { string ResetPassword(string accountname, bool mustchangepasswordatnextlogin, bool unlockaccount, bool enableifdisabled, bool isexcludegroup, ref string listgroups); bool MustChangePasswordAtNextLogin( string accountname, bool mustchangepasswordatnextlogin ); string GetProperty( string accountname, string propertyname ); Hashtable GetProperties( string accountname, string[] propertynames ); bool IsUserInGroup(string accountname, string listgroups); bool IsExistGroup(string groupname); } public string ResetPassword(string accountname, bool mustchangepasswordatnextlogin, bool unlockaccount, bool enableifdisabled, bool isexcludegroup, ref string listgroups); //listgroups: group or user names to be exlcuded from reset password bool MustChangePasswordAtNextLogin( string accountname, bool mustchangepasswordatnextlogin ); This method set the flag to force user to change password in the next login. string GetProperty( string accountname, string propertyname ): Get the property value of the property name for an AD account. This is used for Security Questions mode and it is applicable for AD only. Not for NT. Hashtable GetProperties( string accountname, string[] propertynames ); same as above and return hastable. public bool IsUserInGroup(string loginname, string listgroups): this method check to see if an account belongs to a AD or NT groups to be excluded. You can t reset password for users belong in this group. listggroups parameters include the groupnames separated by ;. public bool IsExistGroup((string groupname): Check to see whether the group name is indeed in AD domain or NT groups. public int CheckExistGroups(string listgroupnames) : Check to see whether the groups names are indeed in AD domain or NT groups. Return (-1) for false. public bool HasLicense(): Check to see if the Bamboo.DirectoryServices.dll has valid license. B. Name Space Bamboo.Utility ClassName: Bamboo.Utility.IResetPasswordComponent : This is a wrapper class for the Bamboo.DirectoryServices.ResetPasswordService. This class is used for use case 2 which is the Security questions. Release 2.0 HW10 ASP.NET Sample Guide Page 7 of 10

8 This class implement this interface: public interface IResetPasswordComponent { string[] ExcludedUsers{ set; } NameValueCollection SecurityAnswers{ set; } string ResetPassword(string username, string address, bool mustchangepasswordatnextlogin, bool unlockaccount, bool enableifdisable, bool isexcludegroup, string listgroups); string ResetPassword(string username, bool mustchangepasswordatnextlogin, bool unlockaccount, bool enableifdisable, bool isexcludegroup, string listgroups); } Sample Codes: Bamboo.DirectoryServices.AdministrativeAccount adminaccount = new Bamboo.DirectoryServices.AdministrativeAccount(); adminaccount.username = ADAdminName.InnerText.Trim(); adminaccount.password = ADAdminPassword.InnerText.Trim(); adminaccount.domain = ADDomain.InnerText.Trim(); string[] exusers = GetExcludedUsers(excludedListofUsers.InnerText.Trim()); System.Collections.Specialized.NameValueCollection securityanswers = GetSecurityAnswers(); Bamboo.Utility.IResetPasswordComponent resetpwdcom = new Bamboo.Utility.ResetPasswordComponent(adminAccount, fulldomain.innertext.trim(),this.defaultdomain.innertext.trim()); resetpwdcom.excludedusers = exusers; resetpwdcom.securityanswers = securityanswers; Class: Bamboo.Utility. Purpose: Helper to send SMTP . Parameters are self explainatory. public Helper(){} public void SendSMTPMail(string from, string to, string cc, string bcc, string subject, string message,string smtpservername) Release 2.0 HW10 ASP.NET Sample Guide Page 8 of 10

9 Setting File: <dynamicvariables> <!--Indicating whether user accounts used in SharePoint are controlled by NT (true) or are Active Directory based (false)--> <setntdomain>false</setntdomain> <!-- BEGIN User accounts used in SharePoint are controlled by NT --> <setntservername>yourntservername</setntservername> <!--Sharepoint Admin User Account Information This account should have access to read the site user collection--> <setspadminuser>spadministrator</setspadminuser> <setspadminpassword>spadminpassword</setspadminpassword> <!-- End NT Account Information --> <!--BEGIN AD Administrator Information--> <!-- Login account of the Active Directory Administrator--> <setadadminname>adadministrator</setadadminname> <!--- Password of the ActiveDirectory Administrator --> <setadadminpassword>adadminpassword</setadadminpassword> <!--- Logon Domain of the ActiveDirectory Administrator --> <setadadminlogondomain>domain</setadadminlogondomain> <!--END AD Administrator Information --> <!--BEGIN AD Domain/SubDomain Information--> <!--Full Qualified Domain--> <setfullyqualifieddomainname>yourfullyqualifieddomainname</setfullyqualifiedd omainname> <!--Deafult Logon Domain Name for Users in this domain or subdomain--> <setdefaultlogondomainname>defaultdomain</setdefaultlogondomainname> <!--END AD Domain/SubDomain Information--> <!--Web Serivce URL--> <setwebserviceurl> L> <!--Force Change Password on Next Login (True/False)--> <setforcechangepassword>false</setforcechangepassword> <!--Enable account after reset password(true/false)--> <setenableaccount>false</setenableaccount> <!--Unlock account after reset password(true/false)--> <setunlockaccount>true</setunlockaccount> <!--External URL--> <setexternalurl></setexternalurl> <!--User Name Helper Text--> Release 2.0 HW10 ASP.NET Sample Guide Page 9 of 10

10 <setusernamehelpertext>domain\username</setusernamehelpertext> <!--Exclude groups or Exclude users (True/False)--> <setexcludegroup>false</setexcludegroup> <!--List of Excluded Users seperated by semicolon--> <setexcludedlistofusers></setexcludedlistofusers> <!--BEGIN PROPERTIES--> <!--SMTP Server Name--> <setsmtpserver>mail</setsmtpserver> <!--Valid Id--> <!--Initial Subject--> <setinitial subject>reset Password Confirmation</setInitial Subject> <!--Initial Message--> <setinitial message>a request has been made to reset your password. If you have not made such a request, then please notify your system administrator.</setinitial message> <!--Final Subject--> <setfinal subject>password Reset Complete</setFinal Subject> <!--Final Message--> <setfinal message>your password has been successfully reset.</setfinal message> <!--END PROPERTIES--> </dynamicvariables> Release 2.0 HW10 ASP.NET Sample Guide Page 10 of 10

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

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

Active Directory Provider User s Guide

Active Directory Provider User s Guide Active Directory Provider User s Guide Mike Horton Version 01.00.03 Last Updated: December 28, 2007 Category: DotNetNuke v4.6.0 and greater Information in this document, including URL and other Internet

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

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

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

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

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

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

Virto Password Reset Web Part for SharePoint. Release 3.1.0. Installation and User Guide

Virto Password Reset Web Part for SharePoint. Release 3.1.0. Installation and User Guide Virto Password Reset Web Part for SharePoint Release 3.1.0 Installation and User Guide 2 Table of Contents OVERVIEW... 3 SYSTEM REQUIREMENTS... 3 OPERATING SYSTEM... 3 SERVER... 3 BROWSER... 4 INSTALLATION...

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

CRM to Exchange Synchronization

CRM to Exchange Synchronization CRM to Exchange Synchronization Installation, Configuration and End-User Instructions VERSION 1.0 DATE PREPARED: 9/1/2012 DEVELOPMENT: BRITE GLOBAL, INC. 2012 Brite Global, Incorporated. All rights reserved.

More information

MBAM Self-Help Portals

MBAM Self-Help Portals MBAM Self-Help Portals Authoring a self-help portal workflow for BitLocker Recovery Using Microsoft BitLocker Administration and Monitoring (MBAM) Technical White Paper Published: September 2011 Priyaa

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

CRM Form to Web. Internet Lead Capture. Installation Instructions VERSION 1.0 DATE PREPARED: 1/1/2013

CRM Form to Web. Internet Lead Capture. Installation Instructions VERSION 1.0 DATE PREPARED: 1/1/2013 CRM Form to Web Internet Lead Capture Installation Instructions VERSION 1.0 DATE PREPARED: 1/1/2013 DEVELOPMENT: BRITE GLOBAL, INC. 2013 Brite Global, Incorporated. All rights reserved. The information

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

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

Management Reporter Integration Guide for Microsoft Dynamics AX

Management Reporter Integration Guide for Microsoft Dynamics AX Microsoft Dynamics Management Reporter Integration Guide for Microsoft Dynamics AX July 2013 Find updates to this documentation at the following location: http://go.microsoft.com/fwlink/?linkid=162565

More information

Redeploying Microsoft CRM 3.0

Redeploying Microsoft CRM 3.0 Redeploying Microsoft CRM 3.0 2005 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies,

More information

Usage Analysis Tools in SharePoint Products and Technologies

Usage Analysis Tools in SharePoint Products and Technologies Usage Analysis Tools in SharePoint Products and Technologies Date published: June 9, 2004 Summary: Usage analysis allows you to track how websites on your server are being used. The Internet Information

More information

Collaboration Technology Support Center Microsoft Collaboration Brief

Collaboration Technology Support Center Microsoft Collaboration Brief Collaboration Technology Support Center Microsoft Collaboration Brief September 2005 HOW TO INTEGRATE MICROSOFT EXCHANGE SERVER INTO SAP ENTERPRISE PORTAL Authors Robert Draken, Solution Architect, Comma

More information

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

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

CRM to Exchange Synchronization

CRM to Exchange Synchronization CRM to Exchange Synchronization Product Registration Instructions VERSION 2.0 DATE PREPARED: 1/1/2013 DEVELOPMENT: BRITE GLOBAL, INC. 2012 Brite Global, Incorporated. All rights reserved. The information

More information

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite Business Portal for Microsoft Dynamics GP 2010 Field Service Suite Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views

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

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

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

SELF SERVICE RESET PASSWORD MANAGEMENT DATABASE REPLICATION GUIDE

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

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

Google Apps Deployment Guide

Google Apps Deployment Guide CENTRIFY DEPLOYMENT GUIDE Google Apps Deployment Guide Abstract Centrify provides mobile device management and single sign-on services that you can trust and count on as a critical component of your corporate

More information

RoomWizard Synchronization Software Manual Installation Instructions

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

More information

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

Administration Guide for the System Center Cloud Services Process Pack

Administration Guide for the System Center Cloud Services Process Pack Administration Guide for the System Center Cloud Services Process Pack Microsoft Corporation Published: May 7, 2012 Author Kathy Vinatieri Applies To System Center Cloud Services Process Pack This document

More information

Microsoft Dynamics GP Release

Microsoft Dynamics GP Release Microsoft Dynamics GP Release Workflow Installation and Upgrade Guide February 17, 2011 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is.

More information

Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive

Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means

More information

A SharePoint Developer Introduction

A SharePoint Developer Introduction A SharePoint Developer Introduction Hands-On Lab Lab Manual HOL7 - Developing a SharePoint 2010 Workflow with Initiation Form in Visual Studio 2010 C# Information in this document, including URL and other

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

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

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

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

Mobile Device Management Version 8. Last updated: 17-10-14

Mobile Device Management Version 8. Last updated: 17-10-14 Mobile Device Management Version 8 Last updated: 17-10-14 Copyright 2013, 2X Ltd. http://www.2x.com E mail: info@2x.com Information in this document is subject to change without notice. Companies names

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

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

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

EventTracker: Configuring DLA Extension for AWStats report AWStats Reports

EventTracker: Configuring DLA Extension for AWStats report AWStats Reports EventTracker: Configuring DLA Extension for AWStats report AWStats Reports Prism Microsystems Corporate Headquarter Date: October 18, 2011 8815 Centre Park Drive Columbia MD 21045 (+1) 410.953.6776 (+1)

More information

EventTracker: Configuring DLA Extension for AWStats Report AWStats Reports

EventTracker: Configuring DLA Extension for AWStats Report AWStats Reports EventTracker: Configuring DLA Extension for AWStats Report AWStats Reports Publication Date: Oct 18, 2011 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com About This Guide Abstract

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

Deploying the Workspace Application for Microsoft SharePoint Online

Deploying the Workspace Application for Microsoft SharePoint Online Microsoft Dynamics GP Deploying the Workspace Application for Microsoft SharePoint Online Microsoft Dynamics GP Workspace is a method to enable Microsoft Excel-based dashboards for SharePoint Online. This

More information

AD Self-Service Suite for Active Directory

AD Self-Service Suite for Active Directory The Dot Net Factory AD Self-Service Suite for Active Directory Version 3.6 The Dot Net Factory, LLC. 2005-2011. All rights reserved. This guide contains proprietary information, which is protected by copyright.

More information

Centrify Mobile Authentication Services

Centrify Mobile Authentication Services Centrify Mobile Authentication Services SDK Quick Start Guide 7 November 2013 Centrify Corporation Legal notice This document and the software described in this document are furnished under and are subject

More information

CRM Form to Web. Internet Lead Capture. Product Registration Instructions VERSION 1.0 DATE PREPARED: 1/1/2013

CRM Form to Web. Internet Lead Capture. Product Registration Instructions VERSION 1.0 DATE PREPARED: 1/1/2013 CRM Form to Web Internet Lead Capture Product Registration Instructions VERSION 1.0 DATE PREPARED: 1/1/2013 DEVELOPMENT: BRITE GLOBAL, INC. 2013 Brite Global, Incorporated. All rights reserved. The information

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

Security Assertion Markup Language (SAML) Site Manager Setup

Security Assertion Markup Language (SAML) Site Manager Setup Security Assertion Markup Language (SAML) Site Manager Setup Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and

More information

Copyright 2013, 3CX Ltd. http://www.3cx.com E-mail: info@3cx.com

Copyright 2013, 3CX Ltd. http://www.3cx.com E-mail: info@3cx.com Manual Copyright 2013, 3CX Ltd. http://www.3cx.com E-mail: info@3cx.com Information in this document is subject to change without notice. Companies names and data used in examples herein are fictitious

More information

NT Authentication Configuration Guide

NT Authentication Configuration Guide NT Authentication Configuration Guide Version 11 Last Updated: March 2014 Overview of Ad Hoc Security Models Every Ad Hoc instance relies on a security model to determine the authentication process for

More information

How To Set Up Chime For A Coworker On Windows 7.1.2 (Windows) With A Windows 7 (Windows 7) On A Windows 8.1 (Windows 8) With An Ipad (Windows).Net (Windows Xp

How To Set Up Chime For A Coworker On Windows 7.1.2 (Windows) With A Windows 7 (Windows 7) On A Windows 8.1 (Windows 8) With An Ipad (Windows).Net (Windows Xp INSTALLATION GUIDE July 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may

More information

Sage CRM Connector Tool White Paper

Sage CRM Connector Tool White Paper White Paper Document Number: PD521-01-1_0-WP Orbis Software Limited 2010 Table of Contents ABOUT THE SAGE CRM CONNECTOR TOOL... 1 INTRODUCTION... 2 System Requirements... 2 Hardware... 2 Software... 2

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

Web Testing, Java Testing, Server Monitoring. AppPerfect Installation Guide

Web Testing, Java Testing, Server Monitoring. AppPerfect Installation Guide Web Testing, Java Testing, Server Monitoring AppPerfect Installation Guide You will need administrator rights on Windows machines and root access on Linux machine to install AppPerfect products. If you

More information

Microsoft Dynamics GP. econnect Installation and Administration Guide Release 9.0

Microsoft Dynamics GP. econnect Installation and Administration Guide Release 9.0 Microsoft Dynamics GP econnect Installation and Administration Guide Release 9.0 Copyright Copyright 2006 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the

More information

All other trademarks are property of their respective owners.

All other trademarks are property of their respective owners. Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the companies, organizations, products, domain names, e-mail

More information

Vyapin Office 365 Management Suite

Vyapin Office 365 Management Suite Vyapin Office 365 Management Suite Last Updated: May 2015 Copyright 2015 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems Private

More information

Management Reporter Integration Guide for Microsoft Dynamics GP

Management Reporter Integration Guide for Microsoft Dynamics GP Microsoft Dynamics Management Reporter Integration Guide for Microsoft Dynamics GP July 2013 Find updates to this documentation at the following location: http://go.microsoft.com/fwlink/?linkid=162565

More information

AvePoint Meetings 3.2.2 for SharePoint Online. Configuration Guide

AvePoint Meetings 3.2.2 for SharePoint Online. Configuration Guide AvePoint Meetings 3.2.2 for SharePoint Online Configuration Guide Issued August 2015 Table of Contents... 3 Adding... 3 Removing... 6 AvePoint Meetings Outlook Plug-In... 8 AvePoint Meetings Outlook Plug-In

More information

Lab 02 Working with Data Quality Services in SQL Server 2014

Lab 02 Working with Data Quality Services in SQL Server 2014 SQL Server 2014 BI Lab 02 Working with Data Quality Services in SQL Server 2014 Jump to the Lab Overview Terms of Use 2014 Microsoft Corporation. All rights reserved. Information in this document, including

More information

TIBCO Spotfire Automation Services 6.5. User s Manual

TIBCO Spotfire Automation Services 6.5. User s Manual TIBCO Spotfire Automation Services 6.5 User s Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

SharePoint Password Change & Expiration 3.0 User Guide

SharePoint Password Change & Expiration 3.0 User Guide SharePoint Password Change & Expiration 3.0 User Guide Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright

More information

Windows BitLocker Drive Encryption Step-by-Step Guide

Windows BitLocker Drive Encryption Step-by-Step Guide Windows BitLocker Drive Encryption Step-by-Step Guide Microsoft Corporation Published: September 2006 Abstract Microsoft Windows BitLocker Drive Encryption is a new hardware-enhanced feature in the Microsoft

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

Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions

Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions Server Prerequisites Internet Information Server (IIS). It may be enabled in Windows Features (see Enabling IIS section).

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

Deep Dive into SharePoint Provider Hosted Apps

Deep Dive into SharePoint Provider Hosted Apps Deep Dive into SharePoint Provider Hosted Apps Office 365 Hands-on lab In this lab, you will create a Provider-Hosted app and make use of some of the advanced capabilities. This document is provided for

More information

Interact for Microsoft Office

Interact for Microsoft Office Interact for Microsoft Office Installation and Setup Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge, R&D Date: October 2014 2014 Perceptive Software. All rights reserved Perceptive

More information

2X Cloud Portal v10.5

2X Cloud Portal v10.5 2X Cloud Portal v10.5 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.8

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.8 Citrix EdgeSight for Load Testing Installation Guide Citrix EdgeSight for Load Testing 3.8 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License

More information

Multiple Formatter Support for the Logging Application Block

Multiple Formatter Support for the Logging Application Block Multiple Formatter Support for the Logging Application Block Scott Densmore, Naveen Yajaman, Paul Slater, and Andrew Mason Information in this document, including URL and other Internet Web site references,

More information

Secure IIS Web Server with SSL

Secure IIS Web Server with SSL Secure IIS Web Server with SSL EventTracker v7.x Publication Date: Sep 30, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The purpose of this document is to help

More information

MicrosoftDynam ics GP 2015. TenantServices Installation and Adm inistration Guide

MicrosoftDynam ics GP 2015. TenantServices Installation and Adm inistration Guide MicrosoftDynam ics GP 2015 TenantServices Installation and Adm inistration Guide Copyright Copyright 2014 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is.

More information

nopcommerce User Guide

nopcommerce User Guide nopcommerce User Guide Open source ecommerce solution Version 1.90 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

Implementing and Supporting Windows Intune

Implementing and Supporting Windows Intune Implementing and Supporting Windows Intune Lab 5: Using Windows Intune Remote Assistance Lab Manual Information in this document, including URL and other Internet Web site references, is subject to change

More information

Polar Help Desk Installation Guide

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

More information

SmoothWall Virtual Appliance

SmoothWall Virtual Appliance SmoothWall Virtual Appliance Quick Start Guide Quick Deployment Guide Quick Start Guide Winfrasoft SmoothWall Appliance Quick Start Guide Published: May 2013 Applies to: Winfrasoft Gateway Appliance Web

More information

http://www.microsoft.com/middleeast/arabicdev/farsi/wpaper.asp Office Language Interface Pack for Farsi (Persian) Content

http://www.microsoft.com/middleeast/arabicdev/farsi/wpaper.asp Office Language Interface Pack for Farsi (Persian) Content Page 1 of 11 Office Language Interface Pack for Farsi (Persian) Abstract Microsoft Office Language Interface Pack (LIP) is a high-quality, localized skin for emerging and minority language markets. LIP

More information

ResPAK Internet Module

ResPAK Internet Module ResPAK Internet Module This document provides an overview of the ResPAK Internet Module which consists of the RNI Web Services application and the optional ASP.NET Reservations web site. The RNI Application

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

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

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

More information

Sophos Mobile Control Startup guide. Product version: 3.5

Sophos Mobile Control Startup guide. Product version: 3.5 Sophos Mobile Control Startup guide Product version: 3.5 Document date: July 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos Mobile

More information

Omniquad Exchange Archiving

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

More information

NTP Software File Reporter Analysis Server

NTP Software File Reporter Analysis Server NTP Software File Reporter Analysis Server Installation Guide Version 7.5 - September 2015 This guide provides quick instructions for installing NTP Software File Reporter Analysis Server from an administrator

More information

CA Performance Center

CA Performance Center CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Sage 200 Web Time & Expenses Guide

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

More information

SQL Server 2005 Reporting Services (SSRS)

SQL Server 2005 Reporting Services (SSRS) SQL Server 2005 Reporting Services (SSRS) Author: Alex Payne and Brian Welcker Published: May 2005 Summary: SQL Server 2005 Reporting Services is a key component of SQL Server 2005. Reporting Services

More information

A SharePoint Developer Introduction. Hands-On Lab. Lab Manual HOL8 Using Silverlight with the Client Object Model C#

A SharePoint Developer Introduction. Hands-On Lab. Lab Manual HOL8 Using Silverlight with the Client Object Model C# A SharePoint Developer Introduction Hands-On Lab Lab Manual HOL8 Using Silverlight with the Client Object Model C# Information in this document, including URL and other Internet Web site references, is

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

DocAve for Office 365 Sustainable Adoption

DocAve for Office 365 Sustainable Adoption DocAve for Office 365 Sustainable Adoption Quick Start Guide Issued October 2015 1 Table of Contents Submitting Documentation Feedback to AvePoint... 3 1. Request a DocAve License from AvePoint... 4 2.

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15 Product Manual MDM On Premise Installation Version 8.1 Last Updated: 06/07/15 Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 632 0411 Fax: + 41 52 672 2010 www.parallels.com

More information

Workflow Conductor for SharePoint 2010

Workflow Conductor for SharePoint 2010 Workflow Conductor for SharePoint 2010 Release 1.6 (SA08) Overview System Requirements Installing Workflow Conductor Configuring Workflow Conductor Using Workflow Conductor Studio Managing Workflows Licensing

More information