Kaspersky Security Center allows you to install iOS MDM Server on a local device in silent mode, that is, without the interactive input of installation settings.
To install iOS MDM Server on a local device in silent mode:
.\exec\setup.exe /s /v"DONT_USE_ANSWER_FILE=1 EULA=1 <
setup_parameters
>
"
where setup_parameters
is a list of settings and their respective values, separated with spaces (PROP1=PROP1VAL PROP2=PROP2VAL
). The setup.exe file is located in the Server folder, which is part of the Kaspersky Security Center distribution kit.
The names and possible values for parameters that can be used when installing iOS MDM Server in silent mode are listed in the table below. Parameters can be specified in any convenient order.
Parameters of iOS MDM Server installation in silent mode
Parameter name |
Parameter description |
Available values |
---|---|---|
EULA |
Acceptance of the terms of the End User License Agreement. This parameter is mandatory. |
|
DONT_USE_ANSWER_FILE |
Whether or not to use an XML file with iOS MDM Server installation settings. The XML file is included in the installation package or stored on the Administration Server. You do not have to specify an additional path to the file. This parameter is mandatory. |
|
INSTALLDIR |
The iOS MDM Server installation folder. This parameter is optional. |
String value, for example, |
CONNECTORPORT |
Local port for connecting the iOS MDM service to Network Agent. The default port number is 9799. This parameter is optional. |
Numerical value. |
LOCALSERVERPORT |
Local port for connecting Network Agent to the iOS MDM service. The default port number is 9899. This parameter is optional. |
Numerical value. |
EXTERNALSERVERPORT |
Port for connecting a device to iOS MDM Server. The default port number is 443. This parameter is optional. |
Numerical value. |
EXTERNAL_SERVER_URL |
External address of the client device on which iOS MDM Server is to be installed. This address will be used for connecting managed mobile devices to the iOS MDM service. The client device must be available for connection through iOS MDM. The address must not include the URL scheme and number of the port because these values will be added automatically. This parameter is optional. |
|
WORKFOLDER |
Work folder of iOS MDM Server. If no work folder is specified, data will be written to the default folder. This parameter is optional. |
String value, for example, |
MTNCY |
Use of iOS MDM Server by multiple virtual Servers. This parameter is optional. |
|
Example:
|
The iOS MDM Server installation parameters are given in detail in section "Installing iOS MDM Server".
Page top