Event banner
Unpacking Endpoint Management: The future of app management in Intune
Event details
Come learn -- and ask questions -- about the new Microsoft Store experience for both Windows 11 and Windows 10.
Microsoft Store for Business and Microsoft Store for Education will be retired on March 31, 2023. We know you've been waiting on pins and needles for more information so join Danny & Steve as they welcome back Mandar and Bryan from the Microsoft Intune engineering team to talk about the new app management features that will work for all your Windows apps.
Editor's note: The retirement of the Microsoft Store for Business and the Microsoft Store for Education, originally scheduled for March 31, 2023, has been postponed. For the latest information on the Microsoft Store, read Update to Intune integration with the Microsoft Store on Windows.
Bookmark https://aka.ms/UnpackingEndpointManagement for links to previous episodes on demand and details on upcoming episodes. |
38 Comments
- FuzzyWazHeCopper ContributorIf you are limiting what users can install in Store for Business, will those limits be preserved
- epowell66Copper ContributorWhat about home grown apps or customized/modified apps?
- Kathy MartinCopper Contributor
Will there be any guidance published on how to use winget with MECM? As others have said, we are hybrid-joined but still use MECM for managing workstations and applications. Also, it would be great if there was a download-only option for applications in winget for cases where we want to package software for clients cannot download applications over the internet.
- tedbertschCopper Contributor
powershell -Command "& {$app = Get-AppXPackage -AllUsers -Name "Microsoft.DesktopAppInstaller" | Where-Object {$_.InstallLocation -ne $null} | Select-Object -Last 1; cd $app.InstallLocation; .\winget.exe install --Id Microsoft.PowerToys --accept-source-agreements --accept-package-agreements; timeout 5}"
It's dirty but it works
- +1 for a store integration into MECM from my side
- tedbertschCopper Contributor
- Are there any plans to include Repair and Uninstall options in Company Portal? Or allow system installs to be interactable? We allow our users to add/remove programs whenever they need them.
- My users can't install winget apps until winget gets installed under their user profile, any ideas on how to get that available sooner? One of the first things users do after Autopilot OOBE is install apps 🙂
- Are there plans to make winget usable in the SYTEM context? We would love to get off of Chocolatey (which works with Software Center/MECM) for our legacy machines and servers.
- Is Microsoft going away from the "not everyone should be administrators" security stance? Very open ended question. Nothing specific. Thank you!
- NigelIron ContributorIs the new store considered a "managed installer" for technologies like Applocker / WDAC?
- tedbertschCopper Contributor
.
- SvenV_Brass ContributorMVP Rudy Ooms has described his experience with winget and Applocker/WDAC, not sure if this answer your question completely, but here is his blogpost about it: https://call4cloud.nl/2022/11/microsoft-store-the-movie-hoopa-and-the-clash-of-winget/
- Heather_Poulsen
Community Manager
You've stumped the panel. 🙂 We'll look into that and follow back with an answer.- AnupshettyCopper ContributorDo I need to add Winget as my managed installer for WDAC? or new app store is already pre-approved?
- davidallenBrass ContributorWill the new method have the option to install apps in the device context (i.e. offline)?
- Is there a link or document i can provide to vendors to show them the benefits of putting their app in the store/winget?
- NigelIron ContributorWill .exe Win32 apps from the store be able to auto-update?
- treestryderIron ContributorWhy wasn't the "PackageManagement" Powershell module/provider used?
- Bruno370Copper Contributor
@RachelleBlanchard I was wondering if there is any updates that can be shared about being able to add a Private WinGet Repository to Intune.