Installing iOS MDM Server in non-interactive mode

Kaspersky Security Center allows you to install iOS MDM Server on a local device in non-interactive mode, that is, without the interactive input of installation settings.

To install iOS MDM Server on a local device in non-interactive mode:

  1. Read the End User License Agreement. Use the command below only if you understand and accept the terms of the End User License Agreement.
  2. Run the following command:

    .\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 (PRO1=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 non-interactive mode are listed in the table below. Parameters can be specified in any convenient order.

Parameters of iOS MDM Server installation in non-interactive mode

 

Parameter name

Parameter description

Available values

EULA

Acceptance of the terms of the End User License Agreement. This parameter is mandatory.

  • 1—I have fully read, understand and accept the terms of the End User License Agreement.
  • Other value or no value—I do not accept the terms of the License Agreement (installation is not performed).

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.

  • 1—Do not use the XML file with parameters.
  • Other value or no value—Use the XML file with parameters.

INSTALLDIR

The iOS MDM Server installation folder.

This parameter is optional.

String value, for example, INSTALLDIR=\"C:\install\"

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.

  • Device FQDN (such as mdm.example.com)
  • Device NetBIOS name
  • Device IP address

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, WORKFOLDER=\"C:\work\"

MTNCY

Use of iOS MDM Server by multiple virtual Servers.

This parameter is optional.

  • 1—iOS MDM Server will be used by multiple virtual Administration Servers.
  • Other value or no value—iOS MDM Server will not be used by multiple virtual Administration Servers.

Example:

\exec\setup.exe /s /v"EULA=1 DONT_USE_ANSWER_FILE=1 EXTERNALSERVERPORT=9443 EXTERNAL_SERVER_URL=\"www.test-mdm.com\""

The iOS MDM Server installation parameters are given in detail in section "Installing iOS MDM Server".

Page top