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!
284 results found
-
Add full app path to collected apps & return with API
When reviewing / querying apps it would helpful to know the full path of all found apps. Would like this returned in the API as well.
1 vote -
Add GoToConnect to the list of Shared Apps
Please add the Jive/GoToConnect to the list of Shared Apps (Munki) within SimpleMDM. The URL for this app appears to be here: https://goto-desktop.s3.amazonaws.com/GoTo.dmg.
1 vote -
Add Palo Alto GlobalProtect as VPN option
Having GlobalProtect as a VPN option would be a great addition.
1 vote -
Extend logs to support what has changed under "device.edited" event types
Extend logs to include what has actually changed when a "device.edited" event occurs.
1 vote -
Allow for users/roles creation/modification/auditing from the API
Users:
GET https://a.simplemdm.com/api/v1/users
- return all users and role relationship
PATCH https://a.simplemdm.com/api/v1/users/{USER_ID}/{ROLE_ID}
- update user to specific roleRoles
GET https://a.simplemdm.com/api/v1/roles
- return all roles and user relationship
POST https://a.simplemdm.com/api/v1/roles
- create a new role
PATCH https://a.simplemdm.com/api/v1/roles/{ROLE_ID}
- update existing role
DELETE https://a.simplemdm.com/api/v1/roles/{ROLE_ID}1 vote -
Include Device Family in Attributes API Call
Ability to parse by device type when performing batch jobs via Devices endpoint.
device_family [string]
The device's Apple product family: iPad, iPhone, iPod, Mac, or AppleTV. This key is valid in X-Server-Protocol-Version 2 and later.https://developer.apple.com/documentation/devicemanagement/device?language=objc
1 vote -
Teamviewer runs every time it updates
Hi!
Would it be possible to make Teamviewer updates silent when pushed through Munki? The app opens after every update.
Thanks in advance!
1 vote -
Allow Web Clips to Open Link in Chrome
Add the TargetApplicationBundleIdentifier property to allow web clips to open in Chrome, rather than Safari.
https://developer.apple.com/documentation/devicemanagement/webclip
1 vote -
macOS Packages in App & Media > Catalog - macOS Version & Architecture Scoping
For various reasons we don't use the Munki integration included with SimpleMDM (we deploy a version through Automated Device Deployment ), so we upload a package into the App & Media > Catalog and configure that version to be automatically installed at a device level.
There are circumstances where we'd like to be able to apply macOS version scopes and architecture scopes to this package (and potentially others).
For example, maintaining an older version of a package that is known to only work for a specific range of macOS versions, or where you don't want newer versions of packages deployed…1 vote -
Add Configuration Backup Feature
There should be an option to download a file containing the current configuration and settings. The resulting file should be in a readable format such as XML.
1 vote -
Compare Profiles
It would be helpful to have a tool that would allow comparing profiles. In particular custom profiles, but I could see this being helpful with the others as well.
1 vote -
search by name on deleted devices list.
Please add ability to search for deleted devices by name, not just serial #
1 vote -
Link to the group's devices when viewing a group's Details page
When viewing a Group Details page, have a link to that group's devices.
It's a bit frustrating to land on the Group Details page and then have to go out to all Groups and then click on the number of devices on that page to then view the devices. I can't tell you how many times I've mindlessly clicked on the group name to view devices just to be annoyed and have to go back and click the device number instead. (As a relevant aside, using the device number to see a group's devices isn't ideal. The click target changes…
1 vote -
Add VPN Tracker 365 to Shared Apps list
It would be convenient to have the VPN Tracker 365 app within the list of Shared Apps (Munki).
The download page for that app is here: https://www.vpntracker.com/us/download.html
The 'Enterprise' installer for VPN Tracker 365 (which may be preferred) is here: https://www.vpntracker.com/download/VPN%20Tracker%20365%2022.0.0%20Enterprise%20Installer.pkg
1 vote -
Add ability to disable App Library in Dock (IOS)
IOS 15 by default places an app library icon on the dock. This can be manually toggled off via IOS settings, but want ability to do this with MDM to keep Dock layout exactly as shown on Home Screen Layout profile.
1 vote -
Remote Desktop Enable API - Return HTTP 20x instead of HTTP 400 if already enabled on client
The Remote Desktop Enable API - https://simplemdm.com/docs/api/#enable-remote-desktop - currently returns an HTTP 400 response if the device the API is called against already has this enabled. The Disable API returns an HTTP 202 error regardless of whether the feature has not been disabled or has been disabled.
I'm not entirely sure I see the value in the Enable API returning an HTTP 400 response when a device already has it enabled. A response that returns a relevant HTTP 20x value makes more sense in this instance because the setting has already been enabled. An HTTP 400 response only makes sense…
1 vote -
Add Cisco AnyConnect VPN Client to Shared App Store for MacOS
Please add just the VPN client into the Shared App Store for MacOS.
1 vote -
Add "1 day" to the dropdown for "When a device hasn't been seen" notification
In your notifications section of the portal, I can select a minimum of 3
days for the event lag:When a device hasn't been seen for
3 daysPlease add an option for 1 day. Some of us need this for compliance with our security certs and auditors. Note that if someone sets this to 1 day and it's too "noisy" because people turn off their laptops on weekends or their device runs out of power during a
holiday, then they could always switch it back to 3 days.1 vote -
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 -
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:
- Expose the "Pre-stage Priority" value on all List/Retrieve responses for /api/v1/apps/
- 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
- Don't see your idea?