A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize requests, please see:
We'd like to see a way to exclude updates by wildcard title or classification entirely from Advanced Insights. For example: excluding Upgrades to rule out Windows 11 upgrades, or excluding by title (*Malicious Software*). While this can be done by...
It may be useful for customers to be able to see if assignments on their Intune Apps and Intune Updates are inherited from the top level. Example attached
The ability for companies to tag apps as "Favorite" or "Pinned" could be pretty helpful for the big apps that care most about. This would "pop" for customers during Demo calls as well We already are approaching 2k apps in our list, and many Custom...
Add an extra column and filter option in the deployments panel for "Source"
The one column missing on the deployments panel is to be able to sort and filter on "Source". Use case is a customer would like to see the deployments of only custom apps where the source would equal "CUSTOMER"
Auto publishing rules based on percentage of total devices
Some orgs might want to have apps and updates automatically published if they are installed on a specific percentage of the total count of device, 10% for instance.
Add right click option to remove Start Menu Entries
Add a right click option to remove certain Start Menu Entries for applications. Java for instance leaves a "Check for Updates" Start Menu Entry even when Desktop Shortcuts and Updates are disabled through Patch My PC.
Currently, you can only set a static logging directory path for an app/update. It would be great if we could insert variables like product name/version to help consolidate logs in directories for that specific install. This makes it quick and easy...
Notepad++ try to deactivate autoupdater via "Post-Update Script"
Hi There, I try to delete the "updater" folder in app folder by using a .ps1 script via "Post-Update Script" - this is my solution to get the updater deactivated. Remove-Item " $env:programfiles \Notepad++\updater" -ErrorAction SilentlyContinue We...