Defining and loading the server profiles using the batch file

  1. Open the mscmservers.json file.
  2. Specify the MSCM server details using this format:
    [
        { 
            "profileName": "mscmserver_01",
            "serverUrl": "https://[mscm server hostname]:[mscm port]/mscm/[tenant_ID]",
            "publicKey": "[public key]",
            "secretKey": "8jaCtEIplrskSGDlN8ua"
        },
        {
            "profileName": "mscmserver_02",
            "serverUrl": "https://[mscm server hostname]:[mscm port]/mscm",
            "publicKey": "mscmadmin02",
            "secretKey": "password123"
        }
    ] 
    
  3. Save the file.
  4. Move the file to the sdcard directory of the device.
  5. Tap the MSCM application.
    The defined profiles in the batch file are loaded and displayed.
  6. Tap the profile to initiate login.
  7. Specify the username and password.
  8. Tap Sign In to login to MSCM.