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!

468 results found

  1. The ability to set "Auto Lock to Never"

    We really need to set Auto Lock to Never as part of the "Restrictions" profile, is this possible?

    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  ·  SimpleMDM responded

    The MDM feature you are referring to is already available under the “Passcode Policy” payload. The key, specifically, is “Maximum auto-lock time” and the value you’re interested in is “Infinite”.

    Worth noting is that Apple MDM does not actually let you specify the auto-lock time on a device. Rather, it lets you specify a maximum value only, then permitting the user to specify their own value that meets your requirements. If Apple expands these capabilities in the future, we will be happy to implement them.

    Finally, there is one way to disable auto lock and that is in conjunction with single app lock. If you are planning on restricting the user to just one app, you can use a “Single App Lock” profile, select the app, and check the box next to “Disable auto lock”.

  2. Make Automated Enrollment information available via the SimpleMDM API

    Ideally we could access the following via the API...

    Interactive:

    • Trigger a Sync with DEP

    Basic Info:

    • Server Name
    • Organization Name
    • Token Expiry
    • Last Sync

    DEP Device Info
    - Serial Number
    - Model
    - Last DEP Check-In
    - Linked Device

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  3. Filter on a field

    For example, show me only devices whose firmware password isn't set.

    Also, it would be handy to be able to generate a report for this rather than just a search filter.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)

    This functionality is now available with Dynamic Groups (currently in Preview). This update also adds custom filtering to the Devices list. Sign up here to have the preview enabled on your account.

  4. Custom Attribute API Support (set default, get single)

    Ideally available from the API:
    - retrieve a single attribute and its default (by name or id)
    - set a default attribute

    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. API Support/Documentation for Munki macOS App Deployment

    Add API endpoints for managing the Munki features of SimpleMDM.

    Apps "media"
    - Uploading pkgs/dmgs
    - Deleting pkgs/dmgs

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  6. Add column sorting to apps

    When looking at all devices with an installed app, it would be nice to be able to sort by the columns instead of only sorting by device name. This would let me sort to see what devices have old versions of an app installed instead of having to copy and paste into an excel file.

    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. ability to see per-device logs via the API

    Right now you can query the logs via the API. Which is great! :) BUT - you have to pull ALL log events and then parse through them.

    I'd love the ability to pull the logs for a specific device via the API - which is clearly something you can do in the WebUI via filters and voodoo.

    My end goal is being able to query if a lock.enabled command is in the logs, so I can confirm a device has received a remote lock command.

    But I'm sure being able to query individual device logs for other entries would…

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  8. Show app version on app assignment page

    We sometimes upload different versions of the same app for assignment to different devices. On the app assignment page, it is difficult to see what version I'm assigning without actually clicking on the app link and seeing the version on the app page.

    Please show the app's version directly on the assignment page.

    4 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 →
  9. Location Address or Coordinates on Device Details Page

    It would be great to have the location address or coordinates available to see on the device details page for easy access. As of now, it's only available via API.

    6 votes
    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

    Location coordinates are available by hovering over the markers in the Location section on the Device Details page. I will close this request for now, but if there additions that you would like to see, please do not hesitate to reach out to us or submit a new suggestion.

  10. Possibility to lock account name during enrollment

    LockPrimaryAccountInfo and put use of the saml login name
    from:
    https://developer.apple.com/documentation/devicemanagement/accountconfigurationcommand/command

    and if possible collect the users full name from the saml login.

    15 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

    LockPrimaryAccountInfo is now available as of macOS 10.15.4. Earlier versions of macOS have a bug that prevents this feature from functioning reliably.

    SAML attributes can be saved to a device’s custom attributes. Under the “Authentication” tab in Enrollment details, SAML authentication types include an option to “Allow provider to set custom attributes”.

  11. API: Retrieve one Custom Attribute

    Can we get API to retrieve one Custom Attribute?

    Call can be like "set value" just with get:

    HTTP Request

    GET https://a.simplemdm.com/api/v1/devices/{DEVICE_ID}/custom_attribute_values/{CUSTOM_ATTRIBUTE_ID}

    Response: as it is when retrieving all:

    {
    data: [
    {
    type: customattributevalue,
    id: nameofattribute,
    attributes: {
    value: valueofattribute
    }
    ]
    }

    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

    Since this request was submitted, we did add this API: https://simplemdm.com/docs/api/#get-values-for-device

    This will return all custom attributes for a device (so you would just need to parse the response to get the specific attribute you are looking for).

    I believe this should allow you to accomplish your goals so I will close this request, but if it does not, please do not hesitate to reach out to us and/or submit another suggestion.

  12. Pull (available) MAC Addresses from supervised devices to improve device onboarding

    Currently, SimpleMDM by default pulls the WiFi MAC address for all supervised devices, but does not pull ethernet MAC address.

    During our device onboarding process, some of our Apple devices do not configure themselves over Wifi, and hence it is more valuable for us to pull the eth card MAC address instead (which now has to be manually copied by hand/scanned from device packaging/pulled from Network settings in MacOS).

    We would like the option for SimpleMDM to retrieve both the WiFi and ethernet MAC Address (if available) for all supervised devices.

    21 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

    iOS 13+ and macOS 10.15+ will provide MAC addresses for additional devices beyond just the wireless network interface.

  13. Make "Consumed Licenses" available via API

    Make the consumed device licenses in SimpleMDM available via the API, in a new call or perhaps available via the account payload.

    This could be extended to plan details. The argument could be made that this count could be inferred from number of active devices... I don't see why this couldn't be its own API endpoint, returning an example such as:

    https://gist.github.com/lucasjhall/e412b7c1171c0b37dbbae7620fc9ee0e

    2 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 →
  14. Lost Mode GPS Coordinates

    When Lost Mode is activated, it would be helpful to get the precise coordinates without needing to go through the API.

    3 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

    The map tooltip now includes coordinates after the timestamp.

  15. Add notification payload support for macOS

    10.15 Beta 6 adds ability to parse notification payload (from iOS) on macOS. This is useful for whitelisting management apps that we always want to be able to show notifications to users.

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  1 comment  ·  Admin →
  16. Add ability for API Key's to have Labels / Notes

    Allow for human readable names / notes of generated API keys.
    ie:

    API Key | Last Used | Note
    ***asdf | never | This key is for RO access logging.

    2 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 →
  17. Change the way to edit table contents

    Change all tables to the type of device table. This would be nice if you want to change or delete content. Example: In the profile table I am always afraid to delete a wrong line.

    3 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 →
  18. IKEv2 VPN support

    It doesn't look like IKEv2 connection type is supported in the UI. This would be useful with attribute support so that we can add accounts per device and have the username and password assigned in the profile.

    15 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  2 comments  ·  Admin →
  19. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  1 comment  ·  Admin →
  20. Store the remote lock/wipe PIN in the SimpleMDM webUI somewhere

    At the moment, when you send a remote lock/wipe command - you're required to set a PIN. But that PIN isn't retained by SimpleMDM... which means you're trusting ME to do it... ;)

    But more seriously - it would great for that PIN to be viewable in SimpleMDM. My use case? Service desk admin sends a remote lock for a stolen device, finishes their shift, goes home.

    Laptop is found, someone else on helpdesk can pick up the ticket, retrieve the PIN, and send it on to the end user.

    20 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    Lock/Wipe PINs are now saved by SimpleMDM. They can be retrieved from the device details screen and the deleted device details screen.

1 2 9 11 13 23 24
  • Don't see your idea?

Suggestions

Categories