From ab73cc0e7e832dfbdb5d5e0f8e08f2af91133a21 Mon Sep 17 00:00:00 2001 From: Fredrik Orderud Date: Fri, 30 May 2025 01:05:14 +0200 Subject: [PATCH] Update instructions for how to send SyncML commands The instructions currently refer to an unclear "profile" folder. By reading through the sources it seems like the folder actually scanned for XML files is "cmds". Therefore proposing to update the documentation to make it easier to get started with the tool. --- mdm_server_poc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdm_server_poc/README.md b/mdm_server_poc/README.md index efc92ec..2b0fe86 100644 --- a/mdm_server_poc/README.md +++ b/mdm_server_poc/README.md @@ -40,7 +40,7 @@ On the Windows client side, you need to import a custom CA certificate to the ce enterpriseenrollment.pocmdmserver.com ## Usage -You can send SyncML commands to the enrolled client by dropping an XML file with the SyncML command on the profile folder and then forcing the management session on the MDM Client (Settings -> Accounts -> Access work or school -> Info -> Sync) +You can send SyncML commands to the enrolled client by dropping an XML file with the SyncML command on the `cmds` folder and then forcing the management session on the MDM Client (Settings -> Accounts -> Access work or school -> Info -> Sync) There are examples of SyncML commands on the sample_syncml_commands folder ## Protocol Details