Skip to content

Suggestions

Have a great idea that you’d like to see added to our service? Perhaps there’s an existing feature that you’d like to have extended or modified? Share it here!

467 results found

  1. Add 'allowCloudPrivateRelay' to Restrictions

    Apple introduced iCloud Private Relay with the now released iOS 15 and upcoming macOS 12 Monterey.

    Can the SimpleMDM Restrictions profile UI controls add the key to control that key before Monterey comes out? The feature was added to Monterey in beta 3.
    (Beta 3) For supervised devices the use of iCloud Private Relay can be prevented with the allowCloudPrivateRelay restriction.

    The key is allowCloudPrivateRelay documented at https://developer.apple.com/documentation/devicemanagement/restrictions

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  Anonymous responded

    The “Allow iCloud private relay” option has been added to the Restrictions profile.

  2. Add "id" Field to "Export Devices" csv file

    The "Export Devices" button that exports the list of devices to a CSV file is fairly robust and provides a lot of good information. However, obtaining the id for any given device has proven to be excruciating. The ONLY way to get a device ID is to the devices API call. Since pagination is limited to 100 pages and the only way to get to more pages is to have the last id number of the last call to fill in the "starting_after" field, Power Query is not feasible since it will throw errors if a query is dependent on…

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  Anonymous responded

    Devices IDs are included in the "ID" field in the Devices Export (first column).

  3. Support custom attributes in scripts

    Now that scripting is here, it would be great to be able to tap into the custom attributes from within a script.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  4. API call to unenroll a device without deleting it

    Hi. I would like to be able to unenroll a device which MDM profile is locked without removing it completely in SimpleMDM. The deletion eventually fills the need but in the action, we can loose important informations from the device custom attributes.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  5. Cancel Pending Script Job

    Should be able to cancel a pending job for a device that is offline or unresponsive.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  6. Include Hardware MAC Address in Export Devices export data

    The Export Devices export includes the bluetooth and WiFi MAC address data for devices, but does not include hardwired MAC address data.

    Please include this in the export where that information is present on a device.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  7. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  8. Add FileMaker to macOS shared apps.

    I'd like to see FileMaker added as a shared app. Not sure if there's a way to pass licensing info via MDM, but this could be helpful. Tahnks

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  9. Add Device Group Custom Attributes to API

    There is currently not a way to read or set the custom attributes of a device group from the API. In order to pull this information into external systems, the API is needed.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  10. Implement FileVault recovery key rotation in UI

    It would be convenient to be able to rotate FileVault recovery keys from within the SimpleMDM UI as documented here: https://developer.apple.com/documentation/devicemanagement/rotate_the_filevault_key rather than running the fdesetup Terminal command via script or using the API to accomplish this.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  Anonymous responded

    Hi Eddie,

    Thanks for the post. This option is already supported in SimpleMDM. It is available when the existing recovery key is stored in MDM.


  11. Add ClickUp as a shared app.

    Would like to have ClickUp added the shared app library. Thanks!

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  12. Add JetBrains Toolbox to Shared App Catalog

    Since other JetBrains IDEs are in the Shared App Catalog, please add the JetBrains Toolbox, which is the JetBrains equivalent to the Adobe Creative Cloud installer.

    https://www.jetbrains.com/toolbox-app/

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  13. Respect local time zone of iOS devices when applying a software update window

    Currently, the software update window is a singular entity, which means some units in Europe would be updating in the middle of the day for units in the USA. Implementing a method to either auto-detect local time of the units or specify a time zone in the profile would help solve this.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  14. Manage Munki pkginfo settings via API

    Add API Endpoints to enable management of the pkginfo settings for an app via the API. This would allow us to manage keys as part of our automation process

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  15. ability to allow admin to decide if end user can or cannot control their date and time zone settings

    For some users, we want to allow them to control time zone while for others we want to lock it down. It'd be nice to have the option.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  16. Support macOS 14 Software Update Enforcement

    macOS 14 adds some sort of software update enforcement capability. While the UI is unknown the MDM parts have been outlined here: https://developer.apple.com/documentation/devicemanagement/softwareupdateenforcementspecific?changes=latest_minor&language=objc

    Please support this ASAP so we can test the UI and functionality.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  17. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  18. Give app prices on app page.

    It will make it easier to differentiate between free an paid apps, so that users do not get pushed apps which don't have codes.

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  19. Disallow Removing Profile

    add the ability to never allow the user to remove the profile from their device. if i want to force them to use a passcode, they can easily get around the requirement by just removing the profile.

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  SimpleMDM responded

    This is possible with devices under supervision and using Apple’s Device Enrollment Program (DEP).

  20. Show a loading animated icon for transition between screens

    Its not very clear that the site is doing anything when you click on a menu item on the left, you wait, with no feedback that anything is happening, before suddenly the screen changes. Would be easier to use if there was a transition, such as a loading icon.

    Jason

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  • Don't see your idea?

Suggestions

Categories