How to deploy a list of apps that are already in Microsoft Store app with powershell.

MoTaar 310 Reputation points
2023-11-06T23:35:49.61+00:00

Hello, we are deploying Intune on all devices of the company, and I am looking for a way to deploy a list of apps that are already in Microsoft Store app, via powershell.

I know there is a way for win32 but this is gonna take lot of time to create a the intunewin file for each application and look for it's Install and uninstall settup.

Can you please help out?

Thank you

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,743 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,329 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Crystal-MSFT 46,271 Reputation points Microsoft Vendor
    2023-11-07T08:10:14.0233333+00:00

    @MoTaar, Thanks for posting in Q&A. To deploy Microsoft Store apps via PowerShell, you can use the Add-AppxPackage cmdlet. However, prior to sideloading the .appx files, you need to obtain the Microsoft Store .appx files that you'll use to deploy (sideload) the apps in your provisioning package. For apps in Microsoft Store, you'll need to obtain the .appx files from the app software vendor directly. If you're unable to obtain the .appx files from the app software vendor, then you will need to install the apps on the devices directly from Microsoft Store.

    If you are using intone, you can deploy the app via Intune

    https://learn.microsoft.com/en-us/mem/intune/apps/store-apps-microsoft

    Hope the above information can help.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments