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!

420 results found

  1. 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…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 1 vote
    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    completed  ·  SimpleMDM responded

    Hi James – This is already available in SimpleMDM as a Web Clip. Please contact support if you require further assistance.

  4. IMEI search

    Hi. will be able to also use IMEI number when i search for a unit in the tool.

    Br

    Rachid

    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  ·  0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 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…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 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…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Search option in DEP Info of Automated Enrollment group for device list

    Can we get a search field like we have in the Devices list but in the Devices > Enrollments > [enrollment name] > DEP Info > DEP Devices? Right now it is a static list and can only show 20, 50, 1000, or all devices. With over 2000 devices in the list it would be handy to be able to search by Serial Number to determine if the machine is in the list or not. Selecting the “all” option takes a fair amount of time to list all the devices when all I want to know is if the machine…

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    completed  ·  Anonymous responded

    This was added a while back but looks like we forgot to mark it complete. Device search is now possible on DEP Info page.

  8. 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…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    completed  ·  SimpleMDM responded

    The map tooltip now includes coordinates after the timestamp.

  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…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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. Allow Duplicate Key Values for Managed App Configurations

    Our application, Redzone and Redzone Admin, allows for App Configurations with the following keys:
    - serverURL (string)
    - serverDescription (string)

    There are many customers who have access to multiple server's and therefore would benefit from the ability to push multiple server's to their devices. In most MDM's, we provide our customers with an XML file they can import that makes use of an array to pass multiple sites at once.

    SimpleMDM doesn't allow the upload of an PLIST/XML file to achieve this functionality, nor does it allow for duplicate key values and therefore our customers with multiple servers are unable…

    18 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    The ability to upload a custom plist for managed app configurations including duplicate values was added a while back. The "Use custom config plist" option is under the Managed Configurations tab of the App Details page.

  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…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Show iOS version on the devices list

    The devices list is super useful and it would be great to add a column that shows the OS version. I know you can export the devices list to get this information, but it would be good to have it front-and-center.

    20 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    completed  ·  SimpleMDM responded

    This is now available. Click the gear on the devices table and select “OS Version”.

  18. Add suppression of ScreenTime popup on login

    ScreenTime pops up when logging into a Catalina machine.
    Can the key for that be available in the DEP and profile settings to suppress?

    https://derflounder.wordpress.com/2019/10/18/suppressing-the-screen-time-pop-up-window-with-a-profile-on-macos-catalina

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Allow config of Home screen 'More and Bigger' for iOS 13 + devices

    'More and Bigger' + 'Keep Today View on Home Screen' configerability on Simple MDM for iOS 13 + devices

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    completed  ·  SimpleMDM responded

    The home screen layout has been expanded to support up to 30 icons, as became available in iPadOS 13.

    Apple does not currently support configuration of the Today View via MDM.

  20. Clarify interactions between "Delay OS update availability" and "OS Auto Update Policy"

    We had iOS devices updated unexpectedly to iOS 13, even though we had "Delay OS update availability" to 90 days.

    Thanks to a deep investigation by Eric, we realized that the "Delay OS update availability" option applies only to the user updates. And that setting gets ignored when an "OS Auto Update Policy" is set.

    To prevent others from making the same mistake we made, I suggest you change the label description of "Delay OS update availability" on the device restriction profile, to make it explicit that this will only apply to user updates. How about something like "Delay OS…

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    completed  ·  SimpleMDM responded

    Thanks for your feedback. A note has been added in the Restrictions profile that will appear shortly.

  • Don't see your idea?

Suggestions

Categories

Feedback and Knowledge Base