System Center 2012 R2 SP1 Configuration Manager & Microsoft Intune

Size: px
Start display at page:

Download "System Center 2012 R2 SP1 Configuration Manager & Microsoft Intune"

Transcription

1 2015 System Center 2012 R2 SP1 Configuration Manager & Microsoft Intune DEPLOYING MICROSOFT OFFICE 365 PROFESSIONAL PLUS RONNI PEDERSEN & HANS CHRISTIAN ANDERSEN RONNIPEDERSEN.COM Microsoft MVP: Enterprise Client Management

2 Document Properties Author: Ronni Pedersen, Microsoft MVP: Enterprise Client Management Hans Christian Andersen, Cloud Solution Architect Revision: (1. October 2015) Check for the latest version. If you have any comments or feedback to this guide, feel free to send me an at Thank you. About the authors Ronni Pedersen I m a Senior Technology Consultant that specializes in designing and deploying management solutions based on various Microsoft technologies. My main focus and passion has always been related to client management, but during the years, I ve been working with many different products and technologies. Additionally, I ve been an active Microsoft Certified Trainer since In July 2008 I was awarded the prestigious Microsoft Most Valuable Professional (MVP) award for the first time, and have been rewarded every year for the past eight years. Blog: Hans Christian Andersen I m a Cloud Solution Architect that works with designing and implementing Microsoft Cloud infrastructure solutions. My main focus areas are System Center Configuration Manager, Remote Desktop Services, the Enterprise Mobility Suite, Office 365 and core Azure services. Blog:

3 Table of Contents Document Properties... 1 About the authors...1 Ronni Pedersen... 1 Hans Christian Andersen... 1 General Description... 4 Prepare Microsoft Office 365 ProPlus for deployment... 5 Overview...5 Pre-requirements...5 Process Steps...5 Deploy Office 365 ProPlus using an SCCM Package Creating a Standard Package...10 Overview Pre-requirements Process Steps Create a new Device Collection...13 Overview Pre-requirements Process Steps Deploy the Microsoft Office 365 ProPlus Package...16 Overview Pre-requirements Process Steps End User Experience...17 Deploy Office 365 ProPlus using an SCCM Application Creating Microsoft Office 365 ProPlus as an application...20 Overview Pre-requirements Process Steps Deploy the Application...37 Overview Pre-requirements Process Steps End User Experience...40

4 Overview Pre-requirements Process Steps Deploy Microsoft Office 365 ProPlus using Microsoft Intune Create the Microsoft Office 365 Application in Microsoft Intune...43 Overview Pre-requirements Process Steps Deploying Microsoft Office 365 ProPlus...53 Overview Pre-requirements Process Steps End User Experience...55 Overview Pre-requirements Process Steps... 55

5 General Description This document describes how to prepare, add and deploy Microsoft Office 365 Professional Plus (2016) using various technologies from Microsoft such as System Center Configuration Manager, Microsoft Intune and Microsoft Deployment Toolkit. We know that there are a lot of scenarios to cover, but instead of waiting for a big release, we have decided to make this document dynamic. You should expect to see new releases of this guide at least once per month until all common deployment scenarios are covered. Don t forget to update your bookmarks and check if this is the latest release before you start.

6 Prepare Microsoft Office 365 ProPlus for deployment Overview This procedure describes how to prepare Microsoft Office 365 Professional Plus (2016) to be installed unattended. The aim of this procedure is to create and prepare the installation source folder for use with System Center Configuration Manager. Pre-requirements In order for the operator to perform the steps described below, the following requirements must be in place: The operator must have access to the Internet. Process Steps 1. Download the Office 2016 Deployment Tool from Microsoft using this link: 2. Run the downloaded file, and follow the wizard. 3. Accept the license terms, and click Continue. 4. Browse and create a new empty folder that will be used to download the setup files for Microsoft Office 365 Professional Plus, and click OK.

7 5. Click OK to close the wizard. 6. Open Windows Explorer and navigate to the folder where you extracted the files (C:\Office2016CTR\). The content of the folder should look like this: 7. Now we need to create a new configuration file that will be used to download the setup files. This is where we specify what products, versions and languages we want to use. In this example we will download the 32-bit version of Office, Visio and Project. The languages we want to download are English and Danish. The file will be named download.xml and should look like this:

8 8. Now the setup folder should look like this: 9. The new version of the Office 2016 Deployment Tool has a minor bug that will return the following error if you use a configuration file that doesn t have a source path specified. To work around this little issue, we need to run Setup.exe from a script that will create the required folder structure and some dummy files that will be overwritten by the download later. Create a new file called UpdateSource.bat with the following content, and place the file in the same folder as the other files:

9 10. The folder should now look like this: 11. Now we re ready to start the download. Simply run the UpdateSource.bat, and wait for the script to complete. Notice that the Office folder was created by the script. 12. We also need one or more configuration files that will be used to deploy Office 365 ProPlus using different scenarios. You might want one for different languages or one that includes both Office and Visio. In this example we just want Office 365 ProPlus in

10 English. The Office 2016 Deployment Tool comes with a sample file that you can use as a template to create the desired deployment experience. Examples include Enable Automatic Updates, Accept the EULA, Logging, etc. As you can see in the example below, we have enabled a few options that will help us give the end user the experience that we prefer. 13. That s it. Now we have the latest version of Microsoft Office 2016 Professional Plus ready to be deployed. If you run the script again, it will update the folder with the latest release of Office. The previous version will remain in the folder. 14. If you want to test the deployment, you can now launch Setup.exe from a Command Prompt with the following parameters: Setup.exe /configure /configuration.xml

11 Deploy Office 365 ProPlus using an SCCM Package Creating a Standard Package Overview This chapter describes how to create a software package for Microsoft Office 365 Professional Plus using standard packages in System Center Configuration Manager. Pre-requirements In order for the operator to perform the steps described below, the following requirements must be in place: The operator must have access to a system running the Configuration Manager Administration Console. The operator must be logged in with a user account with permissions to create and deploy packages. Process Steps 1. Before we start creating a new package, we need to copy the setup files to the configuration manager source share. In this example the source share for software packages is: \\cm01.demo.lab\source$\software Packages\. First we create a folder for the application and a subfolder that contains the deployment type (if we later decide to create multiple deployment types). For this software package, we will use the name: Microsoft Office 365 ProPlus 32- bit ENU. The full path will be \\cm01.demo.lab\source$\software Packages\Microsoft Office 365 ProPlus 32-bit ENU\. 2. In the Configuration Manager Console, navigate to Software Library / Overview / Application Management / Packages.

12 3. In the ribbon menu, click Create Package. 4. In the Create Package and Program Wizard on the package page, specify the name of the package: Microsoft Office 365 ProPlus 32-bit ENU. Select This package contains source files, and click Browse.

13 5. Under Set Source Folder, verify that Network path (UNC name) is selected. Type the full UNC path to the package source (\\cm01.demo.lab\source$\software Packages\Microsoft Office 365 ProPlus 32-bit ENU\), and click OK.

14 6. On the Package page, click Next. 7. On the Program Type page, verify that Standard program is selected, and click Next. 8. On the Standard Program page, type the following name: Install, and click Browse 9. In the Open window, select the Setup.exe file, and click Open. 10. On the Standard Program page, set Program can run to Whether or not a user is logged on, and click Next. 11. On the Requirements page, set the Estimated disk space to 1000 MB and the Maximum allowed run time (minutes) to 30, and click Next. 12. On the Summary page, verify all the settings and click Next. 13. On the Completion page, click Close. Create a new Device Collection Overview This chapter describes how to create a new test collection in System Center Configuration Manager to target the deployment of Microsoft Office 365 ProPlus. Pre-requirements In order for the operator to perform the steps described below, the following requirements must be in place: The operator must have access to a system running the Configuration Manager Administration Console. The operator must be logged in with a user account with permissions to create collections. Process Steps 1. Packages are often used to target device collections when something should be deployed as required, so in this example we ll start by creating a test collection that just has a single Windows 10 client as a direct member. In the Configuration Manager Console, navigate to Assets and Compliance / Overview / Device Collections. 2. In the Ribbon, Select the Home tab, and click Create Device Collection. 3. On the General page, name the collection Office 365 Test Clients, and configure the Limiting collection to All Desktop and Server Clients. Click Next. 4. On the Membership Rule page, click Add Rule and select Direct Rule.

15 5. This will launch the Direct Membership Rule Wizard, and on the Welcome page, click Next. 6. On the Search for Resources page, type the Name of the test computer where you want to deploy Microsoft Office 365 ProPlus, and click Next. 7. Select the client, and click Next.

16 8. On the Summary page, click Next. 9. On the Completion page, click Close. 10. This should bring you back to the Membership Rules page in the Create Device Collection Wizard. Uncheck Schedule a full update of this collection, and click Next.

17 11. On the Summary page, verify the details and click Next. 12. On the Completion page, click Close to complete the wizard. Deploy the Microsoft Office 365 ProPlus Package Overview This chapter describes how to deploy Microsoft Office 365 ProPlus as a software package in System Center Configuration Manager to a test collection. Pre-requirements In order for the operator to perform the steps described below, the following requirements must be in place: The operator must have access to a system running the Configuration Manager Administration Console.

18 The operator must be logged in with a user account with permissions to deploy applications. Process Steps 1. In the Configuration Manager Console, navigate to Software Library / Overview / Application Management / Packages. 2. Select Microsoft Office 365 ProPlus 32-bit ENU. 3. In the Ribbon, select the Home tab, and click Deploy. 4. On the General page, click Browse to select the target collection. 5. Select the Office 365 Test Clients collection that we created in the previous step, and click OK. 6. On the General Page, click Next. 7. On the Content page, click Add, and select Distribution Point. 8. In the Add Distribution Points wizard, select the distribution(s), and click OK. 9. On the Content page, click Next. 10. On the Deployment Settings page, verify that Required is selected, and click Next. 11. On the Scheduling page, click New 12. On the Assignment Schedule page, select Assign immediately after this event, and verify that As soon as possible is selected. Click OK. 13. On the Scheduling page, click Next. 14. On the User Experience page, leave the default settings, and click Next. 15. On the Distribution Points page, leave the default settings, and click Next. 16. On the Summary page, verify the details and click Next. 17. On the Completion page, click Close to complete the wizard. End User Experience 1. Log on to the client computer as a standard user. 2. Run the Machine Policy Retrieval & Evaluation Cycle action from the Configuration Manager client in the control panel. 3. This should kick off the setup process, and after a few minutes you should see the Microsoft Office 365 ProPlus deployment progress on the desktop. The installation should take no more than 5 to 10 minutes to complete.

19 4. When setup is complete, click Close.

20 5. That s it. The user can now use Office Happy deployment

21 Deploy Office 365 ProPlus using an SCCM Application Creating Microsoft Office 365 ProPlus as an application Overview This chapter describes how to create an application for Microsoft Office 365 Professional Plus in System Center Configuration Manager. Pre-requirements In order for the operator to perform the steps described below, the following requirements must be in place: The operator must have access to a system running the Configuration Manager Administration Console. The operator must be logged in with a user account with permissions to create and deploy applications. Process Steps 1. Before we start creating a new application, we need to copy the setup files to the Source share for our Configuration Manager content. In this example, the source share for applications is: \\cm01.demo.lab\source$\application\. First we create a folder for the application and a subfolder that contains the deployment type (if we later decide to create multiple deployment types). For the application, we will use the name: Microsoft Office 365 ProPlus, and the deployment type will be DT-SCRIPT_x86. The full path will be \\cm01.demo.lab\source$\application\microsoft Office 365 ProPlus\DT-SCRIPT_x In the Configuration Manager Console, navigate to Software Library / Overview / Application Management / Applications.

22 3. In the ribbon menu, click Create Application. 4. In the Create Application Wizard, on the General page, select Manually specify the application information, and click Next.

23 5. On the General information page, enter the following name for the application: Microsoft Office 365 ProPlus and any optional information that you want (Publisher, Version etc.), and then choose Next.

24 6. On the Application Catalog page, provide the information that's appropriate for your environment, and then choose Next.

25 7. On the Deployment Types page, click Next (we'll add a deployment type later).

26 8. On the Summary page, review the settings you've chosen, and then choose Next to create the application. 9. After the application is created, on the Completion page, choose Close. 10. Now we have created an application, but notice that our application doesn t have any deployment types.

27 11. Select the Microsoft Office 365 ProPlus application, and then on the Home tab, click Create Deployment Type. 12. On the General page, in the Type list, select Script Installer, and then click Next.

28 13. On the General page, enter the following name for the deployment type; DT- SCRIPT_x86, and click Next. 14. In the Content location box, type the network path (UNC) to the source files for Microsoft Office 365 ProPlus. In this scenario, the path is: \\cm01\source$\applications\microsoft Office 365 ProPlus\

29 15. In the Installation program box, enter the following text: setup.exe /configure configuration.xml, and click Next. Note: Uninstall will be covered in another update of this document or a new chapter. 16. On the Detection Method page, choose Add Clause

30 17. In the Detection Rule dialog box, do the following, and click OK: In the Setting Type list, select Registry. Then in the Hive list, select HKEY_LOCAL_MACHINE. In the Key box, enter the following text: Software\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusR etail - en-us. Select Use (Default) registry key value for detection. In the Data Type list, select String.

31 18. On the Detection Method page, click Next.

32 19. In the User Experience page, do the following, and click Next: In the Installation behavior list, select Install for system. In the Logon requirement list, select Whether or not a user is logged on. Set the Maximum allowed run time (minutes) to 30. Set the Estimated installation time (minutes) to 5.

33 20. On the Requirements page, click Add Note: You can create many different types of requirement rules, but in this example, I will provide three common examples of requirement rules we can use to target the right deployment type for the right system/environment. 21. Create a requirement rule with the following settings, and click OK. Category = Device Condition = Total physical memory Rule type = Value Operator = Greater than or equal to Value (MB) = 2048

34 22. Click Add 23. Create a requirement rule with the following settings, and click OK. Category = Device Condition = Disk Space Rule type = Value Select local logical drive = System drive Operator = Greater than or equal to Value (MB) = 2000

35 24. Click Add 25. Create a requirement rule with the following settings, and click OK. Category = Device Condition = Operating System Rule type = Value Operator = One of i. Windows 8.1 ii. Windows 10

36 26. Click Next.

37 27. On the Dependencies page, click Next.

38 28. On the Summary page, review the settings, and click Next. 29. On the Completion page, click Close. Deploy the Application Overview This chapter describes how to deploy Microsoft Office 365 ProPlus as an application to a user in System Center Configuration Manager. Pre-requirements In order for the operator to perform the steps described below, the following requirements must be in place: The operator must have access to a system running the Configuration Manager Administration Console. The operator must be logged in with a user account with permissions to deploy Applications.

39 Process Steps 1. In the Configuration Manager Console, navigate to Software Library / Overview / Application Management / Applications. 2. Select Microsoft Office 365 ProPlus. 3. In the Ribbon, select the Home tab, and click Deploy. 4. On the General Page, click Browse to select the target collection. 5. Select All Users, and click OK.

40 6. On the General page, click Next. 7. On the Content tab, click Add and then select Distribution Point. Note: Most customers would prefer to target all content to distribution point groups, but in this example, we only want to target a single distribution point. 8. Select the distribution point, and click OK.

41 9. On the Content page, click Summary (you can leave the rest of settings in the wizard at the default values). 10. On the Summary page, click Next. 11. On the Completion page, click Close. End User Experience Overview This chapter describes the end user experience when Microsoft Office 365 ProPlus is deployed using the System Center Configuration Manager Application Catalog. Pre-requirements In order for the operator to perform the steps described below, the following requirements must be in place: The operator must have access to a Windows 8.1 or Windows 10 client system with the System Center Configuration Manager Client Agent installed. The Windows Client must be a member of the same Active Directory forest as the Configuration Manager Site Server. The operator must be logged in with a domain user account that is a member of the All Users Collection in System Center Configuration Manager. The Application Catalog role should be installed and configured in the System Center Configuration Manager environment. Process Steps 1. Log in to the Windows client, and start Internet Explorer.

42 Note: If you are using a Windows 10 client, you should start Internet Explorer from the desktop, not from Microsoft Edge. The current version of Configuration Manager does not support Microsoft Edge as the Application Catalog requires Silverlight. This will be fixed in the next version of Configuration Manager that is scheduled to be released in Q Open 3. Select Microsoft Office 365 ProPlus, and click Install. 4. On the Application Installation pop-up notification, click YES.

43 5. Verify that the application installation has started, and wait for the installation to complete. 6. When the software installation is completed, you should see a prompt from the Software Center that displays the installation status. Click OK. 7. Start Microsoft Word 2016 to verify that Microsoft Office 365 ProPlus has been installed successfully.

44 Deploy Microsoft Office 365 ProPlus using Microsoft Intune Create the Microsoft Office 365 Application in Microsoft Intune Overview This chapter describes how to deploy Microsoft Office 365 Professional Plus using Microsoft Intune. It doesn t cover setting up a Microsoft Intune subscription or installation of Intune Agent on client machines. Pre-requirements In order for the operator to perform the steps described below, the following requirements must be in place: The operator must have a Microsoft Intune subscription. You can get a trial account at The operator must be logged in with a user account with permissions to create and deploy applications. Microsoft Internet Explorer. Microsoft Office logo (check The installation files from the Prepare Office 365 ProPlus for deployment chapter. Process Steps 1. Log in using your Microsoft Intune administrator account at 2. Go to APPS and select Apps. 3. In the menu, click on Add App. 4. This will launch the Microsoft Intune Software Publisher program. Click Run when the security warning is shown.

45 5. This will download and execute the Microsoft Intune Software Publisher application. 6. Type in your administrator credentials and password on the Microsoft Intune login page. Click Sign in to proceed.

46 7. On the Add Software page, click Next. 8. On the Software setup page, click on Browse and browse to the Setup.exe executable for Office 365. Select Include additional files and subfolders from the same folder, and click Next.

47 9. On the Software description page, type in the information about the application like this: Publisher: Microsoft Name: Office 365 ProPlus Description: Microsoft Office 365 ProPlus Category: Productivity Optional: Click Browse to specify the icon for Microsoft Office 365 ProPlus. Click Next to continue.

48 10. On the Requirements page, choose Any for both Architecture and Operating System.

49 Note: As of the time of writing, it s not possible to choose Windows 10 as an operating system requirement. Hopefully this will be updated in an upcoming update of Microsoft Intune. 11. On the Detection rules page, click Add Rule, select Registry key exists and click Add. 12. Under Registry key exists, type in the following and click Next: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail

50 - en-us Note: You can create multiple detection rules. For example, you can create a File exists rule to search for an existing file in one file path, and then create another File exists rule to search for an existing file in a different file path. You can also create multiple detection rules of different types. For example, you can add a separate Registry key exists rule in addition to the previous example search criteria. When both of these rules are in place, Intune determines whether the file exists. If it does exist, the app is considered to be detected. If it does not exist, Intune examines whether the registry key exists. 13. On the Command line arguments page, select Yes, and in the Command line arguments field, type /configure configuration.xml and click Next.

51 14. On the Return codes page, accept the defaults, and click Next. Note: You might have programs that return different return codes for success than 0 and For a specification of return codes, you ll have to look at the documentation for the software you are deploying.

52 15. On the Summary page, verify that the information is correct and click Upload. 16. You ll see the following progress bar while the program is being uploaded:

53 17. When the upload is completed, click Close. 18. If you now go back to APPS and select Apps, you should see a green checkmark for the Office 365 ProPlus program.

54 Deploying Microsoft Office 365 ProPlus Overview This chapter describes how to deploy Microsoft Office 365 Professional Plus using Microsoft Intune. Pre-requirements In order for the operator to perform the steps described below, the following requirements must be in place: The operator must have access to the Microsoft Intune administration console. Microsoft Internet Explorer. Process Steps 1. Log in to the Admin portal at 2. Go to APPS and select Apps. Then click Manage Deployment Choose All Users and click Add. Verify that All Users was added to the Selected groups area, and click Next.

55 4. Click Deployment and select Available Install. Click Finish. Note: The reason why you don t get the option to choose Uninstall is that we re only able to install when the installation file is an executable (.exe). We would need to create another package to do the uninstallation of Microsoft Office 365 ProPlus. The required install option is only available for deployment to computers. 5. When you go back to the previous page, you ll see that the Deployed column has changed to Yes.

56 End User Experience Overview This chapter describes how to actually install Office 365 on a client computer that is managed by Microsoft Intune. Pre-requirements In order for the operator to perform the steps described below, the following requirements must be in place: A client computer that is managed by Windows Intune. Process Steps 1. Log on to a client machine where you have installed the Microsoft Intune Client Agent. 2. On the client computer, click on the arrow just beside the clock, right-click on the computer icon and click on Company Portal.

57 3. Type the username and password, and click Sign in. 4. If this is the first time you sign in on the computer, you ll see the following message. Click Yes. 5. Click on This device is either not enrolled or the Company Portal can t identify it.

58 6. Select the Computer Name and click Select. 7. On the webpage, press F5 to refresh the page. You should now see the Office 365 ProPlus program.

59 8. Click on Office 365 ProPlus. 9. Click Install. 10. Office 365 ProPlus will now be installed on the device. This step will take about 30 minutes because the installation is being downloaded using bits. During the installation, you can press F5 to refresh the status of the installation. 11. Once the installation files are downloaded, you ll see the following window when the Office 365 ProPlus installation starts:

60 12. Once it is finished, the following window is shown: 13. Once the installation is finished, you ll see the following notice, and you can now start the Office 365 applications.

61

Management Utilities Configuration for UAC Environments

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

More information

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

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

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Stellar Phoenix Exchange Server Backup

Stellar Phoenix Exchange Server Backup Stellar Phoenix Exchange Server Backup Version 1.0 Installation Guide Introduction This is the first release of Stellar Phoenix Exchange Server Backup tool documentation. The contents will be updated periodically

More information

How To Deploy Office 2016 With Office 2016 Deployment Tool

How To Deploy Office 2016 With Office 2016 Deployment Tool How to deploy Office 2016 using SCCM 2012 R2 In this article we will see how to deploy Office 2016 using SCCM 2012 R2. Along with Office 2016, Microsoft has released office 2016 deployment tool. The Office

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

SQL Server Business Intelligence

SQL Server Business Intelligence SQL Server Business Intelligence Setup and Configuration Guide Himanshu Gupta Technology Solutions Professional Data Platform Contents 1. OVERVIEW... 3 2. OBJECTIVES... 3 3. ASSUMPTIONS... 4 4. CONFIGURE

More information

How To Configure A Windows 8.1 On A Windows 7.1.1 (Windows) With A Powerpoint (Windows 8) On A Blackberry) On An Ipad Or Ipad (Windows 7) On Your Blackberry Or Black

How To Configure A Windows 8.1 On A Windows 7.1.1 (Windows) With A Powerpoint (Windows 8) On A Blackberry) On An Ipad Or Ipad (Windows 7) On Your Blackberry Or Black Introduction to Cloud-Based Mobile Device Management with Intune Information in this document, including URLs and other Internet Web site references, is subject to change without notice. Unless otherwise

More information

Setting up VMware ESXi for 2X VirtualDesktopServer Manual

Setting up VMware ESXi for 2X VirtualDesktopServer Manual Setting up VMware ESXi for 2X VirtualDesktopServer Manual 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

More information

How To Deploy Lync 2010 Client Using SCCM 2012 R2

How To Deploy Lync 2010 Client Using SCCM 2012 R2 prajwaldesai.com http://prajwaldesai.com/how-to-deploy-lync-2010-client-using-sccm-2012-r2/ How To Deploy Lync 2010 Client Using SCCM 2012 R2 Prajwal Desai In this post we will see how to deploy Lync 2010

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

SCCM 2012. How to guide deploying SCCM Client, setting up SUP and SCEP. Hans Chr. Andersen

SCCM 2012. How to guide deploying SCCM Client, setting up SUP and SCEP. Hans Chr. Andersen SCCM 2012 How to guide deploying SCCM Client, setting up SUP and SCEP Hans Chr. Andersen Contents What is Configuration Manager?... 2 Deploying SCCM Client... 3 Client push Installation... 3 SUP Installation...

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 and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

ACTIVE DIRECTORY DEPLOYMENT

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

More information

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

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

More information

ilaw Installation Procedure

ilaw Installation Procedure ilaw Installation Procedure This guide will provide a reference for a full installation of ilaw Case Management Software. Contents ilaw Overview How ilaw works Installing ilaw Server on a PC Installing

More information

User Profile Manager 2.6

User Profile Manager 2.6 User Profile Manager 2.6 User Guide ForensiT Limited, Innovation Centre Medway, Maidstone Road, Chatham, Kent, ME5 9FD England. Tel: US 1-877-224-1721 (Toll Free) Intl. +44 (0) 845 838 7122 Fax: +44 (0)

More information

MICROSOFT STEP BY STEP INTERACTIVE VERSION 3.0 ADMINISTRATION GUIDE

MICROSOFT STEP BY STEP INTERACTIVE VERSION 3.0 ADMINISTRATION GUIDE MICROSOFT STEP BY STEP INTERACTIVE VERSION 3.0 ADMINISTRATION GUIDE Part 1: Network Installation Guide Introduction Part 1 of this document provides instructions for installing Microsoft Interactive Training

More information

Novell Filr. Windows Client

Novell Filr. Windows Client Novell Filr Windows Client 0 Table of Contents Supported Environments 2 Supported Languages 2 Getting Started 3 Which Folders Are Synchronized 3 What Actions Are Supported 4 Configuring Folders to Synchronize

More information

File Share Navigator Online 1

File Share Navigator Online 1 File Share Navigator Online 1 User Guide Service Pack 3 Issued November 2015 Table of Contents What s New in this Guide... 4 About File Share Navigator Online... 5 Components of File Share Navigator Online...

More information

How to deploy Lync 2013 client using SCCM

How to deploy Lync 2013 client using SCCM In this doc we will see how to deploy Lync 2013 client using SCCM. There are two versions of the Lync 2013 client available, Lync Basic 2013 and Lync 2013. Lync Basic 2013 provides all the basic functionality

More information

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

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

More information

Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services

Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services Windows Azure Infrastructure Services provides cloud based storage, virtual networks

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

Silect Software s MP Author

Silect Software s MP Author Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,

More information

DocumentsCorePack for MS CRM 2011 Implementation Guide

DocumentsCorePack for MS CRM 2011 Implementation Guide DocumentsCorePack for MS CRM 2011 Implementation Guide Version 5.0 Implementation Guide (How to install/uninstall) The content of this document is subject to change without notice. Microsoft and Microsoft

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

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

More information

Colligo Contributor File Manager 4.6. User Guide

Colligo Contributor File Manager 4.6. User Guide Colligo Contributor File Manager 4.6 User Guide Contents Colligo Contributor File Manager Introduction... 2 Benefits... 2 Features... 2 Platforms Supported... 2 Installing and Activating Contributor File

More information

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide Page 1 of 243 Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide (This is an alpha version of Benjamin Day Consulting, Inc. s installation

More information

NovaBACKUP xsp Version 12.2 Upgrade Guide

NovaBACKUP xsp Version 12.2 Upgrade Guide NovaBACKUP xsp Version 12.2 Upgrade Guide NovaStor / August 2011 Rev 20110815 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications

More information

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials With Windows Server 2012 R2 Essentials in your business, it is important to centrally manage your workstations to ensure

More information

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION Contents 1. Getting Started... 4 1.1 Specops Deploy Supported Configurations... 4 2. Specops Deploy and Active Directory...5 3. Specops Deploy

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

Contents. Using Web Access... 1. Managing Shared Folders... 28. Managing Account Settings... 36. Index... 39

Contents. Using Web Access... 1. Managing Shared Folders... 28. Managing Account Settings... 36. Index... 39 Contents Using Web Access... 1 Using the Sign In Page... 1 Signing In to Seagate Global Access... 2 Creating a Seagate Global Access Account... 2 If You Forget Your Password... 5 Viewing Central Axis Details...

More information

NetWrix Password Manager. Quick Start Guide

NetWrix Password Manager. Quick Start Guide NetWrix Password Manager Quick Start Guide Contents Overview... 3 Setup... 3 Deploying the Core Components... 3 System Requirements... 3 Installation... 4 Windows Server 2008 Notes... 4 Upgrade Path...

More information

ProSystem fx Document

ProSystem fx Document ProSystem fx Document Server Upgrade from Version 3.7 to Version 3.8 1 This Document will guide you through the upgrade of Document Version 3.7 to Version 3.8. Do not attempt to upgrade from any other

More information

Deploying Applications To Users Using SCCM 2012 R2

Deploying Applications To Users Using SCCM 2012 R2 Deploying Applications To Users Using SCCM 2012 R2 PrajwalDesai.Com Page 1 of 19 prajwaldesai.com Deploying Applications To Users Using SCCM 2012 R2 Prajwal Desai In this post we will look at the steps

More information

Creating and Issuing the Workstation Authentication Certificate Template on the Certification Authority

Creating and Issuing the Workstation Authentication Certificate Template on the Certification Authority In this post we will see the steps for deploying the client certificate for windows computers. This post is a part of Deploy PKI Certificates for SCCM 2012 R2 Step by Step Guide. In the previous post we

More information

Premier Installation 2013.1 Guide for SQL Server Administrators

Premier Installation 2013.1 Guide for SQL Server Administrators for Depreciation, Tracking, Planning, and Reporting Premier Installation 2013.1 Guide for SQL Server Administrators Premier Installation Guide Version 2013.1 Contents Chapter 1. Introduction Supported

More information

Pearl Echo Installation Checklist

Pearl Echo Installation Checklist Pearl Echo Installation Checklist Use this checklist to enter critical installation and setup information that will be required to install Pearl Echo in your network. For detailed deployment instructions

More information

MacroLan Azure cloud tutorial.

MacroLan Azure cloud tutorial. MacroLan Azure cloud tutorial. Create a Virtual Machine running Windows This tutorial shows you how easy it is to create an Azure virtual machine (VM) running Windows, using as an example a Windows Server

More information

How To Deploy Microsoft Office 2013 Using SCCM 2012 R2

How To Deploy Microsoft Office 2013 Using SCCM 2012 R2 prajwaldesai.com http://prajwaldesai.com/how-to-deploy-microsoft-office-2013-using-sccm-2012-r2/ How To Deploy Microsoft Office 2013 Using SCCM 2012 R2 Prajwal Desai In this post we will see how to deploy

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

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Installing OneStop Reporting Products

Installing OneStop Reporting Products Installing OneStop Reporting Products Contents 1 Introduction 2 Product Overview 3 System Requirements 4 Deployment 5 Installation 6 Appendix 2010 OneStop Reporting http://www.onestopreporting.com support@onestopreporting.com

More information

Implementing and Supporting Windows Intune

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

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

1. PART ONE: PREPARE OFFICE 365 PACKAGE 1.1. DOWNLOAD OFFICE 365

1. PART ONE: PREPARE OFFICE 365 PACKAGE 1.1. DOWNLOAD OFFICE 365 1. PART ONE: PREPARE OFFICE 365 PACKAGE 1.1. DOWNLOAD OFFICE 365 1. Download Office Deployment Tool for Click-to-Run : Link 2. Create five xml files inside downloaded folder Click-to-Run a. Download32.xml

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

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

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information

Installing and Configuring Login PI

Installing and Configuring Login PI Installing and Configuring Login PI Login PI Hands-on lab In this lab, you will configure Login PI to provide performance insights for a Windows Server 2012 R2 Remote Desktop Services installation. To

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

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE Contents Introduction... 3 Step 1 Create Azure Components... 5 Step 1.1 Virtual Network... 5 Step 1.1.1 Virtual Network Details... 6 Step 1.1.2 DNS Servers

More information

Introduction 1-1 Installing FAS 500 Asset Accounting the First Time 2-1 Installing FAS 500 Asset Accounting: Upgrading from a Prior Version 3-1

Introduction 1-1 Installing FAS 500 Asset Accounting the First Time 2-1 Installing FAS 500 Asset Accounting: Upgrading from a Prior Version 3-1 Contents 1. Introduction 1-1 Supported Operating Environments................ 1-1 System Requirements............................. 1-2 Security Requirements........................ 1-3 Installing Server

More information

Device Enrollment Guide

Device Enrollment Guide TechReady Are you ready to implement IT solutions? Device Enrollment Guide Mobile Device Management with Enterprise Mobility Suite Created for: TechReady 7 iunie 2016 Version 0.3 Created by: Adrian Stoian

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Administration Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.

Administration Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Deploy is a trademark owned by Specops Software. All

More information

DocumentsCorePack Client

DocumentsCorePack Client DocumentsCorePack Client for MS CRM 2015 v.7.3 - January 2015 Client Installation Guide (How to install and configure DocumentsCorePack Client for MS CRM 2015) The content of this document is subject to

More information

Creating client-server setup with multiple clients

Creating client-server setup with multiple clients Creating client-server setup with multiple clients Coffalyser.Net uses a SQL client server database model to store all project/experiment- related data. The client-server model has one main application

More information

Live Maps. for System Center Operations Manager 2007 R2 v6.2.1. Installation Guide

Live Maps. for System Center Operations Manager 2007 R2 v6.2.1. Installation Guide Live Maps for System Center Operations Manager 2007 R2 v6.2.1 Installation Guide CONTENTS Contents... 2 Introduction... 4 About This Guide... 4 Supported Products... 4 Understanding Live Maps... 4 Live

More information

ATTENTION: End users should take note that Main Line Health has not verified within a Citrix

ATTENTION: End users should take note that Main Line Health has not verified within a Citrix Subject: Citrix Remote Access using PhoneFactor Authentication ATTENTION: End users should take note that Main Line Health has not verified within a Citrix environment the image quality of clinical cal

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

Bitrix Site Manager ASP.NET. Installation Guide

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

More information

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Note: I have only tested these procedures on Server 2003 SP1 (DC) and XP SPII client, in a controlled lab environment,

More information

How To Use Senior Systems Cloud Services

How To Use Senior Systems Cloud Services Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To

More information

Receiver Updater for Windows 4.0 and 3.x

Receiver Updater for Windows 4.0 and 3.x Receiver Updater for Windows 4.0 and 3.x 2015-04-12 05:29:34 UTC 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Receiver Updater for Windows 4.0 and 3.x...

More information

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054

More information

Quick Installation Guide

Quick Installation Guide avast! Enterprise Administration Quick Installation Guide avast! Reseller Technical Support reseller-support@avast.com How to Install System Requirements AVAST! ENTERPRISE ADMINISTRATION SERVER Windows

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

DocAve Upgrade Guide. From Version 4.1 to 4.5

DocAve Upgrade Guide. From Version 4.1 to 4.5 DocAve Upgrade Guide From Version 4.1 to 4.5 About This Guide This guide is intended for those who wish to update their current version of DocAve 4.1 to the latest DocAve 4.5. It is divided into two sections:

More information

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31 OneStop Reporting 3.7 Installation Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents System Requirements... 1 Obtaining the Software... 2 Obtaining Your

More information

Deploying System Center 2012 R2 Configuration Manager

Deploying System Center 2012 R2 Configuration Manager Deploying System Center 2012 R2 Configuration Manager This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.

More information

Specops Command. Installation Guide

Specops Command. Installation Guide Specops Software. All right reserved. For more information about Specops Command and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Command is a trademark owned by Specops

More information

GMS. 1 Create the virtual machine 2 Configure the virtual machine 3 Configure the virtual GMS server. Quick Start Guide. Microsoft Hyper-V Hypervisor

GMS. 1 Create the virtual machine 2 Configure the virtual machine 3 Configure the virtual GMS server. Quick Start Guide. Microsoft Hyper-V Hypervisor Quick Start Guide GMS If you re not using Hyper-V 2012, your screens may vary. Microsoft Hyper-V Hypervisor 2013 Silver Peak Systems, Inc. Before You Begin Comply with the GMS Host System Requirements

More information

Colligo Email Manager 6.2. Offline Mode - User Guide

Colligo Email Manager 6.2. Offline Mode - User Guide 6.2 Offline Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 3 Checking for Updates 4 Updating Your License

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

Global Image Management System For epad-vision. User Manual Version 1.10

Global Image Management System For epad-vision. User Manual Version 1.10 Global Image Management System For epad-vision User Manual Version 1.10 May 27, 2015 Global Image Management System www.epadlink.com 1 Contents 1. Introduction 3 2. Initial Setup Requirements 3 3. GIMS-Server

More information

You may have been given a download link on your trial software email. Use this link to download the software.

You may have been given a download link on your trial software email. Use this link to download the software. BackupVault / Attix5 Server Quickstart Guide This document takes about 5 minutes to read and will show you how to: Download the software Install the Attix5 Professional Backup software Backup your files

More information

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual Vodafone PC SMS 2010 (Software version 4.7.1) User Manual July 19, 2010 Table of contents 1. Introduction...4 1.1 System Requirements... 4 1.2 Reply-to-Inbox... 4 1.3 What s new?... 4 2. Installation...6

More information

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

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

More information

Server Installation: ServerTools

Server Installation: ServerTools Server Installation: ServerTools ServerTools Page 1 Table of Contents To Install ServerTools...3 Backup and Restore...6 Purpose...6 Background...6 Requirements...6 Creating a Backup Schedule using the

More information

This Deployment Guide is intended for administrators in charge of planning, implementing and

This Deployment Guide is intended for administrators in charge of planning, implementing and YOUR AUTOMATED EMPLOYEE Foxtrot Deployment Guide Enterprise Edition Introduction This Deployment Guide is intended for administrators in charge of planning, implementing and maintaining the deployment

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

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

More information

Load Bulletin ADP, Inc. Dealer Services 1950 Hassell Road Hoffman Estates, IL 60169-6308

Load Bulletin ADP, Inc. Dealer Services 1950 Hassell Road Hoffman Estates, IL 60169-6308 Load Bulletin ADP, Inc. Dealer Services 1950 Hassell Road Hoffman Estates, IL 60169-6308 Make sure the media label contains this number: NP-ASP-AE1.0 ADP Network Phone ASP Assistant Enterprise Loading

More information

Installing VPN for PC v1.3

Installing VPN for PC v1.3 Follow these instructions to access your Public/Private folders from home. Please Note: If you are having connectivity issues after installing or upgrading VPN, please refer to Troubleshooting Connectivity

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

NETWRIX ACCOUNT LOCKOUT EXAMINER

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

More information

Desktop and Professional Editions

Desktop and Professional Editions YOUR AUTOMATED EMPLOYEE Foxtrot Deployment Guide Desktop and Professional Editions Introduction This Deployment Guide is intended for administrators in charge of planning, implementing and maintaining

More information

For Active Directory Installation Guide

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

More information

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365 This guide explains how to access and use the OneDrive for Business cloud based storage system and Microsoft Office Online suite of products via a web browser. What is OneDrive for Business at University

More information

Getting Started Guide

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

More information

Colligo Email Manager 5.1. User Guide

Colligo Email Manager 5.1. User Guide 5.1 User Guide Contents Enterprise Email Management for SharePoint 2010 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Managing SharePoint Sites 5 Adding

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

Passport installation Windows 8 + Firefox

Passport installation Windows 8 + Firefox Passport installation Windows 8 + Firefox OS Version Windows 8 System Type 32-bit and 64-bit Browser name & version Firefox 23 Before you begin Check you have Anti Virus software installed on your computer

More information

NETWRIX CHANGE NOTIFIER

NETWRIX CHANGE NOTIFIER NETWRIX CHANGE NOTIFIER FOR SQL SERVER QUICK-START GUIDE Product Version: 2.6.194 February 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information