Presto User s Manual. Collobos Software Version Collobos Software, Inc

Size: px
Start display at page:

Download "Presto User s Manual. Collobos Software Version 1.6. 2014 Collobos Software, Inc http://www.collobos.com"

Transcription

1 Presto User s Manual Collobos Software Version Collobos Software, Inc

2 Welcome To Presto 3 System Requirements 3 How It Works 4 Presto Service 4 Presto 4 Printers 5 Virtual Printers 5 Printer Configuration 5 Default Paper 5 Paper Loaded 5 Landscape 6 Duplex 6 Color 6 Security 6 Namespaces 7 Bonjour 7 Wide-Area Bonjour 8 Troubleshooting 11 Google Cloud Print 12 Advanced 13 Directory Services 13 Proxy Server 13 Logging 13 Plugins Collobos Software, Inc

3 Troubleshooting Collobos Software, Inc

4 This page left intentionally blank 2014 Collobos Software, Inc

5

6 Welcome To Presto Presto is a print server that connects your mobile devices to all your printers. It has been designed from the ground up to run in the most demanding enterprise environments and supports printing from the most popular mobile platforms. From home to the enterprise, if you need to print from iphone, ipad, Android, or Chrome OS, Presto makes it happen. System Requirements Presto supports the following Windows environments: XP3 SP3 Windows Vista (32/64 bit) Windows 7 (32/64 bit) Windows 8 (32/64 bit) Windows Server 2003 Windows Server 2003 R2 Windows Server 2008 Windows Server 2008 R2 Windows Server 2012 R Collobos Software, Inc 3

7 How It Works Presto is a combination of two different components working together: Presto and Presto Service. Presto Service Presto Service is a system service/daemon that runs in the background advertising your printers, monitoring for new print jobs and acting as the central repository for all configuration information. On Windows, the Presto Service runs as the SYSTEM user. It is not recommended that you change this setting. Presto Presto is responsible for detecting your printers, authenticating and printing print jobs, and displaying a user interface. The user interface enables you to display, configure and manage your printers and namespaces. It is not necessary for Presto to be running for Presto to work; rather it is only used for configuring and managing Presto. Once you have things configured the way you like, the Presto window can be closed. Throughout Presto, the ability to create or delete an object is managed through the add and remove buttons at the bottom of the window. Double clicking on a selection (if available) will provide additional configuration options. In other words, double clicking on a printer will open the printer configuration screen and the option to edit security settings. If a selection is grayed out in Presto, that capability or feature is not available Collobos Software, Inc 4

8 Printers Presto will discover all the print queues on your machine and in most circumstances, it will automatically advertise them. Unchecking the box next to the name of the printer will disable advertising of that printer and it will no longer show up on your mobile devices. Virtual Printers Presto allows you to create virtual printers that can integrate with a wide variety of third party software, including but not limited to Dropbox, Evernote, and Adobe Reader. To create a new virtual printer, click the + button at the bottom of the screen while the printers tab is selected. A new printer configuration screen will be displayed where you can configure what you want your new virtual printer to do. To configure your printer to open a print job on your desktop, click the Action button and select Open With. If you want Presto to use the default application for the particular file type, then select Default in the button to the right. If you would rather Presto use a specific application to open the file, click the button to the right and select Other... You can select the specific application in the file selection window that is displayed. Printer Configuration Double click on a specific printer to manage printer settings and security. Presto will load existing printer settings by default. Default Paper The paper size that your printer is configured to use. Paper Loaded If the printer has multiple paper trays, every paper size that is loaded into the paper trays should be checked Collobos Software, Inc 5

9 Landscape Generally Landscape is selected to make printing in landscape available. Duplex Double sided printing. Color Deselecting color will cause print jobs to be printed in black and white. Selecting color will re-enable color printing. Security On ios, the first time a device tries to print to a secured printer, a username and password dialog box will pop up. The user then needs to enter their credentials exactly as they would if logging into their computer. After successfully entering the credentials the device will cache the credentials and the user will not need to re-enter the credentials unless the security on the printer is changed. On Windows, Presto will impersonate the user before doing a secure print. This means that the user has to have log-on locally rights in their profile on the machine running Presto. Google Cloud Print security is based entirely on the security offered by your Google account Collobos Software, Inc 6

10 Namespaces Namespaces allow you to manage where your printers are named and how they can be discovered by your mobile devices. Since Presto 1.5, it is possible to select printers to be advertised per namespace. To do this, select the namespaces tab and click the disclosure indicator for a namespace. This will display a list of all your printers. Any changes you make here are namespace specific. To add a namespace, click the + button. To delete a namespace, click the - button. Bonjour Presto will create a Bonjour namespace for you automatically. This namespace is named local. and works via multicast DNS. Multicast traffic is normally only routed on the local link, so the Bonjour namespace will advertise services that can only be discovered by devices that are on the same subnet as the machine running Presto. For home and small office environments, this limitation is not typically an issue. However, in large campus and enterprise environments, the Bonjour namespace will oftentimes not be a viable option as the wireless mobile devices will not be on the same subnet as the machine running Presto. Although it is uncommon, some network administrators have reported issues with multicast traffic that is alleged to have some relationship to multicast DNS. If you have no need for the Bonjour namespace, it can safely be deleted Collobos Software, Inc 7

11 Wide-Area Bonjour To enable Presto to handle Wide-Area Bonjour service discovery requests, it is necessary to create a new Wide-Area Bonjour namespace. Wide-Area Bonjour uses standard DNS queries and responses as a means for doing generalized service discovery on large enterprise and campus networks. While the namespaces tab is selected, click the + button. Select Wide-Area Bonjour Namespace. Type in the name that you wish Presto to manage. Typically, you will want to delegate a DNS sub-domain to Presto, so the name you choose will be based on your environment s domain name. For example, if the fully qualified domain name of your network is test.xyz., then you ll create a sub-domain based on that name. Examples are presto.test.xyz., or building42.test.xyz. or printers.test.xyz. After choosing a name, select OK. To finish the configuration, you ll need to modify your DNS environment so the mobile devices can find Presto. You ll want to create a sub-domain delegation to Presto, which is a fancy way of saying that you ll need to add an NS and A/AAAA record to your DNS server that points to Presto. To help you visualize this, we will work through a close to real world example. Let s say for the following example that your DNS domain is test.xyz. You have installed Presto on a machine named shuttle and whose IP address is You created a new Wide-Area Bonjour namespace in Presto whose name is presto.test.xyz. So now let s configure your DNS server to point to Presto. The way you do this depends on what kind of DNS server you are running. For many sites, Windows Server DNS is the tool of choice. Others use BIND, or Unbound, or another type of DNS server. We ll show you how to configure Windows Server DNS. Windows Server DNS To configure Windows Server DNS, open up a command prompt window on your DNS server machine. Remember to choose Run as administrator Collobos Software, Inc 8

12 The following command will create the delegation: C:\> dnscmd. /RecordAdd test.xyz. presto NS shuttle.presto.test.xyz Remember to change test.xyz. to the actual domain you re configuring. Now we need to set the address of this new name server. C:\> dnscmd. /RecordAdd test.xyz. shuttle.presto.test.xyz. A That s it. You ve just created the delegation to Presto s presto.test.xyz. namespace. Now we need to add one more record to let ios know about Presto. You can either configure your environment such that every ios device will see the services advertised by the presto.test.xyz namespace, or you can choose to only have the ios devices on a specific subnet see the services advertised by the presto.test.xyz namespace. To have every ios device see the printers advertised by presto.test.xyz., type the following command: C:\> dnscmd. /RecordAdd test.xyz. lb._dns-sd._udp. PTR presto.test.xyz. To restrict to a specific subnet, you will type in two commands. The first will create a reverse lookup zone. Let s say for this example, the subnet you are interested in is The command to create this zone looks like this: C:\> dnscmd. /ZoneAdd in-addr.arpa. /DsPrimary The last argument /DsPrimary specifies that you want this reverse lookup zone integrated into Active Directory. If that is not what you want, specify /Primary instead. The second command populates the new reverse lookup zone. C:\> dnscmd. /RecordAdd in-addr.arpa. lb._dns-sd._udp. PTR presto.test.xyz 2014 Collobos Software, Inc 9

13 That s it! You ve just created the new delegation to Presto and configured your DNS server to serve up the new delegation to either all your ios devices, or only to ios devices on a specific subnet Collobos Software, Inc 10

14 Troubleshooting Open up a console window and if your Presto DNS namespace was named printers.test.xyz., type the following: nslookup -query=ns printers.test.xyz. If everything has been configured correctly thus far, you should see something like this: Server: Address: #53 Non-authoritative answer: printers.test.xyz. nameserver = shuttle.printers.test.xyz. Authoritative answers can be found from: shuttle.printers.test.xyz. internet address = At this point, we should be able to successfully query Presto for it s printers. Let s try it. nslookup -query=ptr _ipp._tcp.printers.test.xyz. If everything is working, you should see your list of printers, albeit in DNS record format. Your printer list will of course look different than this. Mine looks like the following: Server: Address: #53 Non-authoritative answer: _ipp._tcp.printers.test.xyz name = brother\032hl-2270dw \032series._ipp._tcp.printers.test.xyz. _ipp._tcp.printers.test.xyz name = deskjet \ \032szr._ipp._tcp.printers.test.xyz. If you do not see output that looks like this, or you see an error, most likely there was an error in setting up the records in your DNS server Collobos Software, Inc 11

15 Google Cloud Print To set-up a Google account click the + button. Select Google. A Google Account window will be displayed and you will be prompted to verify that you give the Presto app permission to manage your printers, access your account and receive Google Talk messages. It can take up to a minute for the request to succeed and for the Presto window to display the newly created Google Cloud Print namespace. Once the associated Google account appears in the Presto window, your printers will become available to the Android or Chrome OS devices that are logged into the same Google account. The Android OS SDK does not have native printing support, so most Android apps do not have printing functionality available from within the app. Google recently released a Google Cloud Print app for Android and we recommend that Android users install this app if they are interested in printing. Chrome OS does not suffer from this problem as it s a Chrome browser based environment which already knows how to print via Google Cloud Print. Printers can be managed through either Presto Control Panel or through Google at Note that the current version of Presto does not allow you to configure printer sharing via Presto Control Panel. That can only be accomplished through Google s Cloud Print UI. Currently, Google Cloud Print does not have a way to pass credentials from the device to Presto when printing to a secured printer Collobos Software, Inc 12

16 Advanced The advanced tab allows you to configure a proxy server, change the DNS port Presto uses, and configure the logging level. Directory Services You can add your directory service domains to Presto. This will allow Presto to manage the incoming credentials correctly for a security backed server. Proxy Server There are three types of proxy servers that Presto can integrate with: HTTP, SOCKS4, and SOCKS5. Select which type of proxy server and enter its IP address and port server requires authentication, then here too. is on your network number. If the proxy enter in the credentials Logging By default, Presto is configured to log standard messages, warnings and errors. If you want to change this default, either by configuring Presto to log less messages or more messages, you can change the setting here. Note that changing the setting to verbose will cause Presto to log a voluminous amount of data. Plugins Presto s functionality can be extended through the use of scripts and/or executables. System administrators can replace Presto s default authentication system (which uses Windows to do account authentication) with a custom implementation. This can be very useful if your environment uses something other than Active Directory for managing user accounts. Additionally, Presto can invoke a script or executable when events have occurred in Presto s print engine Collobos Software, Inc 13

17 To replace Presto s default security subsystem, place an executable or script in {Presto Installation Folder}\Plugins\Security. This script will be invoked with a username and password as parameters. The script/executable should return 0 if it was able to successfully authenticate that user, or non-zero if the authentication failed. Currently, Presto s notifications are limited to print job notification. To receive these notifications, place a script or executable in {Presto Installation Folder}\Plugins \Notification. This script will be invoked with a notification type parameter, followed by contextual parameters based on the notification type. Presto will send notifications for the following event types: print-job-update: job-state (INTEGER) 0 = Pending 1 = Held 2 = Processing 3 = Stopped 4 = Cancelled 5 = Aborted 6 = Completed job-name (STRING) job-filename (STRING) job-owner (STRING) native-job-id (INTEGER) 2014 Collobos Software, Inc 14

18 Troubleshooting The primary resource for troubleshooting is our knowledge base Collobos Software, Inc. Collobos, Presto, are Trademarks of Collobos Software, Inc. AirPrint, Bonjour, iphone, ipad, Mac, ios are Trademarks of Apple, Inc. Google CloudPrint, Android, Chromebook, and Chrome OS are Trademarks of Google, Inc. Windows, XP, Vista are Trademarks of Microsoft, Inc. Other Trademarks are owned by 3rd parties Collobos Software, Inc 15

Presto User s Manual. Collobos Software Version 1.1. 2013 Collobos Software, Inc! http://www.collobos.com

Presto User s Manual. Collobos Software Version 1.1. 2013 Collobos Software, Inc! http://www.collobos.com Presto User s Manual Collobos Software Version 1.1 2013 Collobos Software, Inc! http://www.collobos.com Welcome To Presto! 3 AirPrint! 3 Google Cloud Print! 3 System Requirements! 3 How It Works! 5 PrintKit

More information

Windows XP Exchange Client Installation Instructions

Windows XP Exchange Client Installation Instructions WINDOWS XP with Outlook 2003 or Outlook 2007 1. Click the Start button and select Control Panel: 2. If your control panel looks like this: Click Switch to Classic View. 3. Double click Mail. 4. Click show

More information

Professional Mailbox Email Software Setup Guide

Professional Mailbox Email Software Setup Guide Professional Mailbox Email Software Setup Guide Table of contents Download and Install Microsoft Outlook 2010 or 2011... 2 Enabling access from email software... 4 Setting up Outlook 2010... 6 Before you

More information

How to Access Coast Wi-Fi

How to Access Coast Wi-Fi How to Access Coast Wi-Fi Below is a summary of the information required to configure your device to connect to the coast-wifi network. For further assistance in configuring your specific device, continue

More information

Apple Mail... 36 Outlook Web Access (OWA)... 38 Logging In... 38 Changing Passwords... 39 Mobile Devices... 40 Blackberry...

Apple Mail... 36 Outlook Web Access (OWA)... 38 Logging In... 38 Changing Passwords... 39 Mobile Devices... 40 Blackberry... Contents Email Accounts... 3 Adding accounts... 3 Account Modifications... 6 Adding Aliases... 7 Primary E-mail Addresses... 10 Mailbox Quotas... 12 Removing accounts... 13 Mail Forwarding and Distribution

More information

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e VDI Pilot Technology Services Group Procedures IH Anywhere guide 0 P a g e Installation Disable Apple Security Table of Contents IH Anywhere for Apple OSX (MAC)... 2 1. Installation... 2 Disable Apple

More information

Exchange 2013 mailbox setup guide

Exchange 2013 mailbox setup guide Fasthosts Customer Support Exchange 2013 mailbox setup guide This article covers the setup of Exchange 2013 mailboxes in Microsoft Outlook 2013, 2010 and Outlook 2011 for Mac. Contents Exchange 2013 Mailbox

More information

Email Setup Guide. network support pc repairs web design graphic design Internet services spam filtering hosting sales programming

Email Setup Guide. network support pc repairs web design graphic design Internet services spam filtering hosting sales programming Email Setup Guide 1. Entourage 2008 Page 2 2. ios / iphone Page 5 3. Outlook 2013 Page 10 4. Outlook 2007 Page 17 5. Windows Live Mail a. New Account Setup Page 21 b. Change Existing Account Page 25 Entourage

More information

Wireless Network Configuration Guide

Wireless Network Configuration Guide CIT Table of Contents Introduction... 1 General Wireless Settings... 1 1. Windows XP Wireless Configuration... 2 2. Windows XP Intel Pro Wireless Tool... 7 3. Windows Vista Using the Windows Wireless Tools...

More information

QUT PRINTING SERVICES. www.qps.qut.edu.au. Printing from your laptop. Connect your laptop to the student print queue

QUT PRINTING SERVICES. www.qps.qut.edu.au. Printing from your laptop. Connect your laptop to the student print queue QUT PRINTING SERVICES www.qps.qut.edu.au Printing from your laptop Connect your laptop to the student print queue Contents Using this guide 3 How to print from your laptop 3 Windows 8 4 Windows 7 Windows

More information

Q. I use a MAC How do I change my password so I can send and receive my email?

Q. I use a MAC How do I change my password so I can send and receive my email? Password Change FAQ Q. I use a MAC How do I change my password so I can send and receive my email? A. First point a browser to http://www.redlands.edu/passwordmanager and change your password. Afterward,

More information

How to configure your Desktop Computer and Mobile Devices post migrating to Microsoft Office 365

How to configure your Desktop Computer and Mobile Devices post migrating to Microsoft Office 365 How to configure your Desktop Computer and Mobile Devices post migrating to Microsoft Office 365 1 Contents Purpose... 3 Office 365 Mail Connections... 3 Finding IMAP server... 3 Desktop computers... 4

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app

Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app Instructions for Configuring Your Browser Settings and Online Security FAQ s ios8 Settings for iphone and ipad app General Settings The following browser settings and plug-ins are required to properly

More information

www.nexuswebsites.co.uk Professional Mailbox Email Software Setup Guide

www.nexuswebsites.co.uk Professional Mailbox Email Software Setup Guide Professional Mailbox Email Software Setup Guide Table of contents Before you start... 2 Setting up Outlook 2010... 2 Using Autodiscover to configure Outlook 2010... 2 The Autodiscover wizard has not worked...

More information

Installation and Setup Guide

Installation and Setup Guide Installation and Setup Guide Contents 1. Introduction... 1 2. Before You Install... 3 3. Server Installation... 6 4. Configuring Print Audit Secure... 11 5. Licensing... 16 6. Printer Manager... 17 7.

More information

Hosted Microsoft Exchange Client Setup & Guide Book

Hosted Microsoft Exchange Client Setup & Guide Book Hosted Microsoft Exchange Client Setup & Guide Book Section 1 Microsoft Outlook Web Access (OWA) access directions Section 2 Windows 10 Mail App setup & configuration Section 3 Windows Mobile Phone ActiveSync

More information

How to connect to NAU s WPA2 Enterprise implementation in a Residence Hall:

How to connect to NAU s WPA2 Enterprise implementation in a Residence Hall: How to connect to NAU s WPA2 Enterprise implementation in a Residence Hall: General Settings To connect to the ResNet-Secure SSID, a device is needed that supports 802.1X authentication and WPA2 Enterprise.

More information

Customer Tips. Configuring Color Access on the WorkCentre 7328/7335/7345 using Windows Active Directory. for the user. Overview

Customer Tips. Configuring Color Access on the WorkCentre 7328/7335/7345 using Windows Active Directory. for the user. Overview Xerox Multifunction Devices Customer Tips February 13, 2008 This document applies to the stated Xerox products. It is assumed that your device is equipped with the appropriate option(s) to support the

More information

How to Configure the Windows DNS Server

How to Configure the Windows DNS Server Windows 2003 How to Configure the Windows DNS Server How to Configure the Windows DNS Server Objective This document demonstrates how to configure domains and record on the Windows 2003 DNS Server. Windows

More information

Use the below instructions to configure your wireless settings to connect to the secure wireless network using Microsoft Windows Vista/7.

Use the below instructions to configure your wireless settings to connect to the secure wireless network using Microsoft Windows Vista/7. Use the below instructions to configure your wireless settings to connect to the secure wireless network using Microsoft Windows Vista/7. 1. Click the Windows Start button, then Control Panel How-To-WCC-Secure-Windows-7-11/4/2010-4:09

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

PrinterOn Mobile App for ios and Android

PrinterOn Mobile App for ios and Android PrinterOn Mobile App for ios and Android User Guide Version 3.4 Contents Chapter 1: Getting started... 4 Features of the PrinterOn Mobile App... 4 Support for PrinterOn Secure Release Anywhere printer

More information

Installation Guide for Pulse on Windows Server 2008R2

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

More information

Abila Nonprofit Online. Connection Guide

Abila Nonprofit Online. Connection Guide Abila Nonprofit Online This is a publication of Abila, Inc. 2014 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names mentioned

More information

Network Connect Installation and Usage Guide

Network Connect Installation and Usage Guide Network Connect Installation and Usage Guide I. Installing the Network Connect Client..2 II. Launching Network Connect from the Desktop.. 9 III. Launching Network Connect Pre-Windows Login 11 IV. Installing

More information

Hosted Microsoft Exchange Client Setup & Guide Book

Hosted Microsoft Exchange Client Setup & Guide Book Hosted Microsoft Exchange Client Setup & Guide Book Section 1 Microsoft Outlook Web Access (OWA) access directions Section 2 Windows Mobile Phone ActiveSync setup & configuration Section 3 - Apple iphone

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac

Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac Making it easy to deploy, integrate and manage Macs, iphones and ipads in a Windows environment. Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac 2011 ENTERPRISE DEVICE

More information

Installation Guide for Pulse on Windows Server 2012

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

More information

Contents. Before You Install... 3. Server Installation... 5. Configuring Print Audit Secure... 10

Contents. Before You Install... 3. Server Installation... 5. Configuring Print Audit Secure... 10 Installation Guide Contents Before You Install... 3 Server Installation... 5 Configuring Print Audit Secure... 10 Configuring Print Audit Secure to use with Print Audit 6... 15 Licensing Print Audit Secure...

More information

TrueEdit Remote Connection Brief

TrueEdit Remote Connection Brief MicroPress Server Configuration Guide for Remote Applications Date Issued: February 3, 2009 Document Number: 45082597 TrueEdit Remote Connection Brief Background TrueEdit Remote (TER) is actually the same

More information

Configuring Color Access on the WorkCentre 7120 Using Microsoft Active Directory Customer Tip

Configuring Color Access on the WorkCentre 7120 Using Microsoft Active Directory Customer Tip Configuring Color Access on the WorkCentre 7120 Using Microsoft Active Directory Customer Tip October 21, 2010 Overview This document describes how to limit access to color copying and printing on the

More information

Web Manual: Email September 2014

Web Manual: Email September 2014 Table of Contents Getting Started... 3 How to change your password... 3 How to Access Division Email... 4 Outlook Web App (Webmail)... 4 iphone... 4 Android... 4 Blackberry... 4 Outlook Anywhere (MS Outlook)

More information

VPN: Virtual Private Network Setup Instructions

VPN: Virtual Private Network Setup Instructions VPN: Virtual Private Network Setup Instructions Virtual Private Network (VPN): For e-journals and web-based databases, plus applications like EndNote's Online Search (formerly "Connect") and business systems.

More information

Cloud Print Edition Quick Start Guide

Cloud Print Edition Quick Start Guide WHAT S INSIDE Quick Start Guide xprintserver Power supply with regional adapters 3 Ethernet Cable Mounting Bracket & 2 Screws Rubber Feet (4) 1 BEFORE YOU BEGIN 1. If you intend to connect a USB printer

More information

Configuration Guide BES12. Version 12.2

Configuration Guide BES12. Version 12.2 Configuration Guide BES12 Version 12.2 Published: 2015-07-07 SWD-20150630131852557 Contents About this guide... 8 Getting started... 9 Administrator permissions you need to configure BES12... 9 Obtaining

More information

Version 3.0 May 2015 702P03414. Xerox Mobile Print Cloud User How To and Troubleshooting Guide

Version 3.0 May 2015 702P03414. Xerox Mobile Print Cloud User How To and Troubleshooting Guide Version 3.0 May 2015 702P03414 2015 Xerox Corporation. All Rights Reserved. Xerox, Xerox and Design, ConnectKey, and Xerox Secure Access Unified ID System are trademarks of Xerox Corporation in the United

More information

Configuration Guide BES12. Version 12.1

Configuration Guide BES12. Version 12.1 Configuration Guide BES12 Version 12.1 Published: 2015-04-22 SWD-20150422113638568 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12... 8 Product documentation...

More information

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0 Configuration Guide BlackBerry Enterprise Service 12 Version 12.0 Published: 2014-12-19 SWD-20141219132902639 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12...

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

How To Send Mail From A Macbook Access To A Pc Or Ipad With A Password Protected Email Address (Monroe Access) On A Pc (For Macbook) Or Ipa (For Ipa) On Pc Or Macbook (For

How To Send Mail From A Macbook Access To A Pc Or Ipad With A Password Protected Email Address (Monroe Access) On A Pc (For Macbook) Or Ipa (For Ipa) On Pc Or Macbook (For Email client settings: Incoming Mail (IMAP) Server requires SSL: Outgoing Mail (SMTP) Server requires TLS or SSL: Account Name: Email Address: Password: imap.gmail.com Use SSL: Yes Port: 993 smtp.gmail.com

More information

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide September, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Exchange 2010 Outlook Profile Configuration... 1 Outlook Profile

More information

2X SecureRemoteDesktop. Version 1.1

2X SecureRemoteDesktop. Version 1.1 2X SecureRemoteDesktop Version 1.1 Website: www.2x.com Email: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious

More information

2X Cloud Portal v10.5

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

More information

Test Case 3 Active Directory Integration

Test Case 3 Active Directory Integration April 12, 2010 Author: Audience: Joe Lowry and SWAT Team Evaluator Test Case 3 Active Directory Integration The following steps will guide you through the process of directory integration. The goal of

More information

Using Bonjour Across Subnets

Using Bonjour Across Subnets Using Bonjour Across Subnets Version: 1.0 Date: 9/19/06 Author: Geordie Korper Overview This paper discusses methods you can use to provide Bonjour discovery services across subnets. It is intended for

More information

MC3WAVES Wireless Connection Wizard

MC3WAVES Wireless Connection Wizard MC3WAVES Wireless Connection Wizard When viewing available wireless networks on either MCCC campus you will see a network named public. Connection to public is open to all. Upon connecting to the network

More information

RMS Cloud - Setup Instructions for Windows Computers

RMS Cloud - Setup Instructions for Windows Computers RMS Cloud - Setup Instructions for Windows Computers Please follow these instructions on each windows computer that requires a connection to the RMS Cloud system. If you are using a Mac, please see the

More information

Migration User Guides: The Console Email Application Setup Guide

Migration User Guides: The Console Email Application Setup Guide Migration User Guides: The Console Email Application Setup Guide Version 1.0 1 Contents Introduction 3 What are my email software settings? 3 Popular email software setup tutorials 3 Apple Mail OS Maverick

More information

NetIQ Advanced Authentication Framework - MacOS Client

NetIQ Advanced Authentication Framework - MacOS Client NetIQ Advanced Authentication Framework - MacOS Client Installation Guide Version 5.2.0 1 Table of Contents 1 Table of Contents 2 Introduction 3 About This Document 3 About MacOS Client 4 System Requirements

More information

User-ID Configuration

User-ID Configuration User-ID Configuration How to configure Active Directory for User-ID based internet access. Nick Pearce 5/11/2015 1 Install and configure the User-ID agent. Download the.zip file from https://dl.sgcyp.org.uk/pan/user-id.zip

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

CONNECT-TO-CHOP USER GUIDE

CONNECT-TO-CHOP USER GUIDE CONNECT-TO-CHOP USER GUIDE VERSION V8 Table of Contents 1 Overview... 3 2 Requirements... 3 2.1 Security... 3 2.2 Computer... 3 2.3 Application... 3 2.3.1 Web Browser... 3 2.3.2 Prerequisites... 3 3 Logon...

More information

Software Installation Requirements

Software Installation Requirements Software Installation Guide PrintIQ TM Software Installation Requirements Please use the following guide to ensure that you're meeting all requirements prior to installing the PrintIQ TM Xerox Device Agent

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

Configuring IBM Cognos Controller 8 to use Single Sign- On

Configuring IBM Cognos Controller 8 to use Single Sign- On Guideline Configuring IBM Cognos Controller 8 to use Single Sign- On Product(s): IBM Cognos Controller 8.2 Area of Interest: Security Configuring IBM Cognos Controller 8 to use Single Sign-On 2 Copyright

More information

A Guide to New Features in Propalms OneGate 4.0

A Guide to New Features in Propalms OneGate 4.0 A Guide to New Features in Propalms OneGate 4.0 Propalms Ltd. Published April 2013 Overview This document covers the new features, enhancements and changes introduced in Propalms OneGate 4.0 Server (previously

More information

Defender 5.7 - Token Deployment System Quick Start Guide

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

More information

Email setup information for most domains hosted with InfoRailway.

Email setup information for most domains hosted with InfoRailway. Email setup information for most domains hosted with InfoRailway. Incoming server (POP3): pop.secureserver.net port 995 (SSL) Incoming server (IMAP): imap.secureserver.net port 993 (SSL) Outgoing server

More information

Network Load Balancing

Network Load Balancing Network Load Balancing Step by Step installation of Network Load Balancing in Windows Server 2008 R2. Prerequisite for NLB Cluster 1. Log on to NODE1 Windows Server 2008 R2 system with a domain account

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

Configuration Guide BES12. Version 12.3

Configuration Guide BES12. Version 12.3 Configuration Guide BES12 Version 12.3 Published: 2016-01-19 SWD-20160119132230232 Contents About this guide... 7 Getting started... 8 Configuring BES12 for the first time...8 Configuration tasks for managing

More information

Access Tropical Cloud Desktop from Any Device

Access Tropical Cloud Desktop from Any Device Access Tropical Cloud Desktop from Any Device Tropical Business Solutions White Paper Contents What is Tropical Cloud Desktop?... 3 Information you are going to need... 3 How to connect to the Tropical

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

Como configurar o IIS Server para ACTi NVR Enterprise

Como configurar o IIS Server para ACTi NVR Enterprise Como configurar o IIS Server para 20101/1/26 NVR is a Windows based video surveillance software that requires Microsoft IIS (Internet Information Services) 6 or above to operate properly. If you already

More information

Web Manual: Email October 2015

Web Manual: Email October 2015 Table of Contents Getting Started... 3 How to change your password... 3 How to Access Division Email... 4 Outlook Web App (Webmail)... 4 iphone... 4 Android... 4 Blackberry... 4 Outlook Anywhere (MS Outlook)

More information

How to Configure Outlook 2010 E-mail Client for Exchange

How to Configure Outlook 2010 E-mail Client for Exchange LAUSD IT Help Desk How to Configure Outlook 2010 E-mail Client for Exchange (03/04/2012) LAUSD IT Help Desk 333 S. Beaudry Ave. 9 th Floor Phone 213.241.5200 Table of Contents Configure Outlook 2010 for

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

SHC Client Remote Access User Guide for Citrix & F5 VPN Edge Client

SHC Client Remote Access User Guide for Citrix & F5 VPN Edge Client SHC Client Remote Access User Guide for Citrix & F5 VPN Edge Client Version 1.1 1/15/2013 This remote access end user reference guide provides an overview of how to install Citrix receiver (a required

More information

This manual will help you connect your Microsoft Windows XP, Vista, or 7, or Apple OS X computer to the University of Maryland campus data network.

This manual will help you connect your Microsoft Windows XP, Vista, or 7, or Apple OS X computer to the University of Maryland campus data network. This manual will help you connect your Microsoft Windows XP, Vista, or 7, or Apple OS X computer to the University of Maryland campus data network. Prerequisites for Network Registration: 1. In order to

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

How to Install and Setup IIS Server

How to Install and Setup IIS Server How to Install and Setup IIS Server 2010/9/16 NVR is a Windows based video surveillance software that requires Microsoft IIS (Internet Information Services) to operate properly. If you already have your

More information

Business mail 1 MS OUTLOOK CONFIGURATION... 2

Business mail 1 MS OUTLOOK CONFIGURATION... 2 Business mail Instructions for configuration of Outlook, 2007, 2010, 2013 and mobile devices CONTENT 1 MS OUTLOOK CONFIGURATION... 2 1.1 Outlook 2007, 2010 and 2013 adding new exchange account, automatic

More information

Email Setup Guide with Global Print

Email Setup Guide with Global Print Email Setup Guide with Global Print Presented by Global Print Guide to Setting Up Your Email with Global Print. Getting Started This document will help you guide to successfully set up the email account

More information

PrinterOn Mobile Applications for ios and Android

PrinterOn Mobile Applications for ios and Android PrinterOn Mobile Applications for ios and Android Table of Contents 1. Key Features & Functionality... 4 1.1. Printer Discovery... 4 1.1.1. Location-Based Search... 4 1.1.2. Keyword Search... 5 1.1.3.

More information

How-to: Single Sign-On

How-to: Single Sign-On How-to: Single Sign-On Document version: 1.02 nirva systems info@nirva-systems.com nirva-systems.com How-to: Single Sign-On - page 2 This document describes how to use the Single Sign-On (SSO) features

More information

Wireless Setup for Windows 8

Wireless Setup for Windows 8 Wireless Setup for Windows 8 Wireless Names KUEMPLOYEE Only Kettering Staff and Faculty can connect to this wireless o Network Access, Internet Access, Printer Access, License Manager KUSTUDENT Active

More information

MelbourneOnline Hosted Exchange Setup

MelbourneOnline Hosted Exchange Setup MelbourneOnline Hosted Exchange Setup Your email on our Hosted Exchange servers can be accessed by multiple devices including PC, Mac, iphone, IPad, Android, Windows Phone and of course webmail. It s all

More information

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

Software Version 1.0 ConnectKey TM Share to Cloud April 2013. Xerox ConnectKey Share to Cloud User / Administrator s Guide

Software Version 1.0 ConnectKey TM Share to Cloud April 2013. Xerox ConnectKey Share to Cloud User / Administrator s Guide Software Version 1.0 ConnectKey TM Share to Cloud April 2013 Xerox ConnectKey Share to Cloud User / Administrator s Guide 2013 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, and Xerox

More information

ILTA HANDS ON Securing Windows 7

ILTA HANDS ON Securing Windows 7 Securing Windows 7 8/23/2011 Table of Contents About this lab... 3 About the Laboratory Environment... 4 Lab 1: Restricting Users... 5 Exercise 1. Verify the default rights of users... 5 Exercise 2. Adding

More information

Remote Access Enhancements

Remote Access Enhancements Remote Access Enhancements Citrix/Epic Set-up Instructions Provided By: Akron Children s IT Department Date: 7/11/2012 Version: v6 2012 Children s Hospital Medical Center of Akron Table of Contents 1.

More information

8x8 Click2Pop User Guide

8x8 Click2Pop User Guide USER GUIDE 8x8 User Guide Getting Started with April 2014 Contents Introduction... 3 What s new.... 3 8x8.... 3 Here is how works...4 8x8 Click2Connect.... 4 Requirements.... 4 Installation on Microsoft

More information

700 Fox Glen Barrington, Illinois 60010 ph: [847] 842-9570 fx: [847] 842-0190 www.excaltech.com support@excaltech.com.

700 Fox Glen Barrington, Illinois 60010 ph: [847] 842-9570 fx: [847] 842-0190 www.excaltech.com support@excaltech.com. 700 Fox Glen Barrington, Illinois 60010 ph: [847] 842-9570 fx: [847] 842-0190 www.excaltech.com support@excaltech.com Email Setup Guide 1. Entourage 2008 Page 2 2. Outlook 2007 Page 5 3. Outlook 2003 Page

More information

Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3)

Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3) Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3) Manual installation of agents and importing the SCOM certificate to the servers to be monitored:

More information

Setting up SJUMobile (Wireless Internet Access for personal devices)

Setting up SJUMobile (Wireless Internet Access for personal devices) Setting up SJUMobile (Wireless Internet Access for personal devices) St. John s University provides wireless internet access to personal devices for all current registered students. To setup a connection,

More information

PrinterOn Print Management Overview

PrinterOn Print Management Overview PrinterOn Print Management Overview Table of Contents 1. PrinterOn and Print Management Overview... 4 1.1. Combined PrinterOn and Print Management Capabilities... 5 1.1.1. Comprehensive Workflow Tracking

More information

Microsoft Outlook 2013 & 2010. Microsoft Outlook 2007. Microsoft Outlook 2003. Windows Live Mail 2012 & 2011. MAC Mail. Mozilla Thunderbird

Microsoft Outlook 2013 & 2010. Microsoft Outlook 2007. Microsoft Outlook 2003. Windows Live Mail 2012 & 2011. MAC Mail. Mozilla Thunderbird How to configure your WorldPath email address in various mail applications Microsoft Outlook 2013 & 2010 Microsoft Outlook 2007 Microsoft Outlook 2003 Windows Live Mail 2012 & 2011 MAC Mail Mozilla Thunderbird

More information

Optional Mainserver Setup Instructions for OS X Support

Optional Mainserver Setup Instructions for OS X Support Optional Mainserver Setup Instructions for OS X Support Essentials Friday, November 2, 2012 Summary Some of the exercises in Apple Pro Training Series: OS X Support Essentials require access to a specially

More information

Creating Custom Nameservers Contents

Creating Custom Nameservers Contents Creating Custom Nameservers Contents Goals... 2 Register Name Servers... 2 Setup Private NameServers in WHM... 4 Adding IP addresses for your name server... 5 Conclusion... 5 Goals This guide will help

More information

Outlook 2010 Setup Guide (POP3)

Outlook 2010 Setup Guide (POP3) Versions Addressed: Microsoft Office Outlook 2010 Document Updated: 8/31/2012 Copyright 2012 Smarsh, Inc. All rights Purpose: This document will assist the end user in configuring Outlook 2010 to access

More information

CLEO NED Active Directory Integration. Version 1.2.0

CLEO NED Active Directory Integration. Version 1.2.0 CLEO NED Active Directory Integration Version 1.2.0 CLEO NED Active Directory Integration Manual v1.2.0 Copyright c 2010 Lancaster University Network Services Limited. All rights reserved. Microsoft, Windows,

More information

Configuring Outlook for Windows to use your Exchange email

Configuring Outlook for Windows to use your Exchange email Configuring Outlook for Windows to use your Exchange email McGill faculty, staff and students are given a Microsoft Exchange account which will give you an email box, calendaring features, access to McGill

More information

Installing FileMaker Pro 11 in Windows

Installing FileMaker Pro 11 in Windows Installing FileMaker Pro 11 in Windows Before you begin the installation process, please exit other open programs and save your work. Installation notes Before you install FileMaker Pro, review the following

More information

Enabling Apple AirPrint with Your Xerox Device Built on ConnectKey Technology. A White Paper

Enabling Apple AirPrint with Your Xerox Device Built on ConnectKey Technology. A White Paper Enabling Apple AirPrint with Your Xerox Device Built on ConnectKey Technology A White Paper i Contents 1 Background 1 Step 1: Device Discovery Apple Bonjour 2 Step 2: Device Information and Status 2 Step

More information

How to make a VPN connection to our servers from Windows 8

How to make a VPN connection to our servers from Windows 8 How to make a VPN connection to our servers from Windows 8 Windows 8 is able to make a newer type of VPN connection called a Secure Socket Tunnelling Protocol (SSTP) connection. This works just like a

More information

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

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

More information

E-Mail: SupportCenter@uhcl.edu Phone: 281-283-2828 Fax: 281-283-2969 Box: 230 http://www.uhcl.edu/uct

E-Mail: SupportCenter@uhcl.edu Phone: 281-283-2828 Fax: 281-283-2969 Box: 230 http://www.uhcl.edu/uct A VPN (Virtual Private Network) provides a secure, encrypted tunnel from your computer to UHCL's network when off campus. UHCL offers VPN software to allow authenticated, secure access to many UHCL resources

More information