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!

401 results found

  1. 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…)
    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)
  2. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    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)
  3. Run scripts based off certain parameters.

    Ex: If certain apps aren’t downloaded when the Mac is scanned every hour it runs the specified script or scripts.

    Basically add If statements to install apps and run scripts.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    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)
  4. Profiles API - add/set attributes for OS type, min and max OS version, and Mac architecture

    The current profiles API method to list all profiles doesn't return the scope data that is configured in the management console, and there are no means to set these attributes via API methods (per https://api.simplemdm.com/#profiles as at 2022-09-26).

    Please update the list all and retrieve one methods to return this scope data.

    Please also add a method to update existing profiles with values for this scope data.

    The scope attributes specifically are:
    - setting the OS type
    - setting the minimum macOS version the profile can be installed on
    - setting the maximum macOS version the profile can be installed…

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    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. Allow Log Filter to Include API

    Currently when filtering the Logs, you can filter by the user making the change, but you cannot filter by API key. I would like the ability to quickly see the recent logs that the API has made.
    This may be classified as a bug, but was asked to submit here anyway.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    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)
  6. Filter and Sort Devices columns within the Enrollment section

    When you go to the enrollment area of SimpleMDM and choose the enrollment method, in my case, the SimpleMDM Automated Enrollment using DEP. It will list ALL of the currently sync'd devices from ABM. This is a HUGE list and you cannot sort it or filter it whatsoever. I would like the option to filter by status, color, model, etc. as well as sort them all alphabetically.

    An even bigger improvement for this requested feature would be if you add checkboxes to each line item so you can bulk update them to assign to a specific group, etc. This makes…

    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)
  7. 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…)
    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)
  8. Managed Application Installation Status

    There should be some way in the console (and API) to see the installation status of apps deployed through SimpleMDM, using statuses like "Installed", "Pending", "Error", etc.

    Currently, you can see which apps are installed on a device, but there's no way to identify applications that should or will be installed, whether we're waiting for the device to come online, or if there's been an error in the installation process.

    In a standalone Munki environment I would could use Sal/MunkiReport as requested in https://suggestions.simplemdm.com/forums/204404-suggestions/suggestions/40754131-integrate-munkireport-or-sal

    Alternately, I can also forward the Munki logs in /Library/Managed Installs/Logs to a SEIM like Splunk…

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    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)
  9. Move Rosetta 2 install from global enrollments to per enrollment groups

    Some of our enrollments need Rosetta 2, while others we do not want them. We have to resort to adding a package to the groups that need them. It would be nice to have this option.

    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)
  10. Self-service VPP Apps

    Some of the apps we distribute from VPP do not need to be installed on all Macs, but should be available for a user to install on demand.

    Welding together Managed Software Center and VPP could be tricky, but maybe there could be application stubs in MSC that trigger API calls to SimpleMDM to install a VPP app on the 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…)
    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)
  11. Expose Custom App "Pre-stage priority" in API

    The Custom App Screen (https://a.simplemdm.com/admin/apps/{APP_ID}) allows for a configurable "Pre-stage priority" for Device-level App Installation during DEP enrollment. This value has a pre-set range of 0-10 (inclusive) available in the UI.

    Please update the Application API (https://a.simplemdm.com/api/v1/apps/) to:

    1. Expose the "Pre-stage Priority" value on all List/Retrieve responses for /api/v1/apps/
    2. Allow for setting the "Pre-stage Priority" during App Creation and App Update

    Background:

    My organization is installing multiple Installer Packages during initial DEP enrollment, where some packages must be installed before others. We're currently managing this via manual uploads in the web console after our CI/CD 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…)
    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)
  12. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    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. Support Microsoft InTune Device Compliance

    It would be excellent for us if SimpleMDM were included in the list of InTune partners to add compliance state data to Azure Active Directory. This would allow us to establish conditional access policies in SimpleMDM that would be passed up to InTune and then Azure Active Directory, allowing us to ensure that devices used to log in are secure to our standards before access is granted.

    https://docs.microsoft.com/en-us/mem/intune/protect/device-compliance-partners

    32 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)
  14. Add schedule to script jobs

    Scripts and jobs to run them are a fantastic addition but the jobs are single use at that this stage.

    The ability to schedule jobs seems like the next logical iteration.

    Keep up the good work SimpleMDM

    27 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)
  15. Add wireguard as a supported app

    This is a good VPN solution and should be added as one of your supported VPN solutions

    5 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)
  16. Document webhook metadata fields

    Please document the format of webhook events, including which fields are included with each type.

    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)
  17. API: get application identifier

    In order to list the machine on which an application is installed, I intend to use /apps/{APP_ID}/installs

    Right now it is impossible to get the application identifier "APP_ID" from the API.
    The /apps endpoint returns a very limited list of known applications (probably from the catalog, but it's not very clear).

    The only way to get this APP_ID is to go through the admin web interface, go to the "Apps" section, and copy the identifier from there.

    As far as I can tell, the API is missing this feature currently.

    2 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)
  18. Include .pdf of receipt in email receipt

    Would be nice if the .pdf version of the receipt could be included in the email receipt. Now we must download each .pdf from the site.

    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)
  19. Add Nextcloud client to shared apps

    Adding Nextcloud client (is a Dropbox alternative and much more) to shared apps. It can be found here: https://nextcloud.com/install/

    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)
  20. Implement application signature expiration to SimpleMDM API

    We need to be able to actively monitor application signature expiration which is not available through the API now.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    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)
  • Don't see your idea?

Suggestions

Categories

Feedback and Knowledge Base