前面我们介绍了IOS上MDM几个简单的控制命令的发送和返回数据的解析处理,下面我们介绍一下MDM涉及到的命令的操作介绍:

一、Control Commands(控制类命令)
1、Device Lock(设备锁屏)
RequestType为RequestType:
原文:Immediately locks the device. If a passcode is present, that passcode will be required to unlock the device.
译文:设备锁屏后,如果你的设备以前设置了锁屏密码,那么你的设备就会要求输入你以前的锁屏密码来解除屏幕锁。

2、Erase Device(擦出设备数据)
RequestType为EraseDevice:
原文:Immediately wipes the device memory and resets it to a “clean from
factory” state.Requires connection to iTunes to restore from backup or
configure as new.
译文:擦拭设备的内存数据和重置为“恢复出厂”的状态,需要连接到iTunes备份或恢复配置新的。

3、Clear Passcode(清除锁屏密码)
RequestType为ClearPasscode,另外需要TokenUpdate时返回的UnlockToken数据:
原文:If a passcode is present on the device, this command will clear that
passcode. If a passcode is required by other configuration controls,
the user will be given a grace period in which to set a new passcode.
译文:如果设备以前设置了锁屏密码,当发送此命令时会清除设备设置的密码。如果密码被其他配置控制需要,用户将可以在宽限期内设置一个新密码。

二、Device Queries(查询设备信息类)
1、Security Information(安全信息)
RequestType为SecurityInfo,另外需要查询的数组列表,例如:“HardwareEncryptionCaps”, “PasscodePresent”等
原文:Lists specified security-related settings for the device, including
hardware encryption capabilities, and whether a passcode is present (and
if so, whether it is compliant with configuration). If the passcode is
present, the device must be unlocked for this command to execute.
译文:列出指定的安全相关的设置装置,包括硬件加密功能,以及是否存在一个密码(如果是这样,是否符合配置)。如果密码是目前,装置必须解锁执行这个命令。

2、Installed Application List(应用程序列表)
RequestType为InstalledApplicationList
原文:Lists all the applications currently installed on the device.
Includes the overall persistent storage used by the application,
expressed in bytes, along with the application’s name, version, and
bundle identifier. Does not list applications installed via jailbreaking
methods.
译文:所有的应用程序目前安装在设备列表。包括应用程序所使用的总体持久性存储,表示字节,随着应用程序的名称,版本,和束标识符。没有列出应用程序安装通过破解方法。

3、Device Information(设备信息)
RequestType为DeviceInformation
原文:Retrieves specified general information about the device, including
MAC phone number, software version, model name and number, serial
number.
译文:检索指定的一般信息的装置,包括MAC的电话号码,软件版本,模型的名称和编号,编号。

4、Certificate list(证书列表)
RequestType为CertificateList
原文:Lists all certificates currently installed on the device.
译文:列出所有目前在设备上安装证书。

5、Profile List(描述文件列表)
RequestType为ProfileList
原文:Lists configuration profiles installed on the device. Includes
Common name, whether a remove passcode is required, whether removal is
disallowed, unique identifiers, and other similar information.
译文:安装在设备配置文件列表。包括普通的名字,是否删除密码是必需的,是否去除无效,唯一的标识符,和其他类似的信息。

6、Provisioning Profile List(预装的描述文件列表)
Provisioning为ProvisioningProfileList
原文:Lists provisioning profiles installed on the device (similar to the Profile list).
译文:安装在设备列表配置配置文件(类似于配置文件列表)。

7、Restrictions List(限制列表)
RequestType为RestrictionsList
原文:Lists restrictions currently in effect on the device. For example,
lists disabled applications,whether backup encryption is forced on, etc.
译文:列出目前在设备上的限制的影响。例如,列表禁用应用程序,无论是备份加密是被迫的,等等。

三、Device Configuration(设备配置)
1、Install Profile(安装描述文件)
RequestType为InstallProfile,另外需要Payload((data) IPCU .mobileconfig file, base-64 encoded)
原文:Given a base-64 encoding of a .mobileconfigprofile (as created by
the IPCU or other tools), installs the profile on the device.
译文:给定一个base64编码的.mobileconfig描述文件(由IPCU或其他工具创建),安装在装置的配置。

2、Remove Profile(卸载配置文件)
RequestType为RemoveProfile
原文:Given a payload identifier (which is typically shown as a
reverse-DNS identifier such as “com.example.cfg.restrictions”), removes
the profile from the device.
译文:给定一个载荷标识符(通常是作为一个反向DNS的标识符,如“com.example.cfg.restrictions”),删除从设备的配置文件。

3、Install Provisioning Profile(安装预装描述配置文件)
RequestType为InstallProvisioningProfile,另外需要Payload((data) IPCU .mobileprovision file, base-64 encoded)
原文:Given a base-64 encoding of a .mobileprovisionprofile (as created by
the IPCU or other tools), installs the profile on the device.
译文:给定一个base64编码的.mobileprovision文件(由IPCU或其他工具创建),安装在装置的配置。

4、Remove Provisioning Profile(卸载预先安装的描述配置文件)
RequestType为RemoveProvisioningProfile,另外还需要UUID((string) Provisioning profile UUID)
原文:This command removes the provisioning profile from the device, given the profile’s UUID.
译文:该命令会删除配置文件从设备,给出了配置文件的UUID。

四、Device to Server Commands(发送给服务器的命令)
1、Authenticate(设备认证)
MessageType为Authenticate,会返回Topic和UDID
原文:This is a client command, sent by the client to initiate enrollment.
Can be used by the server to permit or deny enrollment based on the
device’s UDID. NOTE – Does not follow same format as server-to-client
commands. Has no CommandUUIDfield nor the Commanddict structure — all
parameters are top-level items in the main property list dict.
译文:这是一个客户端的命令,由客户端发送启动招生。可以使用的服务器以允许或拒绝基于设备的UDID登记。注意:不遵循相同的格式为服务器到客户端的命令。没有CommandUUID 也不Command 结构——所有的参数都在主属性列表指定顶级项目.

2、Token Update(Token信息更新)
MessageType为TokenUpdate,会返回PushMagic、Token、Topic、UDID、UnlockToken等数据。
原文:This is a client message, sent by the client during enrollment.
Provides the server with tokens used to contact device via APNS, as well
as a key to unlock the device through the Clear Passcode command. NOTE –
Does not follow same format as server-to-client commands. Has no
CommandUUID field nor the Command dict structure — all parameters are
top-level items in the main property list dict。
译文:这是一个客户端的消息,在招生过程中由客户端发送。提供服务器标记用于通过APNS接触装置,以及解锁装置通过一个关键清除密码命令。注意:不遵循相同的格式为服务器到客户端命令。没有CommandUUID也不Command结构——所有参数在主要的属性列表的顶级项目。

总结,到目前为止,我们已经介绍了MDM的四大类,总计16个小类的控制类命令信息,很感谢你的阅读。转载自:移动互联百科

MDM基于IOS设备管控功能的所有命令介绍的更多相关文章

  1. iOS 设备定位功能可用的判断

    if ([CLLocationManager locationServicesEnabled] && ([CLLocationManager authorizationStatus] ...

  2. redis3.2新功能--GEO地理位置命令介绍

    概述 redis3.2发布rc版本已经有一段时间了,估计RedisConf 2016左右,3.2版本就能release了.3.2版本中增加的最大功能就是对GEO(地理位置)的支持.说起redis的GE ...

  3. 转:基于IOS上MDM技术相关资料整理及汇总

    一.MDM相关知识: MDM (Mobile Device Management ),即移动设备管理.在21世纪的今天,数据是企业宝贵的资产,安全问题更是重中之重,在移动互联网时代,员工个人的设备接入 ...

  4. 基于IOS上MDM技术相关资料整理及汇总

    (转自:http://www.mbaike.net/special/1542.html) 一.MDM相关知识:MDM (Mobile Device Management ),即移动设备管理.在21世纪 ...

  5. vs2015使用Apache Cordova用JavaScript来访问本地设备的功能,比如摄像头、加速计

    看到下面这张图就代表着我VS2015 跨平台Moblie开发工具安装成功了. 上周安装成功后本想一睹跨平台开发的乐趣,可是一直找不到合适的入口.这周又来捯饬一下结果发现了一个入口.于是来写一个Hell ...

  6. 怎样将游戏从Unity导到iOS设备上

    当我开始开发自己的iOS游戏时,我会考虑的第一件事便是如何将其导出到设备中,如此有效地测试我的游戏.最初,该过程看似很长且复杂,我所遇到的主要问题是,尽管存在许多资源,但是它们并非完全来自同样的地方, ...

  7. 基于iOS 10、realm封装的下载器

    代码地址如下:http://www.demodashi.com/demo/11653.html 概要 在决定自己封装一个下载器前,我本以为没有那么复杂,可在实际开发过程中困难重重,再加上iOS10和X ...

  8. 转:向IOS设备发送推送通知

    背景 SMS 和 MMS 消息是由无线运营商通过设备的电话号码向特定设备提供的.实现 SMS/MMS 的服务器端应用程序的开发人员必须费大量精力才能与现有的封闭电信基础架构进行交互(其中包括获取电话号 ...

  9. 使用Safari远程调试iOS设备网页

    最近在做HTML 5游戏时,发布到手机上访问网页总是莫名其妙出现问题,苦于没有remote debug功能一直没有查找到问题. 这边博客详细介绍了iOS, Android, Windows Phone ...

随机推荐

  1. USACO prefix TrieTree + DP

    /* ID:kevin_s1 PROG:prefix LANG:C++ */ #include <iostream> #include <cstdio> #include &l ...

  2. svm、经验风险最小化、vc维

    原文:http://blog.csdn.net/keith0812/article/details/8901113 “支持向量机方法是建立在统计学习理论的VC 维理论和结构风险最小原理基础上” 结构化 ...

  3. MDI/MDIX接口

    转载:http://blog.chinaunix.net/uid-24148050-id-137067.html MDI/MDIX is a type of Ethernet port connect ...

  4. 小白日记10:kali渗透测试之端口扫描-UDP、TCP、僵尸扫描、隐蔽扫描

    端口扫描 二三四层发现的目的只是为了准确发现所有活着主机IP,确定攻击面,端口扫描即发现攻击点,发现开放端口.端口对应网络服务及应用端程序,服务端程序的漏洞通过端口攻入.[所有的扫描结果,都不要完全相 ...

  5. 使用coreData

    1.设计数据模型 2.创建持久化视图和控制器 #import "BIDViewController.h" #import "BIDAppDelegate.h" ...

  6. nodejs的mysql模块学习(三)数据库连接配置选项详解

    连接选项 当在创建数据连接的时候 第一种大多数人用的方法 let mysql = require('mysql'); let connection = mysql.createConnection({ ...

  7. Android(java)学习笔记99:android的短信发送器研究

    1.第一种可以调用系统内部的短信程序. 之前我曾经出现过一个bug就是报错: android.content.ActivityNotFoundException: No Activity found ...

  8. 【转载】Android使用Application总结

    Application 配置全局Context 第一步.写一个全局的单例模式的MyApplication继承自Application 覆盖onCreate ,在这个方法里面实例化Application ...

  9. weblogic服务器内存溢出问题解决

    问题描述: 当我们在weblogic服务器一个域domain上面部署多个工程时,经常会出现内存溢出的情况:java.lang.OutOfMemoryError异常 原因:主要是因为weblogic环境 ...

  10. 24小时学通Linux内核之有关Linux文件系统实现的问题

    有时间睡懒觉了,却还是五点多醒了,不过一直躺倒九点多才算起来,昨晚一直在弄飞凌的嵌入式开发板,有些问题没解决,自己电脑系统的问题,虽然Win10发布了,,但我还是好喜欢XP呀,好想回家用用家里的XP来 ...