This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SMC5 and Apple Configurator

I just installed a new server with SMC5, no data-import, plain-vanilla-installation. What about the SMC-Integration with apple configurator? What about the auto-enrollment-feature? Do I still have to follow https://www.sophos.com/en-us/support/knowledgebase/121129.aspx ? Or is there a much better way?

I hope that the SMC5-Documentation will be uploaded within the next days?

Cheers, Detlef

:56584


This thread was automatically locked due to age.
Parents
  • Hm, not sure whether it was necessary or not, but I followed https://www.sophos.com/en-us/support/knowledgebase/121129.aspx and was able to enable the auto-enrollment in the device-group. A new feature "Install SMC-App" is added.

    USE SMCDBv2
    INSERT INTO mdm_rolerightrel (RoleId, RightId) values (1, 217);
    INSERT INTO mdm_rolerightrel (RoleId, RightId) values (2, 217);
    INSERT INTO mdm_rolerightrel (RoleId, RightId) values (1, 218);
    INSERT INTO mdm_rolerightrel (RoleId, RightId) values (2, 218);

    Cheers, Detlef (still longing for more Documentation as PDF)

    :56589
Reply
  • Hm, not sure whether it was necessary or not, but I followed https://www.sophos.com/en-us/support/knowledgebase/121129.aspx and was able to enable the auto-enrollment in the device-group. A new feature "Install SMC-App" is added.

    USE SMCDBv2
    INSERT INTO mdm_rolerightrel (RoleId, RightId) values (1, 217);
    INSERT INTO mdm_rolerightrel (RoleId, RightId) values (2, 217);
    INSERT INTO mdm_rolerightrel (RoleId, RightId) values (1, 218);
    INSERT INTO mdm_rolerightrel (RoleId, RightId) values (2, 218);

    Cheers, Detlef (still longing for more Documentation as PDF)

    :56589
Children
No Data