Apple Client Management with JAMF. Andrew D Huston Client Infrastructure Group Informa8on Services Kent State University

Size: px
Start display at page:

Download "Apple Client Management with JAMF. Andrew D Huston Client Infrastructure Group Informa8on Services Kent State University"

Transcription

1 Apple Client Management with JAMF Andrew D Huston Client Infrastructure Group Informa8on Services Kent State University

2 Intro Intro 2011 Kent State University President s Excellence in Action Award Winner for Customer Service

3 Apple Devices Purchased Per Year Apple Devices Purchased Per Year

4 Apple Management Vendors Apple Management Vendors

5 Why JAMF? Why JAMF?

6 Why not these guys? Why not these guys?

7 Let the Technology Speak for Itself! I ll let the technology speak for itself, but here s a clue!

8 History History

9 How Does JAMF Compare to Managing Windows? Remote Desktop Group Policy Management Jamf Casper Suite How Does JAMF Compare to Managing Windows? Disk Encryption Management

10 KSU JAMF Infrastructure KSU JAMF Infrastructure

11 Technology Overview Technology Overview

12 Technology Overview Application JAMF Agent JAMF Binary JAMF Software Server (JSS) Casper Remote Description The jamf agent collects inventory data and restricts software on managed computers. The jamf agent is installed and updated on managed computers automatically. It is installed in the following location: /usr/sbin/jamfagent Most tasks in the Casper Suite are executed using the jamf command-line application (also known as the jamf binary). Although you are free to use this application at will, it is installed, updated, and run on managed computers automatically. It is stored in the following location on managed computers: /usr/sbin/jamf The JAMF Software Server (JSS) is a web application that functions as the administrative core of the Casper Suite. The JSS allows you to perform inventory and remote management and configuration tasks on managed computers and mobile devices. All other administrative applications in the Casper Suite communicate with the JSS. The Casper Remote application allows you to immediately perform remote management tasks on computers, such as installing packages, running scripts, and binding to directory services. While policies allow you to automate these tasks so that they run on a schedule, Casper Remote allows you to perform them immediately over a Secure Shell (SSH) connection. Technology Overview Composer Self Service The Composer application allows you to build packages (PKG or DMG) of software, applications, preference files, or documents. Composer also allows you to build a DMG of an operating system. The Self Service application for Mac OS X allows users to browse and run policies, install configuration profiles, Mac App Store apps and ebooks, access webpages, and utilize plug-ins developed with the Self Service API. Users can point and click their way through Self Service using an intuitive interface similar to itunes. Self Service for ios allows you to distribute configuration profiles, apps, and ebooks to ios devices for users to install. Users tap Self Service to browse and install items using an interface similar to the App Store. Recon The Recon application allows you to enroll OS X computers. Enrollment is the process of adding computers to the JSS. When OS X computers are enrolled, inventory information for the computers is submitted to the JSS, and the computers are managed.

13 Sites and JSS Site Access Sites are organizational components that allow the central administrator to control which items each JSS user (Site Administrator) can manage. Sites on the JSS are modeled after our departmental OU structure in Active Directory Each Site on the JSS has a site administrator active directory group associated with it 108 Sites on our JSS Everyone Enroll computers and mobile devices with the JSS Execute Policies in Self Service A Member of a JAMF Admin Group Manage computers with Managed Preferences, Configuration Profiles, and Policies Manage mobile devices with Configuration Profiles Create Policies to Distribute Software Packages Use Casper Remote View Inventory Create Smart and Static Groups Send Remote Commands Create Inventory Reports Map and Unmap Printers Create and View Software License Records Restrict Software From Running on a Computer Sites and JSS site Access

14 Managing Mac OS X

15 Enrolling a Computer with the JSS 2 Step Process: 1. Download the QuickAdd package for the site you want to enroll the computer in. 2. Install the Site QuickAdd Package on the computer you want to enroll. What happens during enrollment: 1. The Jamf Agent is downloaded from the JSS and is installed 2. Management account is created 3. The Mobile Device Management containing the Trust Certificate and Default Configuration Profiles are installed: Software Update Server is set A password is required to wake the computer from screen saver or sleep A Pre-boot/Login message is set on the login window. 4. The Jamf Agent run scripts that are scoped to enrollment: Password Policy is set to at least 8 characters, 1 number, 1 mixed case letter, and must be different than the last 3 passwords used. Firewall is enabled 5. Software packages are downloaded from the Distribution Point and installed: CocoaDialog Pashua Self Service 6. Inventory is submitted to the JSS. Enrolling a Computer with the JSS

16 Managing SePngs Architecture: Settings for Mac OS X are contained in files called Property Lists or plists. plists are xml based files containing keys that can be modified. Store such things as dock position, screen saver, software settings, printer settings, etc. plist files that are managed are stored in /Library/Managed Preferences global.plist contains the software developer s default settings and default Mac OS X settings. Managed Preferences: Introduced in Mac OS X Server 10.2 Jaguar with the inclusion of Open Directory as the replacement for the legacy Macintosh Manager platform used to manage Classic Mac OSes and Mac OS X 10.0 and Also called MCX settings or Managed Client for OS X Applied at login As of 10.9 Apple has begun moving away for Managed Preferences toward Configuration Profiles Configuration Profiles: Used on both Mac OS X and ios. Most of the functionality provided by Managed Preferences can be provided by a Configuration Profile Applied Immediately Sent Over Apple Push Notification Service Defaults Command via a script: Direct access to manipulate the xml keys in a plist This is not managing the plist, but directly modifying it Local MCX: Some plists can be modified then distributed using a package to install them in the /Library/ Managed Preferences folder Managing Settings

17 Monolithic Imaging Methodology Create an Image: 1. Install Operating System 2. Install OS Updates 3. Install Software Applications 4. Install Printers 5. Configure Accounts 6. Configure Settings 7. Capture a Hard Drive Image 8. Deploy to Like Machines PROS CONS Easy to do Hardware specific Time consuming New updates means building new images Multiple images would have to be built for customizations or special OS builds Monolithic Imaging Methodology

18 Thin Imaging or Package Based Imaging Methodology New computers already come with an OS, ilife and iwork installed. Why take up so much time reinstalling these things? Most of the time spent during imaging is because of ilife. Installing OS X is fairly easy, and free on the AppStore. Hardware Independant Software is installed during image time Uses a Policy in Self Service to deploy all standard KSU Software Mac OS X Updates Microsoft Office 2011 ilife (If it s not already installed) iwork (If it s not already installed) Google Chrome Firefox Adobe Reader Adobe Flash Flip4Mac Quicktime Components Microsoft SCEP Silverlight Shockwave (10.9 and prior) VLC Player Thin Imaging or Package Based Imaging

19 Thin Imaging Thin Imaging

20 Policies, Self Service, and Casper Remote Management Actions: Run scripts and terminal commands Manage accounts Distribute software and software updates Map and unmap printers Enable FileVault 2 encryption Set firmware passwords Update inventory Perform maintenance tasks Policies: Allows you to automate management actions so that they run on a schedule. When you create a policy, you specify the tasks you want to automate, when the policy should run (called trigger ), how often it should run (called execution frequency ), and the users and computers for which it should run (called scope ). You can also make policies available in Self Service for users to run on their computers. Self Service: Allows users to browse and run policies, install configuration profiles, Mac App Store apps and ebooks, access webpages, and utilize plug-ins developed with the Self Service API. Users can point and click their way through Self Service using an intuitive interface similar to itunes. Casper Remote: Allows you to immediately perform remote management tasks on computers, such as installing packages, running scripts, and binding to directory services. While policies allow you to automate these tasks so that they run on a schedule, Casper Remote allows you to perform them immediately over a Secure Shell (SSH) connection. Allows you to provide remote assistance through the use of screen sharing. Policies, Self Service, and Casper Remote

21 Packaging Mac OS X Applica8ons Composer allows you to build packages of software, applications, preference files, or documents. A package is a self-contained group of files that can be deployed to remote computers or installed as part of the imaging process. Capture Options: Normal snapshots - These snapshots capture any new files on the drive. New and modified snapshots - These snapshots capture any new files on the drive, as well as any files that have been modified Monitor the file system - Composer uses the File System Events (FSEvents) framework to monitor any changes that are made to the file system during the installation process. Next, Composer creates a package source based on the changes. Use pre-installed software - You can use software that is pre-installed on your computer to create a package source based on package manifests. This method allows you to create package sources without monitoring the installation process. Use user environment settings - Package manifests can also be used to capture settings configured on your computer, such as Dashboard, Display, and Global Preference settings. Drag contents from the Finder - A simple drag-and-drop process allows you to create a package source from files already installed on your computer. Packaging Mac OS X Applications

22 Enabling Full Disk Encryp8on FileVault 1 or Legacy FileVault First introduced with Mac OS X 10.3 Panther Encrypts the user s home directory Files stored outside the user s home directory are not encrypted FileVault 2 First Introduced with Mac OS X 10.7 Full Disk Encryption XTS-AES 128 encryption FIPS Compliant Encryption Keys Store locally, take a screenshot of the encryption key Store with Apple Retrieved by calling Apple User must know their security questions Jamf Allows you to enable FileVault 2 Capture the encryption key and stores it under the computer record for retrieval later Compliance information is able to be reported on Enabling Full Disk Encryption

23 Managing ios Devices

24 Enrolling an ios Device with the JSS Ways of enrolling an ios Device: User-initiated Enrollment You can allow users to enroll mobile devices by having them log in to an enrollment portal where they follow the onscreen instructions to install the necessary profile and certificates You can provide this URL by sending it in an or SMS invitation from the JSS, or through any other means that fit your environment. Apple Configurator Enrollment You can enroll mobile devices with the JSS by connecting them to a computer via USB and using Apple Configurator, an enrollment URL, and an anchor certificate that you download from the JSS What happens during enrollment: 1. The MDM Profile is downloaded and installed 2. The Trust Profile containing the CA certificate is downloaded and installed establishing a trust between the certificate authority and the mobile device 3. The Device Certificate is downloaded and installed verifying the identity of the managed mobile device each time it communicates with the JSS. 4. Self Service Mobile App is downloaded from the Appstore and installed 5. The default configuration profile is downloaded and installed a. Sets the password requirement on the ios device to require at least 6 alphanumeric characters, set the lock time to immediately after the grace period, and wipe the device after 10 failed password attempts 6. Inventory is submitted back to the JSS Enrolling an ios Device with the JSS

25 Distribu8ng SoTware, Managing SePngs and Remote Commands Distributing Software: Install Automatically/Prompt Users to Install Make Available in Self Service Managing Settings: ios configuration profiles are XML files (.mobileconfig) that provide an easy way to define settings and restrictions for mobile devices. There are two different ways to distribute an ios configuration profile Install it automatically (requires no interaction from the user) Make it available in Self Service. You can also specify the mobile devices and users to which the profile should be applied (called scope ). Remote Commands: Update inventory Lock a device Clear the passcode on a device Clear the restrictions on a device (only for supervised devices with ios 8 or later) Unmanage a device Wipe a device Send a blank push notification For a personally owned device, wipe institutional data and unmanage the device Distributing Software, Managing Settings, and Remote Commands

26 Reporting

27 Inventory & Repor8ng Inventory is collected every 24 hours Inventory Information Collected: Local user accounts, with the option to include home directory sizes and/or hidden system accounts Printers Active services Last backup date/time for managed mobile devices that are synced to computers User and location from an LDAP directory service (only available if an LDAP server is set up in the JSS) Package receipts Available software updates Application Usage information Fonts Plug-ins Extension Attributes Allows you to run a script that populates the extension attribute each time a computer submits inventory to the JSS Fillable information using predefined drop down boxes. Advanced Searches allow you to generate a report on the environment based on a specified set of criteria. Example: Computers running a particular version of Adobe Photoshop, computers that do not have FileVault 2 enabled, or mobile devices running a specific version of ios. Export the results as a report Comma-separated values file (.csv) Tab delimited text file (.txt) XML file Inventory & Reporting

28 JAMF ResVul API Allows you to query inventory information directly from the MySQL database outside of the JSS interface. Powershell Server runs a script to: Queries the JSS for the current list of computers enrolled with the JSS using the JAMF API Queries the JSS using the JSSID of the computer to get a detailed list of information on each computer using the JAMF API Parses the detailed information on each computer and correlates the information into a set of data that can be outputted into a Google Sheet Calls a custom Google AppS Script API to deposit the information into a predefined report in Google Sheets Google Sheets are setup to format the data into meaningful reports. JAMF Restful API

29 Example Reports Using the JAMF API Example Reports Using the JAMF API

30 Example Reports Using the JAMF API Example Reports Using the JAMF API

31 Example Reports Using the JAMF API Example Reports Using the JAMF API

32 Example Reports Using the JAMF API Example Reports Using the JAMF API

33 Q&A

34 Thanks for Attending

Casper Suite Administrator s Guide. Version 9.0

Casper Suite Administrator s Guide. Version 9.0 Casper Suite Administrator s Guide Version 9.0 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301

More information

Casper Suite. Security Overview

Casper Suite. Security Overview Casper Suite Security Overview JAMF Software, LLC 2015 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave S Suite

More information

Casper Suite Administrator s Guide. Version 9.2

Casper Suite Administrator s Guide. Version 9.2 Casper Suite Administrator s Guide Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301

More information

QuickStart Guide for Managing Computers. Version 9.2

QuickStart Guide for Managing Computers. Version 9.2 QuickStart Guide for Managing Computers Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software

More information

QuickStart Guide for Client Management. Version 8.7

QuickStart Guide for Client Management. Version 8.7 QuickStart Guide for Client Management Version 8.7 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software

More information

QuickStart Guide for Mobile Device Management. Version 8.6

QuickStart Guide for Mobile Device Management. Version 8.6 QuickStart Guide for Mobile Device Management Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF

More information

QuickStart Guide for Mobile Device Management

QuickStart Guide for Mobile Device Management QuickStart Guide for Mobile Device Management Version 8.5 Inventory Configuration Security Management Distribution JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made

More information

Casper Suite Release Notes. Version 9.1

Casper Suite Release Notes. Version 9.1 Casper Suite Release Notes Version 9.1 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave

More information

QuickStart Guide for Managing Mobile Devices. Version 9.2

QuickStart Guide for Managing Mobile Devices. Version 9.2 QuickStart Guide for Managing Mobile Devices Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF

More information

Building a BYOD Program Using the Casper Suite. Technical Paper Casper Suite v9.4 or Later 17 September 2014

Building a BYOD Program Using the Casper Suite. Technical Paper Casper Suite v9.4 or Later 17 September 2014 Building a BYOD Program Using the Casper Suite Technical Paper Casper Suite v9.4 or Later 17 September 2014 JAMF Software, LLC 2014 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts

More information

Simplifying Device Enrollment and Content Distribution Using the Device Enrollment Program, the Volume Purchase Program, and the Casper Suite

Simplifying Device Enrollment and Content Distribution Using the Device Enrollment Program, the Volume Purchase Program, and the Casper Suite Simplifying Device Enrollment and Content Distribution Using the Device Enrollment Program, the Volume Purchase Program, and the Casper Suite Technical Paper Casper Suite v9.6 or Later 14 August 2015 JAMF

More information

Managing ios Devices. Andrew Wellington Division of Information The Australian National University XW11

Managing ios Devices. Andrew Wellington Division of Information The Australian National University XW11 Managing ios Devices Andrew Wellington Division of Information The Australian National University About Me Mac OS X Systems Administrator Division of Information (Central IT) Mostly manage servers (about

More information

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2 JAMF Software Server Installation and Configuration Guide for Linux Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

How To Package In Composer 2.5.2.2 (Amd64)

How To Package In Composer 2.5.2.2 (Amd64) Composer User Guide Version 9.1 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave S Suite

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2 JAMF Software Server Installation and Configuration Guide for OS X Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.0

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.0 JAMF Software Server Installation and Configuration Guide for OS X Version 9.0 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

Administering Parallels Desktop 7 for Mac with the Casper Suite. Technical Paper November 2012

Administering Parallels Desktop 7 for Mac with the Casper Suite. Technical Paper November 2012 Administering Parallels Desktop 7 for Mac with the Casper Suite Technical Paper November 2012 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure

More information

JAMF Software Server Installation and Configuration Guide for Windows. Version 9.3

JAMF Software Server Installation and Configuration Guide for Windows. Version 9.3 JAMF Software Server Installation and Configuration Guide for Windows Version 9.3 JAMF Software, LLC 2014 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this

More information

AVG Business SSO Partner Getting Started Guide

AVG Business SSO Partner Getting Started Guide AVG Business SSO Partner Getting Started Guide Table of Contents Overview... 2 Getting Started... 3 Web and OS requirements... 3 Supported web and device browsers... 3 Initial Login... 4 Navigation in

More information

Administering FileVault 2 on OS X Lion with the Casper Suite. Technical Paper July 2012

Administering FileVault 2 on OS X Lion with the Casper Suite. Technical Paper July 2012 Administering FileVault 2 on OS X Lion with the Casper Suite Technical Paper July 2012 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that

More information

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.0

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.0 JAMF Software Server Installation and Configuration Guide for Linux Version 9.0 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

How to Obtain an APNs Certificate for CA MDM

How to Obtain an APNs Certificate for CA MDM How to Obtain an APNs Certificate for CA MDM Contents How to Obtain an APNs Certificate for CA MDM Verify Prerequisites Obtaining Root and Intermediate Certificates Create a Certificate Signing Request

More information

Cloud Services MDM. ios User Guide

Cloud Services MDM. ios User Guide Cloud Services MDM ios User Guide 10/24/2014 CONTENTS Overview... 3 Supported Devices... 3 System Capabilities... 3 Enrollment and Activation... 4 Download the Agent... 4 Enroll Your Device Using the Agent...

More information

Easily integrate Mac into Microsoft System Center

Easily integrate Mac into Microsoft System Center Master your Macs in the Business Easily integrate Mac into Microsoft System Center Sascha Uhl Business Development Manager suhl@parallels.com Leader in Cloud Services Enablement and Desktop Virtualization

More information

ipad in Business Mobile Device Management

ipad in Business Mobile Device Management ipad in Business Mobile Device Management ipad supports Mobile Device Management, giving businesses the ability to manage scaled deployments of ipad across their organizations. These Mobile Device Management

More information

Administering Adobe Creative Cloud for Enterprise with the Casper Suite v9.0 or Later. Technical Paper October 2013

Administering Adobe Creative Cloud for Enterprise with the Casper Suite v9.0 or Later. Technical Paper October 2013 Administering Adobe Creative Cloud for Enterprise with the Casper Suite v9.0 or Later Technical Paper October 2013 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made

More information

OS X JumpStart Services. ios JumpStart Services

OS X JumpStart Services. ios JumpStart Services Expanded Services A La Carte Menu Onsite Services JumpStart All sales of the Casper Suite are accompanied by a technical setup and training engagement to ensure that your management needs are met within

More information

iphone in Business Mobile Device Management

iphone in Business Mobile Device Management 19 iphone in Business Mobile Device Management iphone supports Mobile Device Management, giving businesses the ability to manage scaled deployments of iphone across their organizations. These Mobile Device

More information

Administering FileVault 2 on OS X Mavericks with the Casper Suite v9.2 or Later. Technical Paper October 2013

Administering FileVault 2 on OS X Mavericks with the Casper Suite v9.2 or Later. Technical Paper October 2013 Administering FileVault 2 on OS X Mavericks with the Casper Suite v9.2 or Later Technical Paper October 2013 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all

More information

Deploying iphone and ipad Mobile Device Management

Deploying iphone and ipad Mobile Device Management Deploying iphone and ipad Mobile Device Management ios supports Mobile Device Management (MDM), giving businesses the ability to manage scaled deployments of iphone and ipad across their organizations.

More information

Apple Security Checklist Companion A practical guide for automating security standards in the Apple Enterprise with the Casper Suite

Apple Security Checklist Companion A practical guide for automating security standards in the Apple Enterprise with the Casper Suite Apple Security Checklist Companion A practical guide for automating security standards in the Apple Enterprise with the Casper Suite June 2010 JAMF Software, LLC 2010 JAMF Software, LLC. All Rights Reserved.

More information

Mac OS X Security Checklist:

Mac OS X Security Checklist: Mac OS X Security Checklist: Implementing the Center for Internet Security Benchmark for OS X Recommendations for securing Mac OS X The Center for Internet Security (CIS) benchmark for OS X is widely regarded

More information

Sophos Mobile Control Startup guide. Product version: 3

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

More information

ManageEngine Desktop Central. Mobile Device Management User Guide

ManageEngine Desktop Central. Mobile Device Management User Guide ManageEngine Desktop Central Mobile Device Management User Guide Contents 1 Mobile Device Management... 2 1.1 Supported Devices... 2 1.2 What Management Operations you can Perform?... 2 2 Setting Up MDM...

More information

Sophos Mobile Control Startup guide. Product version: 3.5

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

More information

Packaging for Distribution

Packaging for Distribution 25.01 MacEnterprise 11/13/08 9:28 PM Page 2 Packaging for Distribution Building Installer packages for software distribution By Greg Neagle, MacEnterprise.org Packing things up Previously in MacTech, we

More information

Getting Started - MDM Setup

Getting Started - MDM Setup Mobile App Getting Started - MDM Setup Thank you for acquiring the Talon Mobile app. The Talon Mobile app allows you to request sensitive justice information. To use the Talon Mobile app, your agency s

More information

Strategies for ios Deployment, Integration, and Control. Enterprise iphone and ipad Administrator s Guide. Charles Edge

Strategies for ios Deployment, Integration, and Control. Enterprise iphone and ipad Administrator s Guide. Charles Edge Strategies for ios Deployment, Integration, and Control Enterprise iphone and ipad Administrator s Guide Charles Edge 217 Chapter 9 Mass-Deploying Devices At this point, you have spent a large part of

More information

Single Console vs. Best of Breed A position paper looking at two perspectives in choosing a client management system for the Mac OS.

Single Console vs. Best of Breed A position paper looking at two perspectives in choosing a client management system for the Mac OS. Single Console vs. Best of Breed A position paper looking at two perspectives in choosing a client management system for the Mac OS. March 2009 JAMF Software, LLC 2009 JAMF Software, LLC. All Rights Reserved.

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

Managing OS X with Configuration Profiles

Managing OS X with Configuration Profiles Apple Technical White Paper Managing OS X with Configuration Profiles OS X Lion v 10.7.3 1 Table of Contents About Configuration Profiles... 3 Creating Configuration Profiles... 8 Deploying Configuration

More information

Sophos SafeGuard Disk Encryption for Mac and the Casper Suite

Sophos SafeGuard Disk Encryption for Mac and the Casper Suite Sophos SafeGuard Disk Encryption for Mac and the Casper Suite Deploying, Activating, and Reporting on Sophos SafeGuard Disk Encryption for Mac with the Casper Suite Technical Paper March 2011 JAMF Software,

More information

How to configure Mac OS X Server

How to configure Mac OS X Server How to configure Mac OS X Server By Rob Buckley In the previous article in this series, we showed you how to secure a Mac using the functions built into its operating system, OS X. See photo story here

More information

Dell Mobile Management. Apple Device Enrollment Program

Dell Mobile Management. Apple Device Enrollment Program Dell Mobile Management Contents Dell Mobile Management 3 Setting up the 3 DMM Device Deployment Program Prerequisites 4 Configure Apple VPP Token in DMM 5 Download Apple VPP Token 5 Assign VPP App Licenses

More information

Mobile Device Management Solution Hexnode MDM

Mobile Device Management Solution Hexnode MDM Mobile Device Management Solution Hexnode MDM Frequently Asked Questions www.hexnode.com Frequently Asked Questions How is Hexnode MDM license calculated?...4 Which ports do I need to open for Hexnode

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

Advanced Configuration Steps

Advanced Configuration Steps Advanced Configuration Steps After you have downloaded a trial, you can perform the following from the Setup menu in the MaaS360 portal: Configure additional services Configure device enrollment settings

More information

Engage ios App Administrator s Guide

Engage ios App Administrator s Guide Engage ios App Administrator s Guide Contents Contents... 1 Introduction... 2 Target Audience... 2 Devices Supported... 2 SharePoint Platforms Supported... 2 SharePoint Security & Privileges... 2 Deploying

More information

Sophos Mobile Control Installation guide. Product version: 3

Sophos Mobile Control Installation guide. Product version: 3 Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External

More information

Complete Patch Management

Complete Patch Management Complete Patch Management Complete - Flexible Unique In- Depth Secunia CSI 7 Corporate Software Inspector Take control of the vulnerability threat and optimize your IT security investments. The Secunia

More information

Integrating Cisco ISE with GO!Enterprise MDM Quick Start

Integrating Cisco ISE with GO!Enterprise MDM Quick Start Integrating Cisco ISE with GO!Enterprise MDM Quick Start GO!Enterprise MDM Version 3.x Overview 1 Table of Contents Overview 3 Getting GO!Enterprise MDM Ready for ISE 5 Grant ISE Access to the GO!Enterprise

More information

Mobile Device Management horizons for CERN Managed ios and Mac Self-Service. Maciej Muszkowski, Michal Kwiatek, Vincent Bippus (IT-OIS)

Mobile Device Management horizons for CERN Managed ios and Mac Self-Service. Maciej Muszkowski, Michal Kwiatek, Vincent Bippus (IT-OIS) Mobile Device Management horizons for CERN Managed ios and Mac Self-Service Maciej Muszkowski, Michal Kwiatek, Vincent Bippus (IT-OIS) Today s agenda Introduction MDM market CERN numbers and trends CERN

More information

Colligo Briefcase Enterprise. Administrator s Guide

Colligo Briefcase Enterprise. Administrator s Guide Enterprise Administrator s Guide CONTENTS Introduction... 2 Target Audience... 2 Overview... 2 Key Features... 2 Platforms Supported... 2 SharePoint Security & Privileges... 2 Deploying Colligo Briefcase...

More information

SYNCSHIELD FEATURES. Preset a certain task to be executed. specific time.

SYNCSHIELD FEATURES. Preset a certain task to be executed. specific time. SYNCSHIELD FEATURES This document describes the diversity of SyncShield features. Please note that many of the features require a certain platform version, often earlier software versions do not support

More information

CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities

CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities DNS name: turing.cs.montclair.edu -This server is the Departmental Server

More information

Sophos Mobile Control Administrator guide. Product version: 3

Sophos Mobile Control Administrator guide. Product version: 3 Sophos Mobile Control Administrator guide Product version: 3 Document date: January 2013 Contents 1 About Sophos Mobile Control...4 2 About the Sophos Mobile Control web console...7 3 Key steps for managing

More information

Telstra Mobile Device Management (T MDM) Getting Started Guide

Telstra Mobile Device Management (T MDM) Getting Started Guide Telstra Mobile Device Management (T MDM) Getting Started Guide Welcome Thank you for your interest in T MDM and Welcome! In this guide we will take you through the steps to enrolling your first device

More information

Security Guide. BlackBerry Enterprise Service 12. for ios, Android, and Windows Phone. Version 12.0

Security Guide. BlackBerry Enterprise Service 12. for ios, Android, and Windows Phone. Version 12.0 Security Guide BlackBerry Enterprise Service 12 for ios, Android, and Windows Phone Version 12.0 Published: 2015-02-06 SWD-20150206130210406 Contents About this guide... 6 What is BES12?... 7 Key features

More information

Vodafone Secure Device Manager Administration User Guide

Vodafone Secure Device Manager Administration User Guide Vodafone Secure Device Manager Administration User Guide Vodafone New Zealand Limited. Correct as of September 2014. Do business better Contents Introduction 3 Help 4 How to find help in the Vodafone Secure

More information

The Centrify Vision: Unified Access Management

The Centrify Vision: Unified Access Management The Centrify Vision: Unified Access Management Control, Secure and Audit Access To Your On-Premise and Cloud-based Infrastructure On-premise Centrify the Enterprise Cloud Personal Devices Mobile Devices

More information

BlackBerry Enterprise Service 10. Universal Device Service Version: 10.2. Administration Guide

BlackBerry Enterprise Service 10. Universal Device Service Version: 10.2. Administration Guide BlackBerry Enterprise Service 10 Universal Service Version: 10.2 Administration Guide Published: 2015-02-24 SWD-20150223125016631 Contents 1 Introduction...9 About this guide...10 What is BlackBerry

More information

Zenprise Device Manager 6.1.5

Zenprise Device Manager 6.1.5 Zenprise Device Manager 6.1.5 CLIENT GUIDE Rev 6.1.50 Introduction 2 ZENPRISE DEVICE MANAGER 6.1 CLIENT GUIDE 2011 Zenprise, Inc. All rights reserved. This manual, as well as the software described in

More information

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Generating and Renewing an APNs Certificate. Technical Paper May 2012

Generating and Renewing an APNs Certificate. Technical Paper May 2012 Generating and Renewing an APNs Certificate Technical Paper May 2012 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate.

More information

ios Enterprise Deployment Overview

ios Enterprise Deployment Overview ios Enterprise Deployment Overview ios devices such as ipad and iphone can transform your business. They can significantly boost productivity and give your employees the freedom and flexibility to work

More information

Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM. This guide provides information on...

Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM. This guide provides information on... Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM This guide provides information on...... APNs Requirements Tips on Enrolling in the ios Developer Enterprise Program...

More information

Getting Started Guide: Getting the most out of your Windows Intune cloud

Getting Started Guide: Getting the most out of your Windows Intune cloud Getting Started Guide: Getting the most out of your Windows Intune cloud service Contents Overview... 3 Which Configuration is Right for You?... 3 To Sign up or Sign in?... 4 Getting Started with the Windows

More information

RES ONE Automation 2015 Task Overview

RES ONE Automation 2015 Task Overview RES ONE Automation 2015 Task Overview Task Overview RES ONE Automation 2015 Configuration Tasks The library Configuration contains Tasks that relate to the configuration of a computer, such as applying

More information

CounterACT Plugin Configuration Guide for ForeScout Mobile Integration Module MaaS360 Version 1.0.1. ForeScout Mobile

CounterACT Plugin Configuration Guide for ForeScout Mobile Integration Module MaaS360 Version 1.0.1. ForeScout Mobile CounterACT Plugin Configuration Guide for ForeScout Mobile Integration Module Version 1.0.1 ForeScout Mobile Table of Contents About the Integration... 3 ForeScout MDM... 3 Additional Documentation...

More information

Server Software Installation Guide

Server Software Installation Guide Server Software Installation Guide This guide provides information on...... The architecture model for GO!Enterprise MDM system setup... Hardware and supporting software requirements for GO!Enterprise

More information

Systems Manager Cloud Based Mobile Device Management

Systems Manager Cloud Based Mobile Device Management Datasheet Systems Manager Systems Manager Cloud Based Mobile Device Management Overview Meraki Systems Manager provides cloud-based over-the-air centralized management, diagnostics, and monitoring of the

More information

Sophos Mobile Control SaaS startup guide. Product version: 6

Sophos Mobile Control SaaS startup guide. Product version: 6 Sophos Mobile Control SaaS startup guide Product version: 6 Document date: January 2016 Contents 1 About this guide...4 2 About Sophos Mobile Control...5 3 What are the key steps?...7 4 Change your password...8

More information

Creating an Apple APNS Certificate

Creating an Apple APNS Certificate Creating an Apple APNS Certificate 4/20/2012 Creating an Apple APNS Certificate Created by Britt Womelsdorf Edited by Mark S. Ciminello, MBA, PMP The purpose of this document is to outline the steps necessary

More information

Deploying iphone and ipad Apple Configurator

Deploying iphone and ipad Apple Configurator Deploying iphone and ipad Apple Configurator ios devices can be configured for enterprise deployment using a wide variety of tools and methods. End users can set up devices manually with a few simple instructions

More information

Sophos Mobile Control Technical guide

Sophos Mobile Control Technical guide Sophos Mobile Control Technical guide Product version: 2 Document date: December 2011 Contents 1. About Sophos Mobile Control... 3 2. Integration... 4 3. Architecture... 6 4. Workflow... 12 5. Directory

More information

Mobility Manager 9.5. Users Guide

Mobility Manager 9.5. Users Guide Mobility Manager 9.5 Users Guide LANDESK MOBILITY MANAGER Copyright 2002-2013, LANDesk Software, Inc. and its affiliates. All rights reserved. LANDesk and its logos are registered trademarks or trademarks

More information

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

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

More information

MSP Center Plus Features Checklist

MSP Center Plus Features Checklist Features Checklist Your evaluation is not complete until you check out top vendors and the price. Here is a list prepared based customer queries. Features General Easy web interface with admin, technician,

More information

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

Apple Remote Desktop Administrator s Guide. Version 2.0

Apple Remote Desktop Administrator s Guide. Version 2.0 Apple Remote Desktop Administrator s Guide Version 2.0 apple Apple Computer, Inc. 2004 Apple Computer, Inc. All rights reserved. The owner or authorized user of a valid copy of Apple Remote Desktop software

More information

Full disk encryption with Sophos Safeguard Enterprise With Two-Factor authentication of Users Using SecurAccess by SecurEnvoy

Full disk encryption with Sophos Safeguard Enterprise With Two-Factor authentication of Users Using SecurAccess by SecurEnvoy Full disk encryption with Sophos Safeguard Enterprise With Two-Factor authentication of Users Using SecurAccess by SecurEnvoy Contact information SecurEnvoy www.securenvoy.com 0845 2600010 1210 Parkview

More information

1. Introduction... 1. 2. Activation of Mobile Device Management... 3. 3. How Endpoint Protector MDM Works... 5

1. Introduction... 1. 2. Activation of Mobile Device Management... 3. 3. How Endpoint Protector MDM Works... 5 User Manual I Endpoint Protector Mobile Device Management User Manual Table of Contents 1. Introduction... 1 1.1. What is Endpoint Protector?... 2 2. Activation of Mobile Device Management... 3 2.1. Activation

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

SCCM Plug-in User Guide. Version 3.41

SCCM Plug-in User Guide. Version 3.41 SCCM Plug-in User Guide Version 3.41 JAMF Software, LLC 2015 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave

More information

End User Devices Security Guidance: Apple OS X 10.10

End User Devices Security Guidance: Apple OS X 10.10 GOV.UK Guidance End User Devices Security Guidance: Apple OS X 10.10 Published Contents 1. Changes since previous guidance 2. Usage scenario 3. Summary of platform security 4. How the platform can best

More information

ICE Trade Vault. Public User & Technology Guide June 6, 2014

ICE Trade Vault. Public User & Technology Guide June 6, 2014 ICE Trade Vault Public User & Technology Guide June 6, 2014 This material may not be reproduced or redistributed in whole or in part without the express, prior written consent of IntercontinentalExchange,

More information

A Brief Insight on IOS deployment in Education System- need for 3 rd Platform implementation in Schools

A Brief Insight on IOS deployment in Education System- need for 3 rd Platform implementation in Schools A Brief Insight on IOS deployment in Education System- need for 3 rd Platform implementation in Schools I hope you remember Meraki, a company involved in making sensors and which was sold to IBM few years

More information

Systems Manager Cloud-Based Enterprise Mobility Management

Systems Manager Cloud-Based Enterprise Mobility Management Datasheet Systems Manager Systems Manager Cloud-Based Enterprise Mobility Management Overview Meraki Systems Manager provides cloud-based over-the-air centralized management, diagnostics, monitoring, and

More information

ipad Deployment Guide

ipad Deployment Guide ipad Deployment Guide Prepared by Taaleem Central Office ITSS ipad Deployment Guide Deployment Considerations Wi-Fi and Networking The network infrastructure must set up to work correctly with Bonjour,

More information

Preparing for GO!Enterprise MDM On-Demand Service

Preparing for GO!Enterprise MDM On-Demand Service Preparing for GO!Enterprise MDM On-Demand Service This guide provides information on...... An overview of GO!Enterprise MDM... Preparing your environment for GO!Enterprise MDM On-Demand... Firewall rules

More information

Charles Firth charles@firthconsulting.com. Managing Macs in a Windows World

Charles Firth charles@firthconsulting.com. Managing Macs in a Windows World Charles Firth charles@firthconsulting.com Managing Macs in a Windows World Prerequisites Familiarity with Windows Active Directory networks Interest in Macintosh OSX integration and support Basic understanding

More information

Introduction to the EIS Guide

Introduction to the EIS Guide Introduction to the EIS Guide The AirWatch Enterprise Integration Service (EIS) provides organizations the ability to securely integrate with back-end enterprise systems from either the AirWatch SaaS environment

More information

Kaspersky Lab Mobile Device Management Deployment Guide

Kaspersky Lab Mobile Device Management Deployment Guide Kaspersky Lab Mobile Device Management Deployment Guide Introduction With the release of Kaspersky Security Center 10.0 a new functionality has been implemented which allows centralized management of mobile

More information

Apple Configurator MDM Site - Review

Apple Configurator MDM Site - Review Management Options ios New Market ipads - January 2010 Several changes in a short period of time. Apple Lion Server came out June 2011. Apple Configurator came out in June 2012. Why Absolute or Alteris?

More information

Guidance End User Devices Security Guidance: Apple OS X 10.9

Guidance End User Devices Security Guidance: Apple OS X 10.9 GOV.UK Guidance End User Devices Security Guidance: Apple OS X 10.9 Published 23 January 2014 Contents 1. Changes since previous guidance 2. Usage Scenario 3. Summary of Platform Security 4. How the Platform

More information

Kaseya 2. User Guide. Version 1.0

Kaseya 2. User Guide. Version 1.0 Kaseya 2 Mobile Device Management User Guide Version 1.0 March 12, 2012 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

Imaging & Patch Management for Mac OS X Clients using Windows Servers

Imaging & Patch Management for Mac OS X Clients using Windows Servers Making it easy to deploy, integrate and manage Macs, iphones and ipads in a Windows environment. Imaging & Patch Management for Mac OS X Clients using Windows Servers By: Charles Edge Originally published

More information

APPENDIX B1 - FUNCTIONALITY AND INTEGRATION REQUIREMENTS RESPONSE FORM FOR A COUNTY HOSTED SOLUTION

APPENDIX B1 - FUNCTIONALITY AND INTEGRATION REQUIREMENTS RESPONSE FORM FOR A COUNTY HOSTED SOLUTION APPENDIX B1 - FUNCTIONALITY AND INTEGRATION REQUIREMENTS RESPONSE FORM FOR A COUNTY HOSTED SOLUTION Response Code: Offeror should place the appropriate letter designation in the Availability column according

More information