From b0bc1d041bc03d11f53f608ef712566d0a6e6f4d Mon Sep 17 00:00:00 2001 From: Joey King Date: Thu, 19 Feb 2026 15:55:17 +0000 Subject: [PATCH] Flesh out Android MDM from stub to full page --- Services/MDM_Android_Google_Samsung.md | 53 ++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/Services/MDM_Android_Google_Samsung.md b/Services/MDM_Android_Google_Samsung.md index 591d264..a98a872 100644 --- a/Services/MDM_Android_Google_Samsung.md +++ b/Services/MDM_Android_Google_Samsung.md @@ -1,6 +1,6 @@ --- title: MDM for Android (Google, Samsung) -description: +description: Mobile device management for Android phones and tablets. category: services tags: [mdm, services] permalink: go.dbits.ca/dd/mdm-android-google-samsung @@ -8,11 +8,56 @@ permalink: go.dbits.ca/dd/mdm-android-google-samsung # MDM for Android (Google, Samsung) -## Overview +Manage and secure Android devices across your organization, including Google Pixel, Samsung Galaxy, and other Android Enterprise-compatible hardware. -digiBandit provides a comprehensive Mobile Device Management (MDM) solution for Android devices, including those made by Google and Samsung. +--- -digiBandit's MDM lets you easily manage and secure your Android devices across your organization. +## Enrollment Methods + +| Method | Best For | How It Works | +|--------|----------|--------------| +| **QR Code** | Existing devices | Factory reset, scan QR code during setup | +| **Zero-Touch** | New devices from reseller | Device auto-enrolls on first boot | +| **Samsung Knox Mobile Enrollment** | Samsung devices | Bulk enrollment without user interaction | + +--- + +## Management Modes + +### Work Profile (BYOD) +- Separates work and personal data on the same device +- Company can manage only the work profile +- Personal apps and data remain private +- Work profile can be wiped without affecting personal data + +### Fully Managed (Company-Owned) +- Full control over the entire device +- All apps and data managed by the organization +- Ideal for dedicated work devices, kiosks, or shared equipment + +--- + +## What We Can Manage + +- **Wi-Fi and VPN** - Auto-configure network settings +- **Email** - Push email account configuration +- **Apps** - Install, update, and remove apps via Google Play Managed +- **Security** - Enforce screen lock, encryption, and password policies +- **Restrictions** - Block cameras, USB, Bluetooth, or app installs as needed +- **Remote Actions** - Lock, wipe, or locate devices + +--- + +## Samsung Knox + +Samsung devices with Knox support get additional capabilities: + +- **Knox Platform for Enterprise** - Hardware-backed security +- **Firmware management** - Control OS update timing +- **VPN containerization** - Per-app VPN routing +- **Knox Guard** - Remote device lock for lost/stolen units + +--- ## Related Documentation