Flesh out Android MDM from stub to full page
Some checks failed
Regenerate Documentation Index / regenerate-index (push) Failing after 1s
Some checks failed
Regenerate Documentation Index / regenerate-index (push) Failing after 1s
This commit is contained in:
parent
af89c0c631
commit
b0bc1d041b
1 changed files with 49 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: MDM for Android (Google, Samsung)
|
title: MDM for Android (Google, Samsung)
|
||||||
description:
|
description: Mobile device management for Android phones and tablets.
|
||||||
category: services
|
category: services
|
||||||
tags: [mdm, services]
|
tags: [mdm, services]
|
||||||
permalink: go.dbits.ca/dd/mdm-android-google-samsung
|
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)
|
# 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
|
## Related Documentation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue