Knox Manage manages the following application types: Internal applications: Applications for internal use

Size: px
Start display at page:

Download "Knox Manage manages the following application types: Internal applications: Applications for internal use"

Transcription

1 15 Applications Knox Manage manages the following application types: Internal applications: Applications for internal use Public applications: Applications that are deployed through Google's Play Store on Android devices, the Managed Google Play Store on Android Enterprise devices, and Apple's App Store on ios devices Kiosk applications: Applications running in Kiosk mode on the device Control application: Applications either blacklisted or whitelisted VPP applications: Applications distributed by using Apple's Volume Purchase Program (VPP) Users can download internal and public applications in Knox Manage device. Administrator controls application downloads and executions by activating/deactivating the internal/pubic application via Knox Manage Admin Portal. For more information about managing application policies, see Creating application management profiles. For more information about managing applications on user devices, see Managing device applications. For more information about Kiosk applications, see Kiosk Applications. For more information about VPP applications, see Managing VPP applications. Adding internal applications You can register your internal application files and configure settings for basic information, automatic update, app wrapping and ios managed app. Applications with the same package or bundle can be registered as multiple versions. To register an internal application, follow the steps below: 1. Go to Applications > Internal Applications. 2. Click to add an internal application. 340

2 3. Enter information in the Add Internal Application window. Icon: Icon images should be in JPG or PNG format and should not be larger than 5MB. Icon is registered automatically when you add Installation File. Platform: Choose between Android and ios. Android Package Name (Bundle ID for ios) and Version: are automatically extracted when you select a file. - Multiple versions of an application with the same package (bundle) name can be registered. Installation File: Click Browse, and select APK file for Android and IPA file for ios. Data shown below is automatically entered. - APK file: Name, Package Name and Version. - IPA file: Name, Bundle ID, Bundle Name, URL Scheme and Version. Name: English name of the installation file is automatically entered. Category: Select from the category list. Description: Enter detail information of application. Supported Devices: Choose among All, Phone or Tablet. Screenshot: Optional. UP to 4 files are allowed and each image should not be larger than 5MB. Service Term: Choose application service period. Enter the start/end date or check No end Date. 341

3 No integrity validation: If you click this, a cyclic redundancy check (CRC), which checks integrity of data sent by apps, is not performed. A CRC determines the check value used to ensure that there are no errors in data sent through a network, etc., and then sends it along with the data. It is only applicable to Android devices. Auto update: If you check Auto update, it checks the version of the application installed on the device to update to the latest version and notify the user accordingly. App Wrapper: When uploading internal applications on the Admin Portal, reconfigure and save them so that security policies can be controlled. - The App Wrapper function is only available on Android and Android Enterprise devices. For more information, see App wrapping. Use ios Managed App Setting: Check when you register the ios application that is developed with MDM settings that can be modified. 4. Click Save. App wrapping Using Knox Manage's App Wrapper, you can add security policy control functions, such as text copy and paste, screen lock, and screen capture, to internal applications. Another advantage of using App Wrapper is that it also allows you to insert code that enables you to control security policies for internal applications used by customers and then reconfigure the applications, without having to modify the source code. Thus, you can add new functions in a short amount of time, even if you aren't knowledgeable in platform development. Please note the following for using the Knox Manage App Wrapper: Conversion using the Knox Manage App Wrapper is limited to the internal applications. There may be copyright issues when converting public applications. The security logic application that checks the signing key may not function normally. The functions that you can configure using App Wrapper are screen capture, screen lock, text copy and paste, and registration of INI configuration files. The existing and wrapped internal applications are distinguished by different icons on the user device. Screen lock: If the EMM Client's screen is locked because of the EMM Client's Lock device after (second) value set in Profiles > Application Management Profile, then the wrapped internal applications are also locked. Therefore, you need to enter the screen lock password and unlock the screen of the EMM Client or the wrapped internal applications if you want to use them. 342

4 Configuration INI file: You can register a configuration file in wrapped applications, as well as configure additional control settings. Register wrapped applications and an INI configuration file in Profiles > Application Management Profile, and apply them to a device. Then, the INI configuration file is saved to the device's data storage. For more about how to register the INI file required for a wrapped application, see Setting up application policies. To use the INI file, you need to add the source code to read the INI file from the internal application. For more information, see Reading the configuration file. Reading the configuration file If you want to use the values included in an INI configuration file from an internal application, then you need to find the path and name of that configuration file. Then, add a source to read the text. Below describes the code that is required to read a configuration file. private String readinifile(string filename) throws FileNotFoundException, IOException, Exception { StringBuffer sb = new StringBuffer(); BufferedReader br = null; int ch = 0; br = new BufferedReader(new FileReader(fileName)); while((ch = br.read())!= -1) { sb.append((char) ch); br.close(); return sb.tostring(); // Path : /data/data/[packagename]/files/ini private String getinifolder(context context) { return context.getfilesdir() + File.separator + "ini"; // ini File Name : [packagename].ini */ private String getinifilename(context context) { return context.getpackagename() + "." + "ini"; The getinifolder function searches for the directory path where the configuration file is saved. The getinifilename function searches for the name of the {PackageName.ini file. The readinifile function reads the configuration file through the file path received as a parameter value, and then sends a text value. 343

5 The code that calls the readinifile() function after determining the existence of the file is as follows: btniniread.seton-clicklistener(new ON-CLICKListener() public void ON-CLICK(View v) { String text = null; String filepath = getinifolder(mcontext) + File.separator + getinifilename(mcontext); File file = new File(filePath); if(file.exists()) { try { text = readinifile(filepath); catch (FileNotFoundException e) { text = "FileNotFoundException"; e.printstacktrace(); catch (IOException e) { text = "IOException"; e.printstacktrace(); catch (Exception e) { text = "Exception"; e.printstacktrace(); else { text = "File Not Found"; editiniread.settext(text); ); The full path where a configuration file can be saved: getinifolder(mcontext) + File.separator + getinifilename(mcontext) Example of ios i Managed App Setting ios Managed App setting is used for modifying MDM settings of applications on ios devices. Administrator needs the Key and Value for Managed app settings when registering the application as an internal application. The following example is for registering ManagedAppConfig app and set it s default URL to 1. Get an application file from the developers. 2. Register the file in Applications > Internal Applications. 3. Click Use ios Managed App Setting in Add Internal Application window. 4. Move to Managed App Settings tab 344

6 5. Enter the server URL and in the Key-Value, and click. 6. To send a device command, go to Devices & Users > Devices and send Apply latest internal app info command after clicking of a device. 7. Make sure that the application is installed on the device with the default URL, Adding public applications Select Google Play (Android), Managed Google Play (Android), or App Store (ios) as the app store, and register applications. The default country used for searches in app stores is the Default Country Code specified in Settings > Configuration. You can also perform searches using a different country. To add public applications, follow the steps below: 1. Go to Applications > Public Applications. 2. Click. 3. Enter the information for the following items in the Add Public Application window and click. App store: Select either Google Play (Android), Managed Google Play (Android), or App Store (ios). The app store manages applications by country. - Managed Google Play (Android) is an app store for Android Enterprise devices. For more information about Google managed apps, see Adding Google Managed Apps. Set Country: To use a country other than the default country for searches in app stores, click Set Country, and select a country. Application Name: Enter the full or partial name of the app you wish to search for. - You cannot enter special characters such as * or?. 345

7 4. Choose an app from the application list in the Add Public Application window, and click Next. 5. Enter the basic information from Add Public Application window. Icon, Platform,Version: Information provided by an app store is entered automatically and it can't be changed. Basic Information: Information provided by an app store, such as URL, Package Name, Country, Name, and Description is entered automatically, and only Name and Description can be changed. 346

8 - Category: This is the category to which the app will later belong; the app will appear in this category on the device. A list of categories registered in Applications > Categories is displayed. - Description: Enter detail information of application. Service Term: Specify the service period. Enter the start/end date or check No end Date. Screenshot: The images provided by app store are automatically uploaded and cannot be changed. 6. Click Save. Adding control applications Applications can be controlled using profile. They are called Control Applications and are classified as follows: Blacklist and whitelist Pre-loaded applications Administrators can whitelist or blacklist applications in Knox Manage. Blacklist refers to the applications that are not allowed on user devices. Whitelist refers to the applications that are only allowed on user devices. Control applications can be registered, modified, or deleted in Applications > Control Applications from the Admin Portal. Applications that are registered as internal and public applications cannot be registered as control applications. To register a control applications, follow the steps below: 1. Go to Applications > Control Applications. 2. Click to add a control application. Platform: Select a platform among Android, ios, Windows. 347

9 Registration Method: Depending on the platform, choose between Manual and Extract from File. Platform Android, ios Windows Description You can enter the application information manually or extract from the file. Manual Input: Fill out the fields manually. - For Android, you can use wild card(*) when entering a package name. The wild card can be located in the middle or the end of each name, separated with.. e.g.) com.*.emm / com.knox.* / com.*.emm.* Extract from file: When you import an installation file, the Package Name, Bundle ID, Bundle Name and Application Name are automatically entered. You can enter the application information manually or through URL Search. Manual Input: Enter Package Name, Publisher and Application Name. URL: When you enter the application ID, full Package Name, Publisher and the Application Name are automatically entered. Preload App: For Windows, select whether to make the application as a preloaded application. 3. Click Save. Registering a device application as a control application To register application installed on devices as control applications, follow the steps below: 1. Go to Devices & Users > Devices. 2. Enter a search term into the search box in the upper-right corner, and click. 3. Click the Mobile ID that you want the information about. 4. Click Application tab in Device Detailed Information window. 5. Select the application to register as control application from the Applications list and click. 6. Click Yes when the confirmation pop-up appears. Viewing control applications by platform To view Control applications on all platforms in the list, follow the steps below: 1. Go to Applications> Control Applications. 348

10 2. In the list, click on the left side of the platform that you wish to search for, or click Expand All groups at the top of the list. 3. To hide the list of Control applications, click Collapse All groups at the top of the list. Managing applications Administrator can register internal applications in Knox Manage Admin Portal so that users can download the applications from Knox Manage Biz App Store (BAS). If the internal applications run on ios, you can change the Mobile Device Management (MDM) settings for ios 7.0 or later version. You can change the settings for ios from Use ios Managed App Setting in Add Internal Application window. The configured settings are automatically applied when users log into Knox Manage on their devices. Register applications available in Google's Play Store, the Managed Google Play Store, and Apple's App Store as public applications and manage them. You can search for applications in app stores and register them as public applications, as well as also sync the information about the applications and keep them up-to-date. Activating internal / public applications Internal/public applications are activated upon registration. Device command is available only when the application is in service. To activate an application with completed service, follow the steps below: 1. Go to Applications > Internal Applications or Public Applications. 2. Click Start/End Date of the application that you want to activate. 3. Enter the service period from Change Service Status window. 4. Click Yes. Deactivating internal / public applications If the administrator changes the status of an application from in service to Completed Service, users cannot download or execute the application. When you deactivate an application with profile configuration, the application is automatically removed from Application Management Profile. To change the status of the internal applications, follow the steps below: 1. Go to Applications > Internal Applications or Public Applications. 349

11 2. Click Start/End Date of the application that you want to deactivate. 3. Click Yes when the confirmation pop-up appears.. Syncing public applications Information of public applications can be updated to the latest information registered in Google Play Store (Android) and Apple App Store (ios). To update public applications manually, follow the steps below: 1. Go to Applications > Public Applications. 2. Click of the application that you want to update. 3. Click next to Version from Modify Public Application window. Syncing Google managed apps Among the public applications in Knox Manage, you can sync Google managed apps with Managed Google Play. You can directly log in to the Google Play Console, and register the approved applications as Knox Manage's public applications. If the relevant applications have already been registered as Google managed apps, then their approval status is synced. To sync a Google managed app, follow the steps below: 1. Go to Applications > Public applications. 2. To sync a Google managed app, click Sync Google Managed App. 350

12 3. Click OK in the confirmation window. Any unapproved applications on the Google Play Console are also unapproved in Knox Manage. Configuring control applications on a profile When you set up policies for control application from Profiles > Device Management Profile, the control application is shown and can be whitelisted or blacklisted. You can apply the control application to the device by entering the control application in the Application black/whitelist settings of Application tab of the Modify Android policy window after clicking the profile name in Profiles > Device Management Profile. For more information, see Registering policies. If the preloaded app applied to profile is not installed on user device successfully, the detail status can be checked in the audit record. For information about audit logs, see Audit. Viewing internal application history You can check internal application history for versions, downloads and evaluations. To view the history, follow the steps below: 1. Go to Applications > Internal Applications. 2. Click Version, Downloads, Rating of the application. Version: You can check followings in Version History window - Date: Registered date - Version: Current version of the application - Changes: Note for each version. Click to modify content of Changes. Downloads: You can check followings in Download History window. - Version: Current version of an application - Downloads: Total download count - Date: Download date - User ID: ID of users who downloaded the version - User Name: Name of users who downloaded the version Rating: You can check reviews form users in Evaluation History window. - Review with Date, Version, User ID, User Name, Rating, and Postscripts. 351

13 Application categories Public and internal applications can be sorted by category. Administrator can register up to 15 categories. The categories are shown in the order you specified, and the order can be changed. Register a default category when registering the applications, and rearrange the category whenever needed. Adding categories To add a new category, follow the steps below: 1. Go to Applications > Categories. 2. Click. 3. Enter the name and description of the category in Add Category window and click Save. Changing the category order You can change the order of application categories shown on the user's device. To make a change, follow the steps below: 1. Go to Applications > Categories. 2. Select a category. 3. Click to move up. Or, click to move down. 4. Click to save. 5. Click Yes in confirmation pop-up. Changing the application category Default categories for internal and public applications are set during application registration. You can change categories from application information or category management. To change categories, follow the steps below: 1. Go to Applications > Categories. 2. Click Number of Apps of the category to change, and you can see the application information of the category. 3. Choose an application to change category in View Application window and click. 352

14 4. Select the Category to move to in Change Category window and click Save. 353

Strengths of Knox Manage Kiosk

Strengths of Knox Manage Kiosk 16 Kiosk Applications A kiosk application is an application that is installed on a stand-alone device, featuring a touchscreen interface that displays information, and used in public spaces or workplaces.

More information

Deploying Lookout with IBM MaaS360

Deploying Lookout with IBM MaaS360 Lookout Mobile Endpoint Security Deploying Lookout with IBM MaaS360 February 2018 2 Copyright and disclaimer Copyright 2018, Lookout, Inc. and/or its affiliates. All rights reserved. Lookout, Inc., Lookout,

More information

Device commands. Device Command. Compliance

Device commands. Device Command. Compliance Device commands Compliance Apply the latest Device mgmt. Profile & app info Apply the latest Device mgmt. Profile Apply the latest app mgmt. profile Apply the latest internal app info Apply customized

More information

Application / Document Management. MaaS360 e-learning Portal Course 3

Application / Document Management. MaaS360 e-learning Portal Course 3 Application / Document Management MaaS360 e-learning Portal Course 3 Agenda > Application Management Overview MaaS360 Workflows Device Workflows > Document Management Overview MaaS360 Workflows Document

More information

3CX Mobile Device Manager

3CX Mobile Device Manager 3CX Mobile Device Manager Manual 1 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

More information

Knox Mobile Enrollment

Knox Mobile Enrollment Knox Mobile Enrollment SAMSUNG Knox Mobile Enrollment (hereinafter KME) is a service that you can use to install Knox Manage on a large number devices of Android or Android Enterprise s Fully Managed Device

More information

The following device commands are used most frequently: Lock/Unlock device O - O O. Reset screen password O - O - Factory reset + Initialize SD Card

The following device commands are used most frequently: Lock/Unlock device O - O O. Reset screen password O - O - Factory reset + Initialize SD Card 10 Device management Administrators can install apps on an activated device using device commands and check the profiles settings. Moreover, they can update, delete, or re-install apps installed on users'

More information

Lookout Mobile Endpoint Security. Deploying Lookout with BlackBerry Unified Endpoint Management

Lookout Mobile Endpoint Security. Deploying Lookout with BlackBerry Unified Endpoint Management Lookout Mobile Endpoint Security Deploying Lookout with BlackBerry Unified Endpoint Management June 2018 2 Copyright and disclaimer Copyright 2018, Lookout, Inc. and/or its affiliates. All rights reserved.

More information

Apple ios Enterprise Mobility Management (cloud based)

Apple ios Enterprise Mobility Management (cloud based) Apple ios Enterprise Mobility Management (cloud based) Codeproof ios EMM offers the following enterprise mobility management and BYOD security features. App Restrictions Block the camera, Safari, App Store,

More information

Register by completing the form, or connecting via your GitHub or Google account.

Register by completing the form, or connecting via your GitHub or Google account. SDL Developer Portal Registration Guide In order to register an application on the SDL developer portal, you must first create both a developer and company profile. Developer Profile Registration To create

More information

Table of Contents... ii. GO AHEAD BRING YOUR OWN DEVICE TO WORK... 1 Requirements... 1

Table of Contents... ii. GO AHEAD BRING YOUR OWN DEVICE TO WORK... 1 Requirements... 1 Table of Contents... ii GO AHEAD BRING YOUR OWN DEVICE TO WORK... 1 Requirements... 1 1: Start Using Toggle... 1 Personal... 2 ToggleHub... 2 AT&T Toggle Browser... 2 Downloads... 2 Media... 3 AT&T Toggle

More information

MageNative Apps User Guide Series

MageNative Apps User Guide Series MageNative Apps User Guide Series App Submission on Google Play Store Version 1.0 CedCommerce. All Rights Reserved. CedCommerce support@cedcommerce.com Abstract The App Submission on Google Play Store

More information

Adding mobile applications

Adding mobile applications Adding mobile applications This section describes how to add, configure, and deploy mobile applications for Android, ios, and Mac OS X. You can deploy custom applications as well as applications purchased

More information

Verizon MDM UEM Unified Endpoint Management

Verizon MDM UEM Unified Endpoint Management Verizon MDM UEM Unified Endpoint Management Version: 1.0 Last Updated: 3/29/18 Table of Contents Unified Endpoint Management (UEM) Overview... 4 Account Dashboard... 4 Unified Endpoint Management (UEM)

More information

VMware AirWatch Books Deployment Guide Distribute and deploy books

VMware AirWatch Books Deployment Guide Distribute and deploy books VMware AirWatch Books Deployment Guide Distribute and deploy books AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Android Enterprise Device Management with ZENworks 2017 Update 2

Android Enterprise Device Management with ZENworks 2017 Update 2 Android Enterprise Device Management with ZENworks 2017 Update 2 Article IT Operations Management Article Android Enterprise Device Management with ZENworks 2017 Update 2 Introduction With the release

More information

Sophos Mobile Control Administrator guide. Product version: 5.1

Sophos Mobile Control Administrator guide. Product version: 5.1 Sophos Mobile Control Administrator guide Product version: 5.1 Document date: June 2015 Contents 1 About Sophos Mobile Control...5 1.1 Sophos Mobile Control on premise and as a Service...5 1.2 About this

More information

MDM Server 5.26 Release Highlights. 7P Mobile Device Management. Rel: 1.0 /

MDM Server 5.26 Release Highlights. 7P Mobile Device Management. Rel: 1.0 / MDM Server 5.26 Release Highlights 7P Mobile Device Management Rel: 1.0 /2017-10-08 Doc.Nr.: RB.52600.V1.0EN Content 1 GENERAL... 3 1 General The following sections provide a brief overview of all new

More information

AT&T Toggle. 12/12/2013 Page i

AT&T Toggle. 12/12/2013 Page i Page i GO AHEAD BRING YOUR OWN DEVICE TO WORK... 1 Requirements... 1 1: Toggle Overview... 1 Personal Icon... 2 ToggleHub... 2 AT&T Toggle Browser... 2 Downloads... 2 Media... 3 AT&T Toggle Messaging...

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

McAfee MVISION Mobile Citrix XenMobile Integration Guide

McAfee MVISION Mobile Citrix XenMobile Integration Guide McAfee MVISION Mobile Citrix XenMobile Integration Guide MVISION Mobile Console 4.22 February 11, 2019 COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active

More information

VMware AirWatch Mobile Application Management Guide Enable access to public and enterprise apps

VMware AirWatch Mobile Application Management Guide Enable access to public and enterprise apps VMware AirWatch Mobile Application Management Guide Enable access to public and enterprise apps AirWatch v9.1 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support

More information

VMware AirWatch Google Sync Integration Guide Securing Your Infrastructure

VMware AirWatch Google Sync Integration Guide Securing Your  Infrastructure VMware AirWatch Google Sync Integration Guide Securing Your Email Infrastructure AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

AT&T Business Messaging Account Management

AT&T Business Messaging Account Management Account Management Administrator User Guide July 2016 1 Copyright 2016 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T

More information

TabPilot Documentation

TabPilot Documentation Table of contents 1 Introduction... 5 2 Control Tower Interface... 7 2.1 Menu Navigation... 7 2.2 Working with Tables... 8 3 Setting Up TabPilot... 10 3.1 Overview... 10 3.2 Setting Up Android Devices...

More information

Sophos Mobile super administrator guide. Product version: 7.1

Sophos Mobile super administrator guide. Product version: 7.1 Sophos Mobile super administrator guide Product version: 7.1 Contents 1 About this guide...4 1.1 Document conventions...4 2 Super administrator...5 2.1 Super administrator tasks...5 2.2 Super administrator

More information

Introduction to application management

Introduction to application management Introduction to application management To deploy web and mobile applications, add the application from the Centrify App Catalog, modify the application settings, and assign roles to the application to

More information

MOBILE SUPERVISOR. Revision Date: v.4.0.1

MOBILE SUPERVISOR. Revision Date: v.4.0.1 MOBILE SUPERVISOR Revision Date: 29.09.2018 v.4.0.1 1 CHAPTER 1: GENERAL INFORMATION ABOUT MOBIVISOR BASIC MANAGEMENT STEPS In this chapter, the following issues are analysed; Described Subjects About

More information

Sophos Mobile. super administrator guide. product version: 8.6

Sophos Mobile. super administrator guide. product version: 8.6 Sophos Mobile super administrator guide product version: 8.6 Contents About this guide... 1 Document conventions... 1 Super administrator... 2 Super administrator tasks...2 Super administrator customer...

More information

McAfee MVISION Mobile MobileIron Integration Guide

McAfee MVISION Mobile MobileIron Integration Guide McAfee MVISION Mobile MobileIron Integration Guide Administrator's guide for providing Integration with MobileIron MDM September 2018 COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee

More information

Sophos Mobile. super administrator guide. Product Version: 8

Sophos Mobile. super administrator guide. Product Version: 8 Sophos Mobile super administrator guide Product Version: 8 Contents About this guide... 1 Document conventions... 1 Super administrator... 2 Super administrator tasks...2 Super administrator customer...

More information

Samsung Knox Mobile Enrollment. VMware Workspace ONE UEM 1902

Samsung Knox Mobile Enrollment. VMware Workspace ONE UEM 1902 Samsung Knox Mobile Enrollment VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

VMware AirWatch SDK Plugin for Xamarin Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins

VMware AirWatch SDK Plugin for Xamarin Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins VMware AirWatch SDK Plugin for Xamarin Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins v1.2 Have documentation feedback? Submit a Documentation Feedback support ticket

More information

device management The following policies can be applied to Knox container of Samsung devices. [Android OS, Samsung Only(Knox2+)]

device management The following policies can be applied to Knox container of Samsung devices. [Android OS, Samsung Only(Knox2+)] Knox container device management policy The following policies can be applied to Knox container of Samsung devices. System group Screen capture Clipboard Share list Google account synchronization App crash

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE APRIL 2019 PRINTED 17 APRIL 2019 MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Audience Getting Started with Android

More information

VMware AirWatch Software Development Kit (SDK) Plugin v1.1 for Xamarin

VMware AirWatch Software Development Kit (SDK) Plugin v1.1 for Xamarin VMware AirWatch Software Development Kit (SDK) Plugin v1.1 for Xamarin Overview Use this document to install the VMware AirWatch SDK Plugin for Xamarin. The plugin helps enterprise app developers add enterprise-

More information

AT&T Toggle. 2/3/2014 Page i

AT&T Toggle. 2/3/2014 Page i Page i GO AHEAD BRING YOUR OWN DEVICE TO WORK... 1 Requirements... 1 1: Toggle Overview... 1 Personal Icon... 2 ToggleHub... 2 AT&T Toggle Browser... 2 Downloads... 2 Data Usage App... 3 Media... 4 AT&T

More information

Sophos Mobile. startup guide. Product Version: 8.1

Sophos Mobile. startup guide. Product Version: 8.1 Sophos Mobile startup guide Product Version: 8.1 Contents About this guide... 1 Sophos Mobile licenses... 2 Trial licenses...2 Upgrade trial licenses to full licenses... 2 Update licenses... 2 What are

More information

Administering Adobe Photoshop Touch with the Casper Suite. Technical Paper April 2012

Administering Adobe Photoshop Touch with the Casper Suite. Technical Paper April 2012 Administering Adobe Photoshop Touch with the Casper Suite Technical Paper April 2012 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this

More information

Sophos Mobile. administrator help. product version: 9

Sophos Mobile. administrator help. product version: 9 administrator help product version: 9 Contents About this help... 1 About...2 About Admin... 3 Dashboard... 3 Table views...4 Prerequisites... 4 User roles... 4 Change your password... 5 Password recovery...

More information

The administrator can configure and manage system environment for Knox Manage for efficient operation.

The administrator can configure and manage system environment for Knox Manage for efficient operation. 3 Environment setup The administrator can configure and manage system environment for Knox Manage for efficient operation. The following items can be configured in the Admin Portal: Configuration - Authentication

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 June 2017. Vodafone Ready Business Contents Introduction 3 Help 4 How to find help in the Vodafone Secure

More information

IBM. Configuration Guide. IBM MobileFirst Protect On-Premise. Version 2 Release 4

IBM. Configuration Guide. IBM MobileFirst Protect On-Premise. Version 2 Release 4 IBM MobileFirst Protect On-Premise IBM Configuration Guide Version 2 Release 4 IBM MobileFirst Protect On-Premise IBM Configuration Guide Version 2 Release 4 Note Before using this information and the

More information

NotifyMDM Device Application User Guide Installation and Configuration for Android

NotifyMDM Device Application User Guide Installation and Configuration for Android NotifyMDM Device Application User Guide Installation and Configuration for Android NotifyMDM for Android, Version 3.x NotifyMDM for Android 1 Table of Contents NotifyMDM for Android 3 Installation Instructions

More information

Pulse Workspace Appliance. Administration Guide

Pulse Workspace Appliance. Administration Guide Pulse Workspace Appliance Administration Guide Product Release 2.0, 1743.1 Document Revisions 1.0 Published Date January 2018 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose, CA 95134 The Pulse

More information

NotifyMDM Device Application User Guide Installation and Configuration for ios with TouchDown

NotifyMDM Device Application User Guide Installation and Configuration for ios with TouchDown NotifyMDM Device Application User Guide Installation and Configuration for ios with TouchDown NotifyMDM for ios Devices, Version 3.x NotifyMDM for ios with TouchDown 1 Table of Contents NotifyMDM for ios

More information

Sophos Mobile Control startup guide. Product version: 7

Sophos Mobile Control startup guide. Product version: 7 Sophos Mobile Control startup guide Product version: 7 Contents 1 About this guide...4 2 About Sophos Mobile Control...5 3 Sophos Mobile Control licenses...7 3.1 Trial licenses...7 3.2 Upgrade trial licenses

More information

Splashtop Enterprise for IoT Devices - Quick Start Guide v1.0

Splashtop Enterprise for IoT Devices - Quick Start Guide v1.0 Introduction For information about different deployment choices, please see chapter 3 of the full Splashtop Center Administrator s Guide. Splashtop Enterprise for IoT Devices is comprised of three components:

More information

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE Deploying VMware Workspace ONE Intelligent Hub October 2018 VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

VMware AirWatch - Mobile Application Management and Developer Tools

VMware AirWatch - Mobile Application Management and Developer Tools VMware AirWatch - Mobile Application Management and Developer Tools Table of Contents Lab Overview - HOL-1857-05-UEM - VMware AirWatch: Mobile App Management and Developer Tools... 3 Lab Guidance... 4

More information

Lookout Mobile Endpoint Security Console Administrator s Guide

Lookout Mobile Endpoint Security Console Administrator s Guide Lookout Mobile Endpoint Security Lookout Mobile Endpoint Security Console Administrator s Guide March 2018 Copyright and disclaimer Copyright 2018, Lookout, Inc. and/or its affiliates. All rights reserved.

More information

McAfee MVISION Mobile IBM MaaS360 Integration Guide

McAfee MVISION Mobile IBM MaaS360 Integration Guide McAfee MVISION Mobile IBM MaaS360 Integration Guide MVISION Mobile Console 4.22 February 11, 2019 COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection,

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

VMware AirWatch Google Sync Integration Guide Securing Your Infrastructure

VMware AirWatch Google Sync Integration Guide Securing Your  Infrastructure VMware AirWatch Google Sync Integration Guide Securing Your Email Infrastructure Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

Trial Guide. June 2018 Samsung Electronics. A new way to control OS version for B2B customers

Trial Guide. June 2018 Samsung Electronics. A new way to control OS version for B2B customers A new way to control OS version for B2B customers Trial Guide June 2018 Samsung Electronics Functionalities and specifications are subject to change without notice Overview What is? E-FOTA : Enterprise

More information

McAfee MVISION Mobile IBM MaaS360 Integration Guide

McAfee MVISION Mobile IBM MaaS360 Integration Guide McAfee MVISION Mobile IBM MaaS360 Integration Guide Administrator's guide for providing Integration with IBM MaaS360 MDM September 2018 COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee

More information

Sophos Mobile. super administrator guide. product version: 9

Sophos Mobile. super administrator guide. product version: 9 super administrator guide product version: 9 Contents About this guide... 1 Super administrator... 2 Super administrator tasks...2 Super administrator customer... 3 Log in as super administrator... 3 Switch

More information

VMware AirWatch SDK Plugin for Xamarin Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins

VMware AirWatch SDK Plugin for Xamarin Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins VMware AirWatch SDK Plugin for Xamarin Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins v1.3 Have documentation feedback? Submit a Documentation Feedback support ticket

More information

FileWave Server Install and Configuration

FileWave Server Install and Configuration FileWave Server Install and Configuration For this first installment in the FileWave Multiplatform Manager series we are going to cover FileWave Server Install and Configuration. We are also going to overview

More information

CCC ONE Workflow Appraiser Management Using IE10 or Higher

CCC ONE Workflow Appraiser Management Using IE10 or Higher CCC ONE Workflow Appraiser Management Using IE10 or Higher This job aid outlines the steps to upload estimate files to the claim folder using Windows Internet Explorer 10 or higher. NOTE: Internet Explorer

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

Certificate Management

Certificate Management Certificate Management This guide provides information on...... Configuring the NotifyMDM server to use a Microsoft Active Directory Certificate Authority... Using Certificates from Outside Sources...

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

DSA Signage Player Getting Started Guide

DSA Signage Player Getting Started Guide DSA Signage Player Getting Started Guide May 2016 Introduction DSA is an advertising / information application for Android Phones, Tablets and Android mini-pcs in a retail environment. The application

More information

Table of Contents. Overview. Installing and Using Afaria with your Motorola XOOM End User Document v0.3

Table of Contents. Overview. Installing and Using Afaria with your Motorola XOOM End User Document v0.3 Overview This document will provide you instructions on how to install and use the Afaria client on your Motorola Xoom tablet. The Afaria client is designed to allow applications to be made available to

More information

VMware AirWatch Tizen Guide

VMware AirWatch Tizen Guide VMware AirWatch Tizen Guide AirWatch v8.4 and higher Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product is protected

More information

2015 Mobiliya. All Rights Reserved Page 2

2015 Mobiliya. All Rights Reserved Page 2 Contents About this Guide... 3 Getting Started... 3 About Mobiliya Shoonya... 3 Key Features... 3 Add-on Features... 4 1. Sign In... 5 2. Admin Dashboard... 6 1. Licenses... 6 2. Users... 7 3. Devices...

More information

PrinterOn Mobile App MDM/MAM. Basic Integration Guide

PrinterOn Mobile App MDM/MAM. Basic Integration Guide PrinterOn Mobile App MDM/MAM Basic Integration Guide Contents Chapter 1: Overview... 4 Supported PrinterOn MDM/MAM integrations... 4 Benefits of integrating PrinterOn with MDM/MAM solutions... 5 Chapter

More information

Dell Management Portal. Apple Device Enrollment Program

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

More information

WebEx. Web Conferencing Tool. Fordham IT

WebEx. Web Conferencing Tool. Fordham IT WebEx Web Conferencing Tool Faculty + Staff User Guide Fordham IT Contents WebEx Faculty + Staff User Guide Schedule a Meeting Using the WebEx Meeting Site 1 WebEx Scheduling Template 2 Join a Meeting

More information

Sophos Mobile. administrator help. product version: 9

Sophos Mobile. administrator help. product version: 9 administrator help product version: 9 Contents About this help... 1 About Admin... 2 Dashboard... 2 Table views...3 User roles... 3 Key steps for managing devices with...5 Reports... 6 Tasks... 7 Monitor

More information

VMware Horizon View Client 4.10 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes

VMware Horizon View Client 4.10 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes VMware Horizon View Client 4.10 Add-on for Dell Wyse ThinLinux Version 2.1 Release Notes Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Schrole Cover Manual for Staff

Schrole Cover Manual for Staff Staff User Manual Schrole Cover Manual for Staff Contents User Schrole Cover as a Staff Member... 3 Navigating around Schrole Cover... 3 Website Staff Dashboard... 4 Swapping Between Roles... 4 The Staff

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

Google Sync Integration Guide. VMware Workspace ONE UEM 1902

Google Sync Integration Guide. VMware Workspace ONE UEM 1902 Google Sync Integration Guide VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

User Self-Administrative Web Guide

User Self-Administrative Web Guide User Self-Administrative Web Guide NotifyMDM Version 3.x The User Self-Administrative Web 1 Table of Contents The User Self-Administrative Web 3 Accessing the Mobile User Self-Administrative Portal...

More information

INSTALLATION AND SETUP VMware Workspace ONE

INSTALLATION AND SETUP VMware Workspace ONE GUIDE NOVEMBER 2018 PRINTED 9 JANUARY 2019 VMware Workspace ONE Table of Contents Installation and Setup Introduction Prerequisites Signing Up for a Free Trial Launching the Workspace ONE UEM Console Navigating

More information

Sophos Mobile in Central

Sophos Mobile in Central administrator help Product Version: 8 Contents About this help...1 About Sophos Mobile Admin... 2 User interface... 2 Table views... 2 User roles... 3 Key steps for managing devices with Sophos Mobile...4

More information

Administrator s Guide

Administrator s Guide Administrator s Guide (January 2017) Welcome! You have been invited to manage the subscriber community who will be using this videoconferencing service within your organization. This guide will provide

More information

Sophos Mobile on Premise

Sophos Mobile on Premise administrator help product version: 8.6 Contents About this help... 1 About Sophos Mobile...2 About Sophos Mobile Admin... 3 User interface... 3 Table views...3 Prerequisites... 4 User roles... 4 Change

More information

Sophos Mobile in Central administrator help. Product version: 7.1

Sophos Mobile in Central administrator help. Product version: 7.1 Sophos Mobile in Central administrator help Product version: 7.1 Contents 1 About this help...6 2 Key steps for managing devices with Sophos Mobile...7 3 Dashboard...8 4 Reports...9 5 Tasks...10 5.1 Monitor

More information

SECURE, CENTRALIZED, SIMPLE

SECURE, CENTRALIZED, SIMPLE 1 SECURE, CENTRALIZED, SIMPLE Multi-platform Enterprise Mobility Management Whitepaper 2 Controlling it all from one place BlackBerry Enterprise Service 10 (BES10) is an end-to-end, multi-platform, device,

More information

Halo Administrator GUIDE

Halo Administrator GUIDE Halo Administrator GUIDE Contents Welcome to Halo... 3 Secure Sign-In... 4 Forgot Password... 4 Messages... 5 Create and Send a Message... 5 Message Enhancements... 6 Quick Note... 6 Mark as Urgent...

More information

DocAve Governance Automation Online

DocAve Governance Automation Online DocAve Governance Automation Online Business User Guide Service Pack 9 Cumulative Update 6 Issued December 2017 Table of Contents What s New in this Guide... 5 About DocAve Governance Automation Online...

More information

Nextiva Drive The Setup Process Mobility & Storage Option

Nextiva Drive The Setup Process Mobility & Storage Option Nextiva Drive The Setup Process The Setup Process Adding Users 1. Login to your account and click on the Account icon at the top of the page (this is only visible to the administrator). 2. Click Create

More information

SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide

SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide Introduction This onboarding guide covers tasks that account administrators need to perform to set up SAS Visual Statistics and SAS Visual Analytics

More information

Administering Jive Mobile Apps for ios and Android

Administering Jive Mobile Apps for ios and Android Administering Jive Mobile Apps for ios and Android TOC 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios...3 Custom App Wrapping for ios...3 Authentication with Mobile

More information

Lookout Mobile Endpoint Security. AirWatch Connector Guide

Lookout Mobile Endpoint Security. AirWatch Connector Guide Lookout Mobile Endpoint Security AirWatch Connector Guide October 2017 1 Copyright and disclaimer Copyright 2017, Lookout, Inc. and/or its affiliates. All rights reserved. Lookout, Inc., Lookout, the Shield

More information

Workspace ONE UEM Mobile Device Management Guide. VMware Workspace ONE UEM 1810

Workspace ONE UEM Mobile Device Management Guide. VMware Workspace ONE UEM 1810 Workspace ONE UEM Mobile Device Management Guide VMware Workspace ONE UEM 1810 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Android User Guide. for version 5.3

Android User Guide. for version 5.3 Android User Guide for version 5.3 Contents 1. Installation... 3 1.1. How to install Babelnet... 3 1.2. Enter Babelnet in the search field.... 3 1.3. Safety precautions when using Babelnet on your Android...

More information

McAfee MVISION Mobile Microsoft Intune Integration Guide

McAfee MVISION Mobile Microsoft Intune Integration Guide McAfee MVISION Mobile Microsoft Intune Integration Guide MVISION Mobile Console 4.22 February 11, 2019 COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active

More information

Citrix HDX RealTime Media Engine 2.6 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes

Citrix HDX RealTime Media Engine 2.6 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes Citrix HDX RealTime Media Engine 2.6 Add-on for Dell Wyse ThinLinux Version 2.1 Release Notes Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of

More information

Navigating in Windows 10

Navigating in Windows 10 Navigating in Windows 10 Desktop The Desktop contains shortcuts to Programs which can be customized. Start Button: The Start menu has been expanded in Windows 10 to include Tiles. Programs are listed in

More information

THE HONG KONG SCHOOL SPORTS FEDERATION STUDENT ATHLETES ONLINE REGISTRATION SYSTEM USER MANUAL

THE HONG KONG SCHOOL SPORTS FEDERATION STUDENT ATHLETES ONLINE REGISTRATION SYSTEM USER MANUAL THE HONG KONG SCHOOL SPORTS FEDERATION STUDENT ATHLETES ONLINE REGISTRATION SYSTEM USER MANUAL Table of Content 1. School Teacher... 2 1.1 Login... 2 1.2 Forgot Password... 3 1.3 Create Batch... 3 1.4

More information

Installing. Download the O365 suite including OneDrive for Business: 1. Open the Google Play Store on your Android device

Installing. Download the O365 suite including OneDrive for Business: 1. Open the Google Play Store on your Android device Mobile Microsoft OneDrive for Business is a part of Office 365 (O365) and is your private professional document library, it uses O365 to store your work files in the cloud and is designed to make working

More information

S2 NetBox v4.8 Basic End-User Admin Training

S2 NetBox v4.8 Basic End-User Admin Training S2 NetBox v4.8 Basic End-User Admin Training 4/8/16 S2 Security 1 Table of Contents Introduction... 3 Log into your NetBox System... 3 Person Records... 5 Accessing Person Records... 5 Content of a Person

More information