Current location - Quotes Website - Personality signature - Iosdm data summary (command)
Iosdm data summary (command)
(1) Lock screen command

Request type device lock

Effect Description: (1) There is no pop-up prompt.

(2) direct screen locking

(2) Install the application market app.

Request Type Install Application

Effect description: (1) A pop-up window prompts for the password of apple id account.

(2) Enter the installed app, which has been managed by mdm.

(3) install the enterprise app.

Request Type Install Application

Effect Description: (1) A pop-up window prompts a confirmation box. Do you want to install this application?

(2) Enter the installed app, which has been managed by mdm.

(3) Trust profile needs to be set.

(4) Delete the application market app/ delete the enterprise app.

Request Type Delete Application

Effect description: (1) The current application needs mdm server management before it can be deleted.

(5) Get the list of managed programs.

Request type ManagedApplicationList

Effect Description: (1) Get the array of managed applications.

(2) The array contains information about each application: whether it is managed or not.

Are the parameters in the app configured?

Are there any feedback parameters in the app?

(6) acquiring equipment information

Request type device information

Effect description: The key fields that can be obtained are as follows: UDID, device name, OSVersion, serial number and battery level.

IMEI, IsSupervised (supervised or not) IsDeviceLocatorServiceEnabled (such as whether to open and find my iphone).

IsActivationLockEnabled (Device Activation Lock? ) IsCloudBackupEnabled, ICCID (sim card identifier), BluetoothMAC (bluetooth address), WiFiMAC(wifi address)

(7) Obtain the equipment application installation list.

Request type InstalledApplicationList

Effect description: (1) You can get the installer array or managed app.

(2) The key fields that can be obtained are as follows: identifier (package name), version (app version), name (program name), BundleSize (static package size),

DynamicSize (folder size under sandbox), ExternalVersionIdentifier (seems to be the version number of appstore? )

This file contains the following contents,

Functions after ios 1 1.3

AppStoreVendable (can participate in storage function) DeviceBasedVPP (if true, then this application does not need Apple to distribute to devices) ADHOCODED (if true, then there are updates available for this application. This key will only be provided to the App Store application. MacOS, this key will only appear in VPP applications. )

(8) Install the configuration file

Request Type: Installation Profile

Effect Description: (1) There is no pop-up prompt.

(2) At present, using profile can restrict the use of screenshots, photo albums, siri, icloud, etc.

(9) Delete personal data

Request type: RemoveProfile

Effect Description: (1) There is no pop-up prompt.

(2) Restore the unrestricted use of screenshots and restrict the use of photo albums, siri, icloud, etc.

(10) Get Personal Information

Request type: ProfileList

Effect description: (1) Get the array of profile.

(2) Information related to each profile can be obtained.

(1 1) obtained the restriction application.

Request Type: Restricted

Effect Description: (1) The application of global restrictions is restricted according to the configuration file.

(12) get the internal configuration parameters of the app.

Request type: managed application configuration

Effect description: You can get the parameters configured as userdefault in the app.

(13) Setting parameters in the application

Request Type: Settings

Effect description: (1) Set parameters in the userdefault of the app.