Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions notebook.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
---
title: Add Microsoft Store App
description: Deploy Microsoft Store app via Intune
---

import ComingSoon from '@site/src/components/ComingSoon';
import MSIntune from '@site/static/img/logo/Microsoft-intune.svg';

<!-- <ComingSoon /> -->

<!-- <MSIntune height="45" /> -->

This guide outlines steps for deploying Microsoft Store apps (new) through Microsoft Intune. This method uses the modern Windows Package Manager (WinGet) for reliable, automatically updated app installations on Windows devices.

<details>

<summary>What's New</summary>

Microsoft has retired the Microsoft Store for Business. Intune now supports a new method for deploying Store apps via the **Microsoft Store app (new)** option. This allows IT admins to search, assign, and automatically update apps directly from the Intune admin center.

- **Automatic updates**: Apps stay current without manual repackaging.
- **Supports multiple formats**: UWP, MSIX, and Win32 (.exe/.msi).
- **Simplified deployment**: No need for Store for Business integration.

</details>

## Prerequisites

- Intune Admin or Application Admin role
- Devices must be **Windows 10/11** and enrolled in Intune.
- Microsoft Store access must be enabled.
- **ARM64 installers are not supported** via this method.

:::tip

In this article, we'll choose [**GIMP**](https://www.gimp.org/) as an example however, you can choose any supported app depending on your requirements.

:::

## Get started

### 1. Go to [Intune Admin Center](https://intune.microsoft.com)
Navigate to **Apps → All apps → Add**.

![selectapp](./assets/addapp.png)

### 2. Select App Type
Choose **Microsoft Store app (new)** from the dropdown.

![storeapp-type](./assets/storeapp-type.png)

### 3. Search and Select the App

Use the built-in search to find the app.
Click **Select** to add it.

![sas](./assets/selectstoreapp.png)

### 4. Configure App Info
Intune automatically fills in details like:

- App name
- Publisher
- Description
- Package identifier

Make changes if needed, then select **Next**.

### 5. Set Deployment Options

Choose how the app is deployed:

- **Required** – Auto‑install
- **Available for enrolled devices** – User‑install via Company Portal
- **Uninstall** – Remove the app

Click **Next**.

### 6. Save and Deploy

Confirm settings and deploy the app. Intune will deploy the app on the next device sync.

### 7. Monitor Installation

Go to **Monitor → App install status** to track progress.

## FAQ

- **Q: Do I need to re-add apps from the old Store for Business?**
- **A:** Yes, migrate them using the new method in Intune.
- **Q: Will apps update automatically?**
- **A:** Yes, Intune handles updates without admin action.
- **Q: Where do users find available apps?**
- **A:** In the **Company Portal**.

More about [adding apps via Intune](https://learn.microsoft.com/en-us/intune/intune-service/apps/apps-add)
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
description: Intune Best Practices
---

import MSIntune from '@site/static/img/logo/Microsoft-intune.svg';

# Intune

<MSIntune height="45" />

Microsoft Intune is a cloud-based service that helps organizations manage and secure employees' mobile devices, apps, and computers. It enables IT teams to enforce security policies, deploy software, and ensure compliance, all while providing employees with seamless access to corporate resources.


Expand Down
Loading
Loading