Difference between revisions of "Device Management"

From MgmtWiki
Jump to: navigation, search
(Taxonomy of Management Types)
(Solutions)
Line 27: Line 27:
 
==Solutions==
 
==Solutions==
 
===Android===
 
===Android===
 +
* [https://developer.android.com/work/device-management-policy Enhancing security with device management policies]
 
===Apple===
 
===Apple===
[https://developer.apple.com/documentation/devicemanagement Device Management] = Manage your organization’s devices remotely.
+
* [https://developer.apple.com/documentation/devicemanagement Device Management] = Manage your organization’s devices remotely.
  
 
==References==
 
==References==

Revision as of 15:15, 9 October 2022

Full Title or Meme

Assuring that computing devices are properly configured.

Context

For Identity and Access Management the device configuration of most interest is related to user and access identification and matching.

Taxonomy of Device Types

  • User Devices used to be just computers, but now are nearly all internet connected.
    • User owned devices
      • Managed by user (may also include apps that are provided and managed by an enterprise)
      • Managed by enterprise (aka BYOD or bring your own device)
    • Enterprise owned devices (typically managed by the Enterprise)
  • Web Server
  • Resource Server
  • Edge Devices (usually associated with 5G networks)
  • Mobile Device (typically a smart phone for the purposes of this wiki)
  • Internet of Things

Taxonomy of Management Types

  1. Mobile Device Management for BYOD
  2. Enterprise Mobile Management for enterprise owned devices.
  3. Captive devices where the device does not move but the people do.
  4. Data Center Management
  5. Edge Management as a part of the move to 5G connectivity
  6. Internet of Things

Solutions

Android

Apple

References