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
-
3 votes
-
7 votes
-
Implement the language and region keys for Setup Assistant auto advance.
tvOS has the ability to Auto Advance through Setup Assistant. There are two keys that facilitate setting the correct language and region for these devices that are available in the device assignment profile that are not implemented in SimpleMDM.
Some discussions with another Mac admin suggest that these two keys also work with the recently implemented Auto Advance for Setup Assistant in macOS 11.
Implementation would be very helpful!
https://developer.apple.com/documentation/devicemanagement/profile
3 votes -
Device Last Seen Date
Previously, when I would inspect our catalog and view the installed applications, the "Device Last Seen" column would display the date of when the device was last seen online.
Now it displays text like "About 1 month ago".This makes it difficult for us to use the data in reports since "3 Days Ago" will change every day but the report that I run today will still show "3 Days Ago" even if I look at it next week.
Would it be possible to go back to the old way of displaying the Last Seen information (date format)?Thank you.
1 vote -
Need to block USB storage devices on workstations.
Need to block USB storage devices on workstations. Ideally could fine-tune configuration such as blocking only read/write access or both, and also blocking only if USB storage device is not encrypted.
6 votesThis should now be possible with the Disk Management profile in SimpleMDM. Per Apple, this is supported for macOS 15+.
-
Apply specific profiles to device in admin console
Now that the API allows us to apply profiles to a specific device, having this functionality extended to the admin console would be quite useful.
There are definitely scenarios where I want to have the non Mac admin members of my team simply be able to log in and add/remove profiles to specific devices.Follow up suggetion relating to https://suggestions.simplemdm.com/forums/204404/suggestions/31773355
1 voteThe ability to assign profiles directly to devices via the admin UI was added a few years back. Looks like we missed updating this post.
-
macOS 11+ - Please add support to skip the Accessibility setup pane when users log in
macOS 11+ has a new setup pane (Accessibility) when a user first logs in that isn't being skipped presently.
Could this please be added as an option to skip in the DEP Enrolment setup?
Thanks :)
3 votes -
Bugfix... SimpleMDM cannot "see" multiple macOS apps with the same identifier
We're using SimpleMDM to help with software compliance. We've discovered that if two apps share the same app identifier (so org.mozilla.firefox for example) - SimpleMDM's software view will only list the first one discovered.
This is particularly painful for apps like Pycharm - where "Pycharm" and "Pycharm Community Edition" share the same app identifier - so it's impossible to tell which version someone is using... or perhaps they have both versions installed.
Can you add the ability to capture duplicate installs (which their own app identifier) please?
This issue is making our software compliance team very sad indeed.
Help!
4 votes -
API: Rotate recovery key
Add API call to rotate recovery key something like:
POST https://a.simplemdm.com/api/v1/devices/{DEVICE_ID}/rotatekey
1 vote -
Add a webhook for a device lock.enabled event
At the moment there's no obvious feedback that a lock command has been received and processed. It would awesome if there was a webhook triggered when a device responds to a lock command...
4 votes -
API endpoint to show if macOS device has user channel enrolled
It would be helpful for us to have an API endpoint that can tell our integrations whether or not the user channel has been enrolled for a macOS device. This could be as simple as a true/false; bonus points if we can somehow get the user name (not sure if MDM spec permits this).
1 vote -
IMEI search
Hi. will be able to also use IMEI number when i search for a unit in the tool.
Br
Rachid
6 votes -
Profile PayloadIdentifier discoverable
This request is to make discovering the SimpleMDM Profile PayloadIdentifier discoverable via API, web UI, or ideally, both.
With Big Sur requiring silent Profile installs to come from MDM, I, and many others, will need to look at getting local
profilesinstalled Profiles installed via MDM instead. Seeing as the Profiles installed may have critical settings or payloads, there will need to be care taken to identify which manual installed Profile coincides with an MDM installed Profile. One way to do that is to make note of what the PayloadIdentifier is for the MDM delivered Profile and act accordingly on…4 votesThe “profile_identifier” key has been added to the custom configuration profiles endpoint.
https://simplemdm.com/docs/api/#custom-configuration-profiles
-
increase app upload size
Currently unable to upload software installers over 2000MB. With the addition of Munki and further MacOS integration, it would be helpful to increase upload size. This is especially true on packages like Adobe CC. I am sure there are other examples out there.
1 voteUpload size limit has been increased to 4 GB. If additional capacity is needed, please open a new feature request with information on the particular package you are wishing to upload, including its size.
-
1 vote
Hi James – This is already available in SimpleMDM as a Web Clip. Please contact support if you require further assistance.
-
Optionally Allow Webhooks to Pass Auth Headers
Optionally allow webhooks to be configured to pass authorization headers, API Keys, as to add an additional layer of security verify authenticity of API calls from SimpleMDM to external services.
22 votes -
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 votesThe 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.
-
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 votesThis is now available. Click the gear on the devices table and select “OS Version”.
-
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 votesThis was added a while back but looks like we forgot to mark it complete. Device search is now possible on DEP Info page.
-
API add ability to push updated app to all installs
The API currently allows for updating an existing binary: https://simplemdm.com/docs/api/#update-2 But this does NOT push out the update to all installs like it gives you the option of doing on the Web UI.
Please add a boolean flag (maybe "push"?) or something similar to the the app update endpoint so that I can update the app binary and push it out all in one command.
We are currently working to automate our app deployment process with a CI solution and not being able to push the app forces us to open SimpleMDM on the web and push out the update…
3 votesPlease see our updated API documentation regarding this request: https://simplemdm.com/docs/api/#update-2
- Don't see your idea?