(37) New Microsoft Store Integrated in Intune
- Mr B SOE way
- Dec 5, 2022
- 1 min read
As all might know now, the current Microsoft Store will be EOL in the first quarter 2023. Microsoft has implemented a new Microsoft Store, more information can be found here.
What is Winget?
It's a command-line tool which is bundled with Windos 11 and modern versions of Windows 10 by default as the App Installer. It's available on the Windows device as part of the App installer app (a store app).
To start things off, to search for Adobe or Company Portal in the source is msstore (Microsoft Store) or .exe.
Start Command Prompt (Terminal) with: winget search Adobe --source msstore, this lists out the store repo.

By running the command, winget show appID where winget show XPDP273C0XHQH2 the application is an .exe type application

To see what Company Portal uses, we run the following to first get the App ID of the app. winget search Company --source msstore

Next to find the source of the Company Portal app, we run the following:
winget show 9WZDNCRFJ3PZ

By navigating to https://endpoint.microsoft.com then select Apps then select Add then select App Type, you will find the Store app has both new and legacy.

Select Microsoft store app (new).

Select Search the Microsoft Store app (new), then in the search, enter in Adobe.

Select Search the Microsoft Store app (new), then in the search, enter in Company Portal.

Then the Application Identifier and UWP matches with what was shown above for Adobe Acrobat Reader DC.

Then the Application Identifier and UWP matches with what was shown above for Company Portal.

Comments