Event banner
Unpacking Endpoint Management: The future of app management in Intune
Event Ended
Tuesday, Jan 31, 2023, 08:00 AM PSTEvent 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 Ma...
Heather_Poulsen
Updated Dec 27, 2024
Kathy Martin
Jan 31, 2023Copper 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.
- tedbertschJan 31, 2023Copper 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
- Michael-CMJan 31, 2023MCT+1 for a store integration into MECM from my side