Auto-update has no rollout rings. A new version reaches every targeted device at once.
The Enterprise App Catalog removes the packaging work from hundreds of Windows applications and can keep them current automatically. Microsoft is unusually candid about what auto-update does not do: no phased deployment, no rollback, and a catalogue cache that can lag a revocation by an hour.

- HundredsPrepared Win32 applications, hosted by Microsoft
- PrefilledInstall commands, detection rules, requirements
- No ringsAuto-update reaches all targeted devices at once
- No rollbackRemediation is a manual action
Auto-update or guided supersedence, and it is per application.
Microsoft documents both routes and is candid about the trade. Treating it as one decision for the whole estate is where this goes wrong.
- Auto-update suits applications where currency matters more than control: browsers, utilities, runtimes, tools where a new version arriving on everybody machine on the same day is fine. It removes the packaging and supersedence work entirely, which is the largest ongoing cost in Win32 application management.
- Guided update supersedence suits anything where a bad version would cause a problem you would hear about: line of business dependencies, anything integrated with a critical workflow, anything on a device where downtime is expensive. You keep the review gate, you keep the ability to phase, and you accept the additional work.
- The reason the choice is per application rather than per tenant is that auto-update has no rollout rings, no rollback and no automatic remediation. Those constraints are acceptable for a PDF reader and unacceptable for something a production process depends on.
- One further rule from Microsoft worth applying strictly: manage each application through a single deployment type. An auto-update catalogue application and a separate line of business assignment targeting the same software can produce a race condition where the installed version flips between the two.
Eight things about Enterprise App Management, including four Microsoft warns about.
The packaging work is already done
Adding a catalogue application prefills the install and uninstall commands, the expected install time, whether users may uninstall it, installation and restart behaviour, return codes indicating post-installation behaviour, and whether to install for system or user. Detection rules by file size, file version or registry are prefilled, as are architecture and minimum operating system requirements. That is the entire tedious part of Win32 packaging.
Auto-update, and what it removes from your week
With auto-update enabled on a required assignment, Intune detects when a newer version appears in the catalogue and updates it on targeted devices, with no new application to create and no supersedence relationship to configure. Microsoft frames the benefit as eliminating the long tail of update maintenance, which for a small team is a genuine and recurring cost.
No rollout rings, which is the constraint people miss
Microsoft states that auto-update does not support rollout rings or deployment plans for staged deployment, and that when a new version is available it goes out to all targeted devices at the same time rather than through phased groups. For any application where a bad version would matter, that is a decisive argument for the alternative route.
No rollback, and no automatic remediation
Microsoft is direct: auto-update applications do not provide rollback or automatic uninstall remediation. If a version has to be removed, you take manual action outside the auto-update flow, such as assigning an uninstall intent or deploying a remediation script. Combined with the absence of phased deployment, that shapes which applications belong on auto-update and which do not.
A one hour cache lag on revocation
If Microsoft detects a malicious version it removes the application from the catalogue and posts a notification in the admin center. Microsoft also states catalogue data is cached for up to one hour, so devices can remain exposed for that window before the updated state is reflected, and that you remain responsible for identifying affected devices and remediating them.
Guided update supersedence, for anything that matters
Microsoft names the alternative directly: if you prefer to review updates before they are applied, use guided update supersedence instead of enabling auto-update. Available updates appear under Enterprise App Catalog apps with updates, and you create a new application with a supersedence relationship. More work, and it gives you the review gate and the phasing that auto-update does not.
Microsoft does not vouch for the applications
Worth quoting plainly: Microsoft states it does not assert compliance, authorisation, authenticity or integrity for applications distributed via Intune, and that customers are responsible for ensuring applications meet their requirements. Convenience of packaging is not an endorsement, and your software approval process still applies to everything in the catalogue.
Published objectives for how fast updates arrive
Microsoft publishes service level objectives, described as guidelines rather than guarantees. The target is that eighty to ninety percent of application updates are processed and available within twenty four hours of ingestion, updates requiring manual validation complete within seven days, high-usage or critical applications failing automated validation are expedited with a goal of forty eight hours, and applications failing both are flagged as unsupported.
Four things that make this a control rather than a convenience.
We split the estate by route, application by application
Auto-update for applications where currency beats control and a bad version is survivable. Guided update supersedence for anything integrated with a workflow somebody depends on, because auto-update has no rollout rings, no rollback and no automatic remediation. Making that decision once for the whole tenant is how an update lands badly on every device simultaneously.
We keep your approval process in place
Microsoft states it does not assert compliance, authorisation, authenticity or integrity for applications distributed through Intune, and that customers are responsible for ensuring applications meet their requirements. Ease of deployment is not approval, and a catalogue with hundreds of applications makes it very easy to deploy something nobody assessed.
We put somebody on the revocation notification
When Microsoft removes a malicious version it posts a notification in the admin center, and you remain responsible for identifying affected devices and remediating them. With the catalogue cached for up to an hour, there is also a window where the state has not caught up. That combination needs a named owner rather than an assumption that the platform handles it.
We enforce one deployment type per application
Microsoft warns that an auto-update catalogue application and another assignment targeting the same software can create a race condition where the installed version flips between the two, and states this conflict scenario is not supported. In estates with history there is usually at least one application deployed twice, and finding it before enabling auto-update is straightforward.
Six UAE situations where the catalogue changes the arithmetic.
A two or three person IT team packaging applications
Win32 packaging is unglamorous, repetitive and never finished, because applications keep updating. Prefilled install commands, detection rules and requirements convert most of that into a selection. For a team of this size that is a measurable share of the week returned to work that actually needs judgement.
An organisation with a third-party patching gap
Operating systems are patched, browsers update themselves, and everything else was installed once at build time and never touched. That is where a large share of exploitable vulnerabilities live. Auto-update on the applications where currency is the priority closes that gap without adding a recurring task to anybody list.
A business where one application must not change unexpectedly
Manufacturing, engineering, healthcare, finance, anywhere a specific application version is validated or integrated with something that would break. Guided update supersedence is the correct route here, precisely because auto-update pushes a new version to every targeted device simultaneously with no rollback.
An estate being provisioned with Autopilot
Catalogue applications are supported with Windows Autopilot, and can be selected as blocking applications in the enrolment status page and device preparation profiles, which means the profile does not need updating each time a version changes. Worth noting that auto-update applications specifically cannot be used as blocking applications there.
A regulated firm with a software approval process
Where new software requires assessment before deployment, the catalogue makes deployment trivially easy, which is precisely the risk. Microsoft explicitly does not assert compliance, authorisation, authenticity or integrity for these applications. Keeping the approval gate in front of the catalogue is a process decision, not a technical one, and it needs stating.
An organisation moving from Configuration Manager
Microsoft states Configuration Manager does not directly support Enterprise App Management applications, but that co-managed clients can receive catalogue applications when targeted from Intune. For an estate mid-transition, that means the application packaging burden can start reducing before the client applications workload has formally moved.
How third-party Windows applications are actually kept current.
| Feature | Catalogue with a considered route | Manual Win32 packaging | Installed once, never updated |
|---|---|---|---|
Packaging effort per application | Minimal | High | One-off |
Updates applied at all | Yes | When somebody gets to it | No |
Detection rules correct | Prefilled | Hand written | Not applicable |
Update work scales with application count | No | Yes, painfully | Not applicable |
Phased deployment where it matters | Yes, via supersedence route | Yes | Not applicable |
Visibility of what is out of date | Yes | Partly | No |
Exposure to unpatched third-party software | Low | Moderate | High |
Response to a revoked malicious version | You act on a notification | You would not know | You would not know |
Effort to add a new application | Minutes | Hours | Not applicable |
Frequency in the UAE market | Uncommon | Common | Very common |
What each route gives you, on the points that matter.
| Consideration | Auto-update | Guided supersedence | |
|---|---|---|---|
| Packaging work removed | Yes | Yes, the catalogue still prefills everything | |
| Supersedence configuration needed | No | Yes, per update | |
| Review before an update reaches devices | No | Yes | |
| Phased or ringed deployment | No, all targeted devices at once | Yes, through your own assignment design | |
| Rollback available | No, manual action only | You control which version is deployed | |
| Assignment types supported | Required assignments only | Both required and available | |
| Usable as a blocking app in the enrolment status page | No | Yes, catalogue apps are supported | |
| Reporting history | Latest reported state per device only | Per application version as deployed |
Five steps, and the route decision is the one that matters.
- 1
Confirm entitlement and check the catalogue against your list
The feature requires a subscription in addition to Intune Plan 1 or Plan 2 and can be bought standalone or as part of the Intune Suite. Then check which of the applications you actually deploy are in the catalogue, since the value depends entirely on the overlap rather than on the size of the catalogue.
- 2
Find applications currently deployed by more than one method
Microsoft warns that managing the same application through two deployment types can produce a race condition where the installed version flips between them, and states the scenario is not supported. In an estate with history there is usually at least one, and it needs resolving before auto-update is enabled anywhere.
- 3
Split the list into auto-update and supersedence
Auto-update for applications where currency matters more than control. Guided update supersedence for anything where a bad version would cause a problem, because auto-update has no rollout rings, no rollback and no automatic remediation, and delivers to every targeted device at once.
- 4
Deploy, with the approval process still in front
Applications added with the prefilled commands, detection rules and requirements, which Microsoft recommends using rather than modifying unless needed. Your existing software approval process stays in place, because Microsoft explicitly does not assert compliance, authorisation, authenticity or integrity for catalogue applications.
- 5
Assign the ongoing responsibilities
Somebody watching for catalogue revocation notifications and able to identify and remediate affected devices. Somebody reviewing the applications with updates report for the supersedence route. And a check that any self-updating applications have the network rules they need to reach their vendor.
What organisations ask about Enterprise App Management.
Fifteen questions worth answering first.
Entitlement and fit
- Do you have the required subscription?It needs one in addition to Intune Plan 1 or Plan 2.
- Standalone, or part of the Intune Suite?Microsoft states both are available.
- Is your estate Windows?The catalogue is Windows only, executables and installer packages.
- How many applications do you package today?That number is the value case.
- Are the applications you need actually in the catalogue?Check before assuming.
The route per application
- Would a bad version cause a problem you would hear about?If yes, not auto-update.
- Is the assignment required or available?Auto-update applies to required assignments only.
- Do you need this as an enrolment status page blocking app?Auto-update apps cannot be used that way.
- Is the same software deployed by another method already?Manage each app through one deployment type.
- Do you need version history in reporting?Auto-update stores latest state only.
Governance
- Does your software approval process cover catalogue apps?Microsoft does not vouch for them.
- Who watches for revocation notifications?You identify and remediate affected devices.
- Are vendor licences purchased separately?Intune performs no licence check.
- Do self-updating apps need network rules?They may need vendor update traffic allowed.
- Are you co-managed with Configuration Manager?Catalogue apps work when targeted from Intune.
The pages around this one.
Intune Suite and advanced capabilities
Where this is licensed from, alongside the other advanced capabilities and their trial terms.
Windows Autopatch
The update side for Windows itself, Microsoft 365 Apps, Edge and Teams, which this complements rather than duplicates.
Defender Vulnerability Management
Which third-party applications are actually exposed, prioritised by what is being exploited in the wild.
Check how much of your application list is actually in the catalogue.
That overlap is the entire value case, and it takes an afternoon to establish. If it is high, the packaging work largely disappears. If it is low, we will tell you rather than selling you a subscription that solves a problem you do not have.
Related Services
Explore more solutions that work great with this service
Intune Suite
Eight advanced capabilities, and one trial each per tenant
Windows Autopatch
Security updates without a restart, and Business Premium has it
Defender Vulnerability Management
Certificates, browser extensions and firmware, not just patching
Microsoft Intune
Device management and endpoint security
Windows Autopilot Dubai
Zero-touch laptop deployment, supplier registration onward
SCCM to Intune
Co-management, where you get value without moving any workload
Endpoint Security
Defender for Endpoint and Intune managed
MDM Solutions Dubai
Device management across Windows, Apple and Android