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!
405 results found
-
Jailbreak detection
Jailbreak detection.
While everything I've read about this says it's not perfect, something would be better than nothing. Thanks.
6 votes -
Add CardDav Account Profile
In the same way Email Account is now a profile with custom attributes support add a CardDav Account Profile with custom attribute support.
This would allow a CardDav account to be automaticly set up on each device
6 votes -
report on mac model, installed ram and cpu type
The plan is, we'll be populating an asset management system with our MDM data... and the team setting it up would like this data tracked too
Not sure if the MDM API allows for gathering this information - but it does - this would be really helpful for us.
Thanks
Steve
6 votes -
Add column for updates on Devices screen
It would be good to see if a device has an update from the Devices Screen, rather than just when you go in to the device settings. This would be useful for non-DEP devices that are unable to have the auto update function enabled due to them not being enrolled in DEP.
Would be goot to be able to push the update from that screen also.
6 votes -
Centralized Billing for Multiple Accounts
As an MSP we manage several SimpleMDM accounts. It would be very helpful to receive and pay a single bill for all of these accounts.
6 votes -
Allow custom munki pkgs to have dependancies
Specific use case is printer profiles that depend on drivers.
getting the profiles from mdm in this case may be problematic if the driver is not installed beforehand.
6 votes -
Automatically switch accounts if necessary when navigating to serial number URL
For users with access multiple SimpleMDM accounts, using direct-to-device links like https://a.simplemdm.com/admin/devices/?serial_number=C02J20WTXY3B only works if the device is in the last account used. It would be extremely helpful to jump to the proper account, particularly for creating links to SimpleMDM devices from other products such as Watchman or Addigy.
6 votes -
Automatically uninstall apps once they fall out of an assignment group selection
Assignment groups and scopes are great, but limited if they don't clean up after themselves. The option to have managed apps automatically uninstall themselves from devices that fall out of the Assignment Group selections would be great. For example, if a device is moved from one Device Group to another then all the apps assigned to the its new Device Group will get installed, but all of the ones from the old Device Group that are not assigned to the Device Group should be automatically uninstalled.
6 votes -
Increase munkiimport maximum package size from 5GB to 20GB
We attempted to upload a .dmg for Xcode 12.5.1 (approx 14GB) and hit an error:
<Error><Code>EntityTooLarge</Code>
<ProposedSize>13988766834</ProposedSize>.
<MaxSizeAllowed>5368709120</MaxSizeAllowed>
</Error>The .xip file was downloaded from the Developer portal and unpacked in terminal using xip --expand.
Could the upload size be increased to 20GB to allow larger .dmgs to be delivered by SimpleMDM using Munki ?
Performance delivering Xcode from Apps & Books is patchy, and does not allow the running of a post install script to accept the licence and install the embedded packages.
This could be for a test instance initially to check performance.
Non-integrated munki and local mirrors…
6 votes -
Devices API and Webhook should include Managed Apple ID
When using User Enrollment, the managed apple id is shown in the dashboard ui. However, this info is not included in device api or webhook request data.
Please add this information into both device api and webhook, it will be super helpful to identify device to user.
Thank you.
6 votes -
Mapping Scripts to Group(s)
What we are concretely looking for is the possibility of mapping one or more individual Scripts to a Group, so when the enrollment process is running, it also executes the script(s) at the end. For example, a custom script that enables SSH on the Mac device.
6 votes -
Create a Vanta integration
Vanta is an automated compliance tool. If SimpleMDM created an integration, it would be much easier for us to deploy across various products as part of a comprehensive compliance package.
6 votes -
Enable adding multiple devices to app assignment groups Via API
It would be nice to be able to add multiple devices using their device ID's to an app assignment group using the API. There is no easy way to add multiple devices to an assignment group unless they are already in a device group, and you may want to add specific devices in ag group rather than the full group for some apps, IE: installers.
6 votes -
Expand Webhook triggers
If we had the ability to choose which webhook events to subscribe per endpoint (https://suggestions.simplemdm.com/forums/204404-suggestions/suggestions/46289557-support-choosing-which-webhook-events-to-subscribe), the addition of more triggers would be valuable in automating and validating workflows.
Here are some of the possible triggers:
abm.device.removed
profile.added
profile.updated
profile.removed
application.added
application.updated
application.removed
script.added
script.updated
script.removed
script.job.run6 votes -
API device profile install status
In webUI you can see the profile install status, but in API you can only see "assigned" and no visibility of whether it installed or not. This is useful information, particularly in my case when assigning a SCEP profile where the CA is in corporate network. The profile install frequently fails due to devices being off LAN.
This could be an install status when querying device/profiles or an installed profile list when querying devices, which we'd compare to assigned profiles.6 votes -
Add support for additional com.apple.MCX keys in FileVault profile type
The current FileVault profile builder in the admin GUI only has options included in com.apple.MCX.FileVault2, the escrow payload, and dontAllowFDEDisable. Please add support for dontAllowFDEEnable and DestroyFVKeyOnStandby from com.apple.MCX as well.
Apple docs here: https://developer.apple.com/documentation/devicemanagement/fdefilevaultoptions
6 votes -
Customize Self Service Kiosk
I want to be able to change text and icon for the kiosk
https://kb.filewave.com/attachments/16?open=true
Doesn't have to be this complete but simple changes so it says <company name> software kiosk
6 votes -
Add username field to `device.enrolled` webhook event
The goal is to have a
username
field in thedevice.enrolled
webhook event.This field would be populated using the the custom attribute defined in the "Username custom attribute" setting in the Automated Enrollment Authentication section.
In our use case, a user will be prompted to auth using Okta during Automated Device Enrollment (ADE). The username that is returned by Okta would be part of the webhook event payload. We use the username and device serial number to help with automating other internal processes to help determine which user is assigned to which device.
This could be covered by https://suggestions.simplemdm.com/forums/204404-suggestions/suggestions/46831099-control-webhook-data…
6 votes -
Devices API - Create - Extend method to include optional params for DEP device ID and device name
When creating a device using the Devices API create method (https://api.simplemdm.com/#devices), there are only two parameters that can be passed to it, 'name' and 'group_id'.
It would be very helpful, especially for devices that are expected to go through automated device enrolment, if we could pass a DEP device ID parameter to it so that a DEP device that is not yet enrolled will automatically be assigned to the nominated device group.
If the DEP device id parameter is assigned, then the response probably shouldn't include an enrolment URL, as this param should indicate the device is expected…6 votes -
Implement "force password change when the user authenticates"
As per https://support.apple.com/en-ca/guide/deployment/dep4d6a472a/web, Apple has an API for forcing a user password change. This is useful when updating password policy - passwords that met the old policy but no longer meet the new policy are not evaluated and forced to change. This setting, however, would make it so.
6 votes
- Don't see your idea?