LAB 2: Identity Management

Size: px
Start display at page:

Download "LAB 2: Identity Management"

Transcription

1 LAB 2: Identity Management Contents Lab 2: Identity Management... 2 Exercise 1: install and configure prerequisites for configuring AD FS... 3 Tasks... 3 Exercise 2: adding and verifying a standard domain to Office Tasks... 4 Exercise 3: download and install Windows Azure AD Synchronization... 7 Tasks... 7 Exercise 4: create a new organizational unit, users, contacts and distribution groups... 8 Tasks... 8 Exercise 5: configure and review Windows Azure AD Password Sync... 9 Tasks... 9 Exercise 6: adding a federated domain...12 Tasks...12

2 Lab 2: Identity Management Before you begin... This lab depends on the completion of the previous exercises, more specifically the registration of an Office 365 tenant. What you will learn After completing the exercises, you will be able to: Scenario Install the Microsoft Online Services module for Windows PowerShell Install the Microsoft Online Services Sign-in Assistant. Add and verify federated domains Connect to the Microsoft Online Services portal Your organization is preparing to move some of its on-premises user accounts to Microsoft Office 365. The power of a local client and on-premises server software, combined with the reach and always up-todate nature of services in the cloud, offers the flexibility that you need. A software-plus-services approach will provide seamless experiences for individuals and information workers. Transition for the online users will be seamless because the users will be able to continue using their regular domain logon accounts and the client software that they are already familiar with. This, allows the company s IT teams to stay focused on their daily activities with little downtime for information worker retraining. Your organization expects to integrate its on-premises Microsoft Exchange Server 2010 organization with its Exchange Online services, providing a staged migration at first and then moving toward a hybrid deployment.

3 Exercise 1: install and configure prerequisites for configuring AD FS In this exercise, you will install the Microsoft Online Services Module for Windows PowerShell as well as the Microsoft Online Services Sign-in Assistant. Tasks 1. Install the Microsoft Online Services Sign-in Assistant. User credentials are managed by Microsoft Online Services ID. To sign in to the services, users must install the Microsoft Online Services Sign-In Assistant. The Single Sign-in Assistant is required by the Microsoft Online Services Module for Windows PowerShell. a. Switch to HYBRID-DC01 and log on as ONPREM\Admin with a password of pass@word1 b. Open the Start Menu and then click Internet Explorer. c. In the Address box, type and then press Enter. d. On the Download Center page, in the search box, type Online Services Sign-in Assistant and then press Enter. e. On the results page, click Microsoft Online Services Sign-In Assistant for IT Professionals RTW (version of 02/17/2014) f. Click Download. g. On the Choose the download you want page, click en\msoidcli_64.msi and click Next. h. Click Run. Wait for the download to complete. The setup will start automatically when finished downloading. i. In the Microsoft Online Services Sign-In Assistant setup, make sure that the checkbox next to I accept the terms in the License... is selected and then click Install. j. If a User Account Control window pops up, click Yes. k. After the installation completes, click Finish. 2. Install the Microsoft Online Services Module for Windows PowerShell After you have deployed Active Directory Federation Services, the next step to set up single sign-on (also called identity federation) is to download, install, and configure the Microsoft Online Services Module for Windows PowerShell. This doesn t necessarily have to happen from the AD FS server, but makes things a little easier. a. Switch back to Internet Explorer. b. Open the Start Menu and then click Internet Explorer. c. In the Address box, type and then press Enter. d. On the Microsoft Online Services page, in the top input box (someone@example.com), type your Microsoft Online Services ID. This should be the ID you used when signing up for the trial account.

4 e. In the Password box, type your password and verify that the Keep me signed in check box is selected, and then click Sign in. f. Once signed in, click Admin > Office 365 g. On the Office 365 admin center page, in the left side navigation, click USERS and then click Active Users h. On the Active Users page, click Set up next to Single Sign On at the top of the page. i. On the Set up and manage single sign-on page, under step 3, click Windows 64-bit version and then click Download. j. Click Run k. On the Welcome to the Windows Azure Active Directory Module for Windows PowerShell Setup page, click Next. l. On the License Terms page, select the I accept the terms in the License Terms radio button and then click Next. m. On the Install Location page, review the default values, and then click Next. n. On the Ready to Install page, click Install. o. If a User Account Control window pops up, click Yes. p. On the Completing the Windows Azure Active Directory Module for Windows PowerShell Setup page, click Finish. Exercise 2: adding and verifying a standard domain to Office 365 In this exercise, you will add a standard domain to Office 365. When using a standard domain, Windows Azure AD remains the identity provider for your cloud users. This means that your users will use a different set of credentials on-premises and in Office 365. In the next exercise, you will setup Password Synchronization which should make the difference between both identities as transparent as possible. Tasks 1. Add and verify a standard domain a. On HYBRID-DC01, double-click the Windows Azure Active Directory Module for Windows PowerShell shortcut on the desktop. b. At the PS prompt, type in the following command and then press Enter: $cred = Get-Credential c. In the Windows PowerShell Credential Request window, in the User name box, type the account name you use to sign in the Microsoft Online Services. This is the user you created while registering for a trial account, earlier in the exercises. d. In the Password box, type your password and click OK e. At the PS prompt, type in the following command and then press Enter: Connect-MSOLService Credential $cred f. At the PS prompt, type in the following command and then press Enter: Set-MSOLADFSContext Computer Hybrid-DC01

5 Note this step is only required if you run the Azure AD Module for PowerShell from another computer which is not the AD FS server. g. At the PS prompt, type in the following command and then press Enter: New-MSOLDomain Name studentprefix.hybridexchangeworkshop.com The domain name you enter here should match the domain name, which is also used as UPN in your on-premises Active Directory. h. At the PS prompt, type in the following command and then press Enter: Get-MSOLDomainVerificationDns DomainName studentprefix.hybridexchangeworkshop.com This command should return information, similar to this: CanonicalName : ps.microsoftonline.com ExtensionData : System.Runtime.Serialization.ExtensionDataObject Capability : None IsOptional : Label : ms std12.hybridexchangeworkshop.com ObjectId : fe8b277b a-82a5-13d12093c912 Ttl : 3600 The relevant portion of the output is highlighted in bold and red. i. Logon to the GoDaddy DNS panel as described in the first chapter of this workshop. Create a new TXT record in the public DNS zone of your child domain name. The value of the TXT record should match MS=, plus the first part of the Label attribute (highlighted in red, above). i. click Quick Add (1) ii. enter your student prefix in the host field (2) iii. enter the value as described above (3) iv. click Save Zone File (black button) To add a record to the Public DNS zone, please follow the instruction provided in the introduction of the LAB guide. Please note that the value in the textbox is just an example. Please use the value returned after having run the command above. j. Once you have configured the DNS records in the public DNS zone, continue with the following steps. k. At the PS prompt, type in the following command and then press Enter: Confirm-MSOLDomain DomainName studentprefix.hybridexchangeworkshop.com l. At the PS prompt, type in the following command and then press Enter:

6 Get-MSOLDomain DomainName studentprefix.hybridexchangeworkshop.com Verify that the Status now shows Verified. m. Close the Windows Azure Active Directory Module for Windows PowerShell. Note the process of adding and verifying a domain through PowerShell can be a little cumbersome if you have to do it for a single domain; the web portal would be a better choice here. However, when adding multiple domains at once (such as when setting up a new tenant), PowerShell can potentially save some time. Hence why we are going for the more difficult route here.

7 Exercise 3: download and install Windows Azure AD Synchronization In this exercise, you will install the Windows Azure AD Synchronization tool which will be used to synchronize on-premises accounts to Windows Azure AD (and thus also Office 365). Tasks 1. Download and install Windows Azure AD Sync a. Switch to HYBRID-SRV01 and log on as ONPREM\Admin with a password of pass@word1 b. Open the Start Menu and then click Internet Explorer. c. In the Address box, type and then press Enter. d. On the Microsoft Online Services page, in the top input box (someone@example.com), type your Microsoft Online Services ID. This should be the ID you used when signing up for the trial account. e. In the Password box, type your password and verify that the Keep me signed in check box is selected, and then click Sign in. f. Once signed in, click Admin > Office 365 g. On the Office 365 admin center page, in the left side navigation, click USERS and then Active Users h. On the Active Users page, click Manage next to Active Directory synchronization at the top of the page. i. Under step 4 Install and configure the Directory Sync tool, click Download. j. Click Save. k. After the download completes, navigate to the folder in which you stored the dirsync.exe program. Right-click the file and select Run as administrator. l. As you will notice, the DirSync program requires.net be installed. To do so, open up PowerShell as Administrator and run the following command: Install-WindowsFeature Net-Framework-Core Wait for the process to complete (this might take a few moments) and then try running the DirSync setup again. m. In the User Account Control windows, click Yes. n. On the Windows Azure Active Directory Sync Setup Welcome page, click Next. o. On the Microsoft Software License Terms page, select I accept and then click Next. p. On the Select Installation Folder page, accept the default location and click Next. Wait for the setup to complete. This might take a few moments. q. After the setup completes, on the Installation page, click Next. r. Un-check Start Configuration Wizard and click Finish s. Log-off from HYBRID-SRV01. t. You should definitely log off from Hybrid-SRV01. Really. No kidding! Note the reason why you should log off from the server is because during the installation local administration groups are created for DirSync. Because the currently logged on user account is automatically added to the FimSyncAdmins group, these changes are only reflected after a log off/log on.

8 Exercise 4: create a new organizational unit, users, contacts and distribution groups In this exercise, you will create a new Organization Unit and add new users and groups to Active Directory. Tasks 1. Create a new contact and distribution group. a. Switch to HYBRID-DC01 and log in as ONPREM\Admin with password pass@word1 b. Open the Start Menu and then click Active Directory Users and Computers. c. In Active Directory Users and Computers, in the Navigation pane, expand ONPREM.LOCAL and then click Accounts. d. Right-click Accounts, click New and then click Organizational Unit. e. In the New Object Organizational Unit window, in the Name box, type Online and then click OK. f. Right-click Online, click New, and then click User. g. In the First name box, type Eli h. In the Last name box, type Bowen i. In the User logon name box, type Ebowen j. Click the UPN suffix menu and then k. Click Next. l. In the Password and Confirm password boxes, type pass@word1. m. Clear the User must change password at next logon check box, click Next, and then click Finish. n. Perform steps f through m to create accounts for the following users, using the first name as the logon name. First name Todd Hao Wendy Last name Rowe Chen Wheeler o. Highlight all user accounts in the Online organizational unit. p. Right-click the selected accounts and then click Properties. q. In the Properties of Multiple Items window, click the Organization tab. r. Select the Job Title check box. s. In the Job Title box, type Online and then click OK. 2. Create a new contact a. Open the Start Menu and then click Internet Explorer. b. In the Address box, type and then press Enter. c. On the Exchange Admin Center logon page, in the Domain\User name box, enter your on-premises Administrator account credentials. d. In the Password box, enter the password and then press Enter. e. In the Exchange Admin Center, click recipients and then click contacts. f. Click the plus-sign and then click Mail contact. g. On the new mail contact page, enter the following details: i. First Name: Jeff

9 ii. Last name: Phillips iii. Alias: JeffP iv. External address: h. Under Organizational unit, click browse. i. In the select an organizational unit, expand accounts, click Online and then click OK. j. Click save. 3. Create a new distribution group a. In the Exchange Admin Center, click recipients and then click groups. b. Click the plus-sign and then click Distribution group c. On the new distribution group page, enter the following details: i. Display name: All Online Users ii. Alias: AllOnlineUsers d. Under Organizational unit, click browse. e. In the select an organizational unit, expand accounts, click Online and then click OK. f. Click save. Exercise 5: configure and review Windows Azure AD Password Sync In this exercise, you will install the Microsoft Online Services Module for Windows PowerShell as well as the Microsoft Online Services Sign-in Assistant. Tasks 1. Configure Windows Azure AD Synchronization and enable Password Sync a. Log on to HYBRID-SRV01 as ONPREM\Admin with a password of pass@word1 Note the log-off/log-on is required to reflect the changes in group membership during the installation of DirSync. b. Right-click the Directory Sync Configuration shortcut on the desktop and select Run as administrator. c. In the User Account Control windows, click Yes. d. On the Windows Azure Active Directory Sync tool Configuration Wizard Welcome page, click Next. e. On the Windows Azure Active Directory Credentials page, in the User name box, enter the admin credentials of your Office 365 trial tenant. f. In the Password box, enter the password and then click Next. g. On the Active Directory Credentials page, in the User name box, enter the admin credentials of your on-premises Active Directory (ONPREM\Admin). h. In the Password box, enter the password and then click Next. i. On the Hybrid Deployment page, select Enable Hybrid Deployment and then click Next. j. On the Password Synchronization page, select Enable Password Sync and then click Next. Wait for the configuration to complete. This might take a few moments. k. On the Configuration page, click Next.

10 l. On the Finished page, make sure Synchronize your directories now is selected and click Finish. m. On the Windows Azure Active Directory Sync Tool Configuration Wizard popup window, click OK. 2. Verify DirSync synchronized successfully in the Office 365 portal a. On HYBRID-SRV01, open Windows Explorer and navigate to C:\Program Files\Windows Azure Active Directory Sync\SYNCBUS\Synchronization Service\UIShell b. Double-click miisclient.exe c. In the Synchronization Service Manager on HYBRID-SRV01 window, on the Operations tab, verify that the Directory Synchronization completed successfully. The Status of all three operations should state success. d. Open the Start Menu and then click Internet Explorer. e. In the Address box, type and then press Enter. f. On the Microsoft Online Services page, in the top input box type your Microsoft Online Services ID. This should be the ID you used when signing up for the trial account. g. In the Password box, type your password and verify that the Keep me signed in check box is selected, and then click Sign in. h. Once signed in, click Admin > Office 365 i. On the Office 365 admin center page, in the left side navigation, click USERS and then Active Users. j. In the users list, verify that the user name for Billy Weaver is set to 3. Verify that Password Sync works as expected a. Switch to HYBRID-SRV01 and log on as ONPREM\BWeaver with a password of pass@word1 b. Open the Start Menu and then click Internet Explorer. c. In the Address box, type and then press Enter. d. On the Microsoft Online Services page, in the top input box (someone@example.com), type bweaver@studentprefix.hybridexchangeworkshop.com e. In the password box, enter pass@word1 f. Verify that Billy can log in successfully. g. Log out from the portal. h. Log off from HYBRID-SRV01. i. Switch to HYBRID-DC01 and log on as ONPREM\Admin with a password of pass@word1 j. Open the Start Menu and then click Active Directory Users and Computers. k. In Active Directory Users and Computers, in the Navigation pane, expand ONPREM.LOCAL and then click Accounts. l. Right-click Billy Weaver and then click Reset Password. m. In the Reset Password window, in the New password box enter pass@word2. n. In the Confirm password box, enter pass@word2. o. Click OK. p. Switch to HYBRID-SRV01 and log on as ONPREM\BWeaver with a password of pass@word2 q. Open the Start Menu and then click Internet Explorer. r. In the Address box, type and then press Enter.

11 s. On the Microsoft Online Services page, in the top input box type t. In the password box, enter u. Verify that Billy can log in successfully. v. Log out from the portal. 4. Change attributes and force a directory synchronization a. Switch to HYBRID-DC01 and log on as ONPREM\Admin with a password of pass@word1 b. Open the Start Menu and then click Active Directory Users and Computers. c. In Active Directory Users and Computers, in the Navigation pane, expand ONPREM.LOCAL, click Accounts and then click Online. d. Double-click Eli Bowen. e. Click the Organization tab f. On the Organization tab, for the Job Title, type Online Manager and click OK. g. Switch to HYBRID-SRV01 and log on as ONPREM\Admin with a password of pass@word1 h. Open PowerShell as Administrator from the task bar and click on Yes when prompted by UAC. i. In PowerShell, type the following command: Cd c:\program Files\Windows Azure Active Directory Sync\DirSync j. After the command completes successfully, run the following command:.\importmodules.ps1 k. Next, run the following command: Start-OnlineCoexistenceSync l. Close Windows PowerShell. 5. Verify the updated information a. Open HYBRID-SRV01 and log on as ONPREM\Admin with a password of pass@word1 b. Open the Start Menu and then click Internet Explorer. c. In the Address box, type and then press Enter. d. On the Microsoft Online Services page, in the top input box (someone@example.com), type your Microsoft Online Services ID. This should be the ID you used when signing up for the trial account. e. Once signed in, click Admin > Office 365 f. On the Office 365 admin center page, in the left side navigation, click USERS and then click Active Users g. In the user list, verify that the Eli s information was updated successfully. h. Log of from HYBRID-SRV01.

12 Exercise 6: adding a federated domain In this exercise, you will convert the domain that was previously added as a standard domain to a federated domain. Tasks 1. Convert a standard domain to a federated domain a. Switch to HYBRID-DC01 and log on as ONPREM\Admin with a password of pass@word1 b. Right-click the Windows Azure Active Directory Module for Windows PowerShell shortcut on the desktop and select Run as Administrator. When prompted by UAC, click Yes. c. At the PS prompt, type in the following command and then press Enter: $cred = get-credential d. In the Windows PowerShell Credential Request window, in the User name box, type the account name you use to sign in the Microsoft Online Services. This is the user you created while registering for a trial account, earlier in the exercises. e. In the Password box, type your password and click OK f. At the PS prompt, type in the following command and then press Enter: Connect-MSOLService Credential $cred g. At the PS prompt, type in the following command and then press Enter: Set-MSOLADFSContext Computer Hybrid-DC01 h. At the PS prompt, type in the following command and then press Enter: Convert-MSOLDomainToFederated DomainName studentprefix.hybridexchangeworkshop.com i. At the PS prompt, type in the following command and then press Enter: Get-MSOLDomain DomainName studentprefix.hybridexchangeworkshop.com Verify that the domain was successfully converted to a Federated domain and that the domain Authentication now shows Federated. j. At the PS prompt, type in the following command and then press Enter: Get-MSOLDomainFederationSettings DomainName studentprefix.hybridexchangeworkshop.com Verify that the details are correct and reflect the ADFS settings that were previously configured. The ActiveLogOnUri, IssuerUri, LogOffUri, MetadataExchangeUri and PassiveLogonUri should all match adfs.studentprefix.hybridexchangeworkshop.com k. Close the Windows Azure Active Directory Module for Windows PowerShell.

13 2. Verify identity federation is working as expected a. Switch to HYBRID-SRV01 and log on as ONPREM\Bweaver with a password of pass@word2 b. Open the Start Menu and then click Internet Explorer. c. In the Address box, type and then press Enter. d. On the Microsoft Online Services page, in the top input box (someone@example.com), type bweaver@studentprefix.hybridexchangeworkshop.com Note your login request should now be redirected to adfs.studentprefix.hybridexchangeworkshop.com e. In the Windows Security basic authentication prompt, in User name, type bweaver@studentprefix.hybridexchangeworkshop.com f. In the Password box, type the password (pass@word2) and then click OK. g. Verify that Billy can successfully sign in to the portal. h. Log off from the portal. i. In Internet Explorer, click the cog-wheel to open the options menu and select Internet options. j. Click the Security tab and then click Local intranet. k. Click Sites and in the Local Intranet window, click Advanced. l. In the Add this website to the zone box, type click Add and then click Close. m. In the Local Intranet window, click OK. n. In the Internet Options window, click OK. o. Close Internet Explorer. p. Repeat steps b. to h. Verify that now you are no longer required to enter your credentials manually. q. Log off from HYBRID-SRV01.

LAB 1: Installing Active Directory Federation Services

LAB 1: Installing Active Directory Federation Services LAB 1: Installing Active Directory Federation Services Contents Lab: Installing and Configuring Active Directory Federation Services... 2 Exercise 1: installing and configuring Active Directory Federation

More information

SPHOL300 Synchronizing Profile Pictures from On-Premises AD to SharePoint Online

SPHOL300 Synchronizing Profile Pictures from On-Premises AD to SharePoint Online SPHOL300 Synchronizing Profile Pictures from On-Premises AD to SharePoint Online Contents Overview... 3 Introduction... 3 The Contoso Ltd. Scenario... 4 Exercise 1: Member Server Sign up for Office 365

More information

Migrating Exchange Server to Office 365

Migrating Exchange Server to Office 365 Migrating Exchange Server to Office 365 By: Brien M. Posey CONTENTS Domain Verification... 3 IMAP Migration... 4 Cut Over and Staged Migration Prep Work... 5 Cut Over Migrations... 6 Staged Migration...

More information

Office 365 DirSync, ADFS, Single Sign On and Exchange Federation

Office 365 DirSync, ADFS, Single Sign On and Exchange Federation Chapter 11 Office 365 DirSync, ADFS, Single Sign On and Exchange Federation An Office 365 site is an organizational unit complete with its own security components and e-mail domain: @onmicrosoft.com

More information

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365 Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365 May 2015 This guide describes how to configure Microsoft Office 365 for use with Dell One Identity Cloud Access Manager

More information

Lync Online Deployment Guide. Version 1.0

Lync Online Deployment Guide. Version 1.0 Date 28/07/2014 Table of Contents 1. Provisioning Lync Online... 1 1.1 Operating System Requirements... 1 1.2 Browser Requirements Administrative Centre... 1 2. Obtaining your login Credentials & Logging

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

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

Table of Contents Introduction... 2 Azure ADSync Requirements/Prerequisites:... 2 Software Requirements... 2 Hardware Requirements...

Table of Contents Introduction... 2 Azure ADSync Requirements/Prerequisites:... 2 Software Requirements... 2 Hardware Requirements... Table of Contents Introduction... 2 Azure ADSync Requirements/Prerequisites:... 2 Software Requirements... 2 Hardware Requirements... 2 Service Accounts for Azure AD Sync Tool... 3 On Premises Service

More information

Mod 2: User Management

Mod 2: User Management Office 365 for SMB Jump Start Mod 2: User Management Chris Oakman Managing Partner Infrastructure Team Eastridge Technology Stephen Hall CEO & SMB Technologist District Computers 1 Jump Start Schedule

More information

AVG Business SSO Connecting to Active Directory

AVG Business SSO Connecting to Active Directory AVG Business SSO Connecting to Active Directory Contents AVG Business SSO Connecting to Active Directory... 1 Selecting an identity repository and using Active Directory... 3 Installing Business SSO cloud

More information

Before you begin with an Exchange 2010 hybrid deployment... 3. Sign up for Office 365 for an Exchange 2010 hybrid deployment... 10

Before you begin with an Exchange 2010 hybrid deployment... 3. Sign up for Office 365 for an Exchange 2010 hybrid deployment... 10 Contents Before you begin with an Exchange 2010 hybrid deployment... 3 Sign up for Office 365 for an Exchange 2010 hybrid deployment... 10 Verify prerequisites with an Exchange 2010 hybrid deployment...

More information

How to integrate Microsoft Intune and System Center 2012 R2 Configuration Manager with Single Sign-On Part 1: Introduction and prerequisites

How to integrate Microsoft Intune and System Center 2012 R2 Configuration Manager with Single Sign-On Part 1: Introduction and prerequisites How to integrate Microsoft Intune and System Center 2012 R2 Configuration Manager with Single Sign-On Part 1: Introduction and prerequisites Introduction In this blog series I m going to show how to setup

More information

How to install and use the File Sharing Outlook Plugin

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

More information

User Management Tool 1.5

User Management Tool 1.5 User Management Tool 1.5 2014-12-08 23:32:23 UTC 2014 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents User Management Tool 1.5... 3 ShareFile User Management

More information

Office 365 deployment checklists

Office 365 deployment checklists Chapter 128 Office 365 deployment checklists This document provides some checklists to help you make sure that you install and configure your Office 365 deployment correctly and with a minimum of issues.

More information

Office 365 deploym. ployment checklists. Chapter 27

Office 365 deploym. ployment checklists. Chapter 27 Chapter 27 Office 365 deploym ployment checklists This document provides some checklists to help you make sure that you install and configure your Office 365 deployment correctly and with a minimum of

More information

Cloud Services ADM. Agent Deployment Guide

Cloud Services ADM. Agent Deployment Guide Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License

More information

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

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

More information

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

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

More information

Team Foundation Server 2012 Installation Guide

Team Foundation Server 2012 Installation Guide Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day benday@benday.com v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation

More information

ExecProtect Armored Office AD FS 2012 R2 with O365 Demo Guide

ExecProtect Armored Office AD FS 2012 R2 with O365 Demo Guide ExecProtect Armored Office How to configure AD FS 2012 R2 with IDC 6.2 on AZURE All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries

More information

Introduction to Unified Device Management with Intune and System Center Configuration Manager

Introduction to Unified Device Management with Intune and System Center Configuration Manager Introduction to Unified Device Management with Intune and System Center Configuration Manager Most IT pros and the IT organizations they work for have the challenge of supporting a wide diversity of apps,

More information

Configuration Guide. BES12 Cloud

Configuration Guide. BES12 Cloud Configuration Guide BES12 Cloud Published: 2016-04-08 SWD-20160408113328879 Contents About this guide... 6 Getting started... 7 Configuring BES12 for the first time...7 Administrator permissions you need

More information

Bill Fiddes Learning and Development Specialist Rob Latino Program Manager in Office 365 Support

Bill Fiddes Learning and Development Specialist Rob Latino Program Manager in Office 365 Support Bill Fiddes Learning and Development Specialist Rob Latino Program Manager in Office 365 Support Learning & Development Specialist Customer Support Services Been with Microsoft for 7 years Professionally

More information

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE Copyright This document is provided "as-is." Information and views expressed in this document, including

More information

Email: support@apps4rent.com Toll Free: 1-866-716-2040 International: 1-646-506-9354

Email: support@apps4rent.com Toll Free: 1-866-716-2040 International: 1-646-506-9354 1. Check your Welcome e-mail for login credentials for the control panel. 2. Using the login details in the welcome e-mail; login at https://cp.hostallapps.com Adding Domain: 1. On the Home Page of the

More information

Important Notes for WinConnect Server VS Software Installation:

Important Notes for WinConnect Server VS Software Installation: Important Notes for WinConnect Server VS Software Installation: 1. Only Windows Vista Business, Windows Vista Ultimate, Windows 7 Professional, Windows 7 Ultimate, Windows Server 2008 (32-bit & 64-bit),

More information

Installation Guide v3.0

Installation Guide v3.0 Installation Guide v3.0 Shepherd TimeClock 4465 W. Gandy Blvd. Suite 800 Tampa, FL 33611 Phone: 813-882-8292 Fax: 813-839-7829 http://www.shepherdtimeclock.com The information contained in this document

More information

Using Group Policies to Install AutoCAD. CMMU 5405 Nate Bartley 9/22/2005

Using Group Policies to Install AutoCAD. CMMU 5405 Nate Bartley 9/22/2005 Using Group Policies to Install AutoCAD CMMU 5405 Nate Bartley 9/22/2005 Before we get started This manual provides a step-by-step process for creating a Group Policy that will install AutoCAD to a Windows

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

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

Managing Office 365 Identities and Services 20346C; 5 Days, Instructor-led

Managing Office 365 Identities and Services 20346C; 5 Days, Instructor-led Managing Office 365 Identities and Services 20346C; 5 Days, Instructor-led Course Description This is a 5-day Instructor Led Training (ILT) course that targets the needs of IT professionals who take part

More information

Course 20346: Managing Office 365 Identities and Services

Course 20346: Managing Office 365 Identities and Services Course 20346: Managing Office 365 Identities and Services Overview About this course This is a 5-day Instructor Led Training (ILT) course that targets the needs of IT professionals who take part in evaluating,

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

Managing Office 365 Identities and Services

Managing Office 365 Identities and Services Course 20346B: Managing Office 365 Identities and Services Course Details Course Outline Module 1: Preparing for Office 365 This module reviews the features of Office 365 and identifies recent improvements

More information

Managing Office 365 Identities and Services

Managing Office 365 Identities and Services Course 20346B: Managing Office 365 Identities and Services Page 1 of 7 Managing Office 365 Identities and Services Course 20346B: 4 days; Instructor-Led Introduction This is a 4-day Instructor Led Training

More information

Migration guide. Business Email

Migration guide. Business Email Migration guide Business Email June 2013 Contents Introduction 3 Administrator Migration What You Need to Get Started 1. Importing PST Files 2. Exporting PST Files 3 3 4 5 End User Migration Using Outlook

More information

SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore

SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore Document Scope This solutions document describes how to configure and use the Microsoft Exchange User Mailbox Backup and Restore feature

More information

DEP S REMOTE ACCESS USER GUIDE

DEP S REMOTE ACCESS USER GUIDE DEP S REMOTE ACCESS USER GUIDE Office of Technology and Information Services June 2015 Table of Contents DEP s Remote Desktop Access User Guide... 2 How do I obtain access?... 2 List of software available

More information

Hosting Users Guide 2011

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

More information

INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY

INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY 1) Install the UKSSOGateway application on the desktop: The UKSSOGateway application passes information from the myuk portal to launch the FESClient. The FESClient

More information

Installing Samsung SDS CellWe EMM cloud connectors and administrator consoles

Installing Samsung SDS CellWe EMM cloud connectors and administrator consoles Appendix 1 Installing Samsung SDS CellWe EMM cloud connectors and administrator consoles This section explains how you use the Cloud Management Suite installation wizard for the following purposes: To

More information

Trial environment setup. Exchange Server Archiver - 3.0

Trial environment setup. Exchange Server Archiver - 3.0 Trial environment setup Exchange Server Archiver - 3.0 Introduction This document describes how you can set up a trial environment for using Exchange Server Archiver with Exchange Server 2007. You do not

More information

Dial-up Installation for CWOPA Users (Windows Operating System)

Dial-up Installation for CWOPA Users (Windows Operating System) Dial-up Installation for CWOPA Users (Windows Operating System) 1 Table of Contents Download and Install Digital Certificates... 3 Internet Explorer 8/9 Certificate Installation.3 Windows XP Instructions

More information

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

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

More information

AvePoint CallAssist 3.2.5 for Microsoft Dynamics CRM. Installation and Configuration Guide

AvePoint CallAssist 3.2.5 for Microsoft Dynamics CRM. Installation and Configuration Guide AvePoint CallAssist 3.2.5 for Microsoft Dynamics CRM Installation and Configuration Guide Revision K Issued November 2014 Table of Contents Overview... 4 Prerequisites... 5 Environment Requirements...

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Cloud-Accelerated Hybrid Scenarios with SharePoint and Office 365

Cloud-Accelerated Hybrid Scenarios with SharePoint and Office 365 Cloud-Accelerated Hybrid Scenarios with SharePoint and Office 365 Contents Contents 1 About this guide 3 Overview 9 Authentication and authorization 10 Getting started with identity integration 26 Getting

More information

LAB: Enterprise Single Sign-On Services. Last Saved: 7/17/2006 10:48:00 PM

LAB: Enterprise Single Sign-On Services. Last Saved: 7/17/2006 10:48:00 PM LAB: Enterprise Single Sign-On Services LAB: Enterprise Single Sign-On Services 2 TABLE OF CONTENTS HOL: Enterprise Single Sign-On Services...3 Objectives...3 Lab Setup...4 Preparation...5 Exercise 1:

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

HOTPin Integration Guide: DirectAccess

HOTPin Integration Guide: DirectAccess 1 HOTPin Integration Guide: DirectAccess Disclaimer Disclaimer of Warranties and Limitation of Liabilities All information contained in this document is provided 'as is'; Celestix assumes no responsibility

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

SJRWMD Cloud-Based Email Quick-Start Guide

SJRWMD Cloud-Based Email Quick-Start Guide SJRWMD Cloud-Based Email Quick-Start Guide Your email account is now in the Microsoft cloud, also known as Office 365. This change from onpremise email provisioning to the cloud allows the agency to provide

More information

SAML based Single Sign-on integration for:

SAML based Single Sign-on integration for: SAML based Single Sign-on integration for: WiActs Inc. 2015. All rights are reserved. Use of this document is subject to the terms and conditions of WiActs products. 1 1. On the WiActs Admin Dashboard,

More information

Before you begin with an Exchange 2010 hybrid deployment... 3. Sign up for Office 365 for an Exchange 2010 hybrid deployment... 10

Before you begin with an Exchange 2010 hybrid deployment... 3. Sign up for Office 365 for an Exchange 2010 hybrid deployment... 10 Contents Before you begin with an Exchange 2010 hybrid deployment... 3 Sign up for Office 365 for an Exchange 2010 hybrid deployment... 10 Verify prerequisites with an Exchange 2010 hybrid deployment...

More information

Ascend Interface Service Installation

Ascend Interface Service Installation Ascend Interface Service Installation 1. If this is a new installation, make sure IIS is installed and running on your machine first, and make sure ASP is enabled under Extensions in IIS. 2. If you are

More information

Converting Prospects to Purchasers.

Converting Prospects to Purchasers. CONFIGURE MICROSOFT OFFICE 365 AND MICROSOFT EXCHANGE TO CAPTURE LASSO EMAIL The following instructions are for clients who wish to configure Microsoft Office 365 or Microsoft Exchange to record email

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

ADFS Integration Guidelines

ADFS Integration Guidelines ADFS Integration Guidelines Version 1.6 updated March 13 th 2014 Table of contents About This Guide 3 Requirements 3 Part 1 Configure Marcombox in the ADFS Environment 4 Part 2 Add Relying Party in ADFS

More information

3 Setting up Databases on a Microsoft SQL 7.0 Server

3 Setting up Databases on a Microsoft SQL 7.0 Server 3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other

More information

What you need to know about DirSync - our experiences with DirSync and Office 365, by David Parizek and Henry Verlander.

What you need to know about DirSync - our experiences with DirSync and Office 365, by David Parizek and Henry Verlander. Installing Azure Active Directory Sync (AADSync, informally known as DirSync) What you need to know about DirSync - our experiences with DirSync and Office 365, by David Parizek and Henry Verlander. DirSync

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

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: June 12, 2014 Active Directory Management Deployment Guide i Contents System Requirements...1 Hardware Requirements...1 Installation...3

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

Installing Policy Patrol on a separate machine

Installing Policy Patrol on a separate machine Policy Patrol 3.0 technical documentation July 23, 2004 Installing Policy Patrol on a separate machine If you have Microsoft Exchange Server 2000 or 2003 it is recommended to install Policy Patrol on the

More information

1. Set Daylight Savings Time... 3. 2. Create Migrator Account... 3. 3. Assign Migrator Account to Administrator group... 4

1. Set Daylight Savings Time... 3. 2. Create Migrator Account... 3. 3. Assign Migrator Account to Administrator group... 4 1. Set Daylight Savings Time... 3 a. Have client log into Novell/Local Machine with Administrator Account...3 b. Access Adjust Date/Time...3 c. Make sure the time zone is set to Central Time...3 2. Create

More information

Protected Trust Directory Sync Guide

Protected Trust Directory Sync Guide Protected Trust Directory Sync Guide Protected Trust Directory Sync Guide 2 Overview Protected Trust Directory Sync enables your organization to synchronize the users and distribution lists in Active Directory

More information

User guide. Business Email

User guide. Business Email User guide Business Email June 2013 Contents Introduction 3 Logging on to the UC Management Centre User Interface 3 Exchange User Summary 4 Downloading Outlook 5 Outlook Configuration 6 Configuring Outlook

More information

LepideAuditor Suite for File Server. Installation and Configuration Guide

LepideAuditor Suite for File Server. Installation and Configuration Guide LepideAuditor Suite for File Server Installation and Configuration Guide Table of Contents 1. Introduction... 4 2. Requirements and Prerequisites... 4 2.1 Basic System Requirements... 4 2.2 Supported Servers

More information

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: April 26, 2013 Active Directory Management Deployment Guide i Contents System Requirements... 1 Hardware Requirements... 2 Agent

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

8.10. Migrating to Microsoft Office 365

8.10. Migrating to Microsoft Office 365 8.10 Migrating to Microsoft Office 365 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a

More information

Azure AD Connect with Single Sign-on on Azure Tenant

Azure AD Connect with Single Sign-on on Azure Tenant Azure AD Connect with Single Sign-on on Azure Tenant Integrating your on-premises identities with Azure Active Directory In this section we will figure out how MOBILITYADCon will be installed and configured

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

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Installation and Configuration Introduction This document will walk you step by step in removing MSDE and the setup and

More information

FaxCore Ev5 Email-To-Fax Setup Guide

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

More information

During your session you will have access to the following lab configuration.

During your session you will have access to the following lab configuration. Introduction The Install and Configure Servers module provides you with the instruction and server hardware to develop your hands on skills in the defined topics. This module includes the following exercises:

More information

How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On

How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On How to implement the X.509 certificate based Single Sign-On solution from SAP Page 2 of 34 How to

More information

CHARTER BUSINESS custom hosting faqs 2010 INTERNET. Q. How do I access my email? Q. How do I change or reset a password for an email account?

CHARTER BUSINESS custom hosting faqs 2010 INTERNET. Q. How do I access my email? Q. How do I change or reset a password for an email account? Contents Page Q. How do I access my email? Q. How do I change or reset a password for an email account? Q. How do I forward or redirect my messages to a different email address? Q. How do I set up an auto-reply

More information

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software Private Limited, All Rights Reserved

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

Deploy the client as an Azure RemoteApp program

Deploy the client as an Azure RemoteApp program Microsoft Dynamics AX 2012 R3 Deploy the client as an Azure RemoteApp program Microsoft Azure RemoteApp helps you provide secure, remote access to applications from many different user devices. This white

More information

IIS, FTP Server and Windows

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

More information

Active Directory Management. User Interface Guide

Active Directory Management. User Interface Guide Active Directory Management User Interface Guide Document Revision Date: April 15, 2013 Active Directory Management User Interface Guide i Contents Launching the Hosted Exchange Tab - Active Directory

More information

E2E Complete 4.1. Installation and Configuration Guide

E2E Complete 4.1. Installation and Configuration Guide E2E Complete 4.1 Installation and Configuration Guide APRIL 2016 Table of Contents Table of Contents... 2 Section 1. Introduction... 3 1.1 Purpose... 3 1.2 Audience... 3 1.3 About E2E Complete... 3 1.4

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

Guide to Setting up Docs2Manage using Cloud Services

Guide to Setting up Docs2Manage using Cloud Services COMvantage Solutions Presents: Version 3.x Cloud based Document Management Guide to Setting up Docs2Manage using Cloud Services Docs2Manage Support: Email: service@docs2manage.com Phone: +1.847.690.9900

More information

360 Online authentication

360 Online authentication 360 Online authentication Version October 2015 This document will help you set up a trust for authentication of 360 Online users between Azure Access Control Service and either Office 365 or Active Directory

More information

How schedule AccuTRConsole to run every hour

How schedule AccuTRConsole to run every hour How schedule AccuTRConsole to run every hour If you have had problems with getting your reports to send out from AccuTrack or AccuSQL 2014 consistently with the Windows Service AccuTaskRunner.exe we have

More information

NotifyMDM Device Application User Guide Installation and Configuration for Windows Mobile 6 Devices

NotifyMDM Device Application User Guide Installation and Configuration for Windows Mobile 6 Devices NotifyMDM Device Application User Guide Installation and Configuration for Windows Mobile 6 Devices End-of-Life Notice Please note that GO!Enterprise MDM server version 3.6.3 is the last to officially

More information

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Nature of Document: Guideline Product(s): IBM Cognos Express Area of Interest: Infrastructure 2 Copyright and Trademarks Licensed Materials

More information

Setting up Office 365 1: Tenancy, domain and licences

Setting up Office 365 1: Tenancy, domain and licences Setting up Office 365 1: Tenancy, domain and licences Introduction Microsoft Office 365 makes Office available in the cloud, from any computer at any location. This includes the full suite of Office productivity

More information

Citrix Virtual Classroom. Deliver file sharing and synchronization services using Citrix ShareFile. Self-paced exercise guide

Citrix Virtual Classroom. Deliver file sharing and synchronization services using Citrix ShareFile. Self-paced exercise guide Deliver file sharing and synchronization services using Citrix ShareFile Self-paced exercise guide Table of Contents Table of Contents... 2 Overview... 3 Exercise 1: Setting up a ShareFile Account... 6

More information

Integrating LANGuardian with Active Directory

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

More information

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 1 Table of Contents Chapter 1: Installation Overview... 3 Introduction... 3 Minimum Requirements...

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015

TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015 TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015 2201 Thurston Circle Bellevue, NE 68005 www.tigerpawsoftware.com Contents Tigerpaw Exchange Integrator Setup Guide v3.6.0... 1 Contents...

More information

Managing users. Account sources. Chapter 1

Managing users. Account sources. Chapter 1 Chapter 1 Managing users The Users page in Cloud Manager lists all of the user accounts in the Centrify identity platform. This includes all of the users you create in the Centrify for Mobile user service

More information