Skip to main content

Wrapping the SureMDM Agent for Windows

To wrap the SureMDM Agent application on Windows devices, follow these steps:

  1. Navigate to SureMDM Web Console > Settings (icon located at the top right of the screen) > Account Settings > Customize SureMDM Agent/SureLock > Windows.

  2. Select SureMDM Agent app from the Select App drop-down menu.

note

App Download URL field is auto-populated on selecting the application.

  1. There are 2 ways to configure the application under the Select option:

a. Key Settings

  • Enable Nix: Enables communication between SureMDM Agent and SureMDM Account after Agent installation. Enabled by default, use Advanced settings to modify the setting.
  • Account ID: Account ID is the unique identifier for your SureMDM account. Enter the Account ID to which devices will enroll. (Click the Settings button on the top right corner of the SureMDM console to get Account ID.)
  • Server Path: Enter the SureMDM console URL to which devices will be enrolled. SureMDM Agent Password: If configured, the user has to provide the same password to access the SureMDM Agent settings.
  • Select Device Name: Choose the type of name to be used for the devices. Devices enrolled via Autopilot/OOBE will follow their respective device name configuration.
  • Enable Mailbox: Select this option to show the Mailbox option on the SureMDM Agent home screen.

b. Advanced Settings

  • App Settings: Use this section to add the xml of the application.

Sample xml:

<NixSettings>
<EnableNix>true</EnableNix>
<ServerPath>Enter ServerPath here</ServerPath>
<Password />
<DeviceEntityStatus>PREAPPROVED</DeviceEntityStatus>
<DeviceID />
<CustomerID>Enter AccountID here</CustomerID>
<NewIDType />
<NameType>MachineName</NameType>
<IDType>SYSTEMID</IDType>
<EnableMailbox>true</EnableMailbox>
<IsApproved>true</IsApproved>
</NixSettings>

note

Please reach out to 42Gears support for any additional available key pairs.

  1. Click Generate to process the application.

  2. Click Download. An .exe file will download.