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!
293 results found
-
Route SSO-only users to their account-specific SSO
When our SSO-only users go to a SimpleMDM bookmark in their browser, they get routed to the email/password login page. Since SSO login (via SAML) requires an organization-specific sign-in page, they don't know where to go to sign in.
A suggestion that I hope would help here would be to route a user whose account is SSO-only to their organization's SAML login page so that they can complete their sign-in flow. This could either be letting them enter their email on the existing login page or having a button on the page for "Log in via SSO" so they could…
7 votes -
Improve ICCID/IMEI Searching
Currently the IMEI and ICCID values are "padded" with spaces.
Example:
IMEI: 12<space>345678<space>901234<space>5Searching for 123456789012345 returns no results.
To get a match, the search must include the the spaces exactly as shown in SimpleMDM.This is a problem when copying over values from a carrier or system that does not include the spaces.
Can the search be fixed to return a result with or without spaces?
7 votes -
Restrict permissions for device wipe
Currently there's single permissions checkbox for all device actions, including device wipe. It would be a nice security improvement if we could limit device wipe privileges to only certain accounts and api keys.
7 votes -
Make the IMAP Path Prefix option available
When creating accounts on devices for IMAP Mail servers, we need to set the IMAP Path Prefix so the folders behave properly.
With SimpleMDM we currently can't set that, but we can with .mobileconfig Plist files.
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 -
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 -
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 -
Add Request Management to the App Installs Page under Actions button
If you need to request management for an app that has been user installed on devices you currently have to manually go to every single device individually and request management for the app in order to delete/update etc.
I am requesting to add a request management button under the "Actions" button on the App Installs page for the specific app you select. This way you can "Select All" on that page for all devices that have the app installed and directly request management of that app all at once. This would save a HUGE amount of time for large deployments…
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 -
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
usernamefield in thedevice.enrolledwebhook 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 -
Add the possibility to mark a custom attribute as secret with the API
In the SimpleMDM UI is it possible to mark a custom attribute as secret. When using this API it is not possible to whether the attribute is secret. It is also not possible to change this and mark secret an attribute that already exist.
I would like to be able to mark a custom attribute as secret using the API and to get its status back.
6 votes -
Allow jobs to run against a list of serial numbers from a csv.
It would be useful to be able to import a list of serial numbers for a job to run against rather than picking them one by one. It would at least be useful to be able to copy and paste a list of devices straight into the 'Run on' field.
6 votes -
API to look up deleted devices
An API endpoint to look up deleted devices and their attributes would be helpful in our system integrations.
6 votes
- Don't see your idea?