-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop Intune integration #215
Comments
Seconded |
Related to #151, Intune integration would need DO support (and Microsoft Connected Cache too?) |
This is something that would greatly benefit our company as we attempt to manage multiple applications being pushed out via Intune. Having to automate a whole workflow of checking the package version, pulling the new version, if it's MSI then push directly via Intune, else if it's EXE then use the Win32 Content Prep Tool and then pushing via Intune is proving to be quite an endeavor. Looking at Chocolatey, they recommend the internalization of packages (totally understandable), but still, it doesn't fully integrate with Intune. I highly support a WinGet-Intune integration of even the most basic proportion. |
Please implement this, packaging is such a time consuming task with all the different types of installers, having access to winget would be a big plus. |
2022, any updates on this ? |
According to the blog post, first half of 2022. It's likely to be closer to the middle of the year. |
Really hope this comes sooner rather than later. |
To wait for official support, we have this |
Really hoping on this - are there any updates regarding the timeframe we can expect it? |
is there any update intune preview H1 ? |
We are actively working on the Intune integration via Windows Package Manager. The Intune team will determine when they are going to have a preview. I'll see if anything has been published. If you are interested, send me an e-mail and I will forward the request to the Intune team. |
Let's support PowerShell first, no ? 😋 |
Latest update: https://www.youtube.com/watch?v=11ezQMwnR_4 |
Is there any information as to when WinGet/Intune Integration will be in Preview and whether Windows 10 will be supported? |
I tried : When I try by myself to install package as local system, winget do nothing : no error, command is launch and I get C: prompt I try on windows 20h2 |
In the video, they can force install in "affection" |
Updates to Windows App Management in Intune with Winget |
We've published a NuGet package with "in process" access to talk to the WinGet COM APIs. We're still working on documentation to help explain how the Integration with Intune works so others can also leverage the same mechanism for MDM integration. As WinGet is delivered via MSIX, the system level access requires additional effort to enable. |
Looking forward to having a more first party experience for adding winget entries to the Company Portal similar to the MSStore integration added. Also would like to see Intune expose a winget REST source that mirrored Company Portal so users can use the cli to pull in things they want. May have some limits based on scoping etc, but have them work better together with fewer registries. |
We've provided the full capabilities for Intune to leverage WinGet. We will continue adding new capabilities via the COM APIs as we develop new functionality in Windows Package Manager. |
@denelon are you aware of a public Issue tracker on the Intune side where we can keep an eye on their progress? Not a winget thing, but I know our biggest issue has been elevating the user context for apps that need it. Moving to machine via SYSTEM context can be done with PATH work, but normal Logs etc I find break in the client. |
@byjrack, I'm not aware of a public issue tracker for them. I'll forward your request and see what we can do here. |
Would this allow us to install any WIn32App from winget-pkgs repo ? So far I have been using this to integrate with InTune: |
Yup I think we all use some sort of variant of that today, but it's definitely not a first party option. Expectation is that it acts more like the experience with Store apps. I am also trying to figure out if there is a method to use it via the existing COM interface implementation as well. Will still need some scripting, but maybe simplify some of the integration in scripts. |
44d81dc8 Using early-return in UrlBuilder::GetQuery() 9e9b27e3 Fixing "Use of string after lifetime ends" 21bf6b98 Adding functional proxy tests 46388eaa Adding a ProxyServer implementation 7a0bfbec Exposing Path and Query via UrlBuilder b2014df3 Adding unit tests for proxy validation cdd840b0 Adding proxy input string support 216210ab Adding required permissions to enable uploading of CodeQL results (microsoft#214) fb953d6e Bump github/codeql-action from 2 to 3 (microsoft#215) 52af7124 Enabling CodeQL scanning (microsoft#211) e555d764 Bump clang-format from 18.1.5 to 19.1.1 (microsoft#210) ab8f0e72 Setup: improving build tools installation (microsoft#207) git-subtree-dir: src/SfsClient/sfs-client git-subtree-split: 44d81dc8e7614c0be8777db22431e5065aa7a6b8
c639a506 Adding support for a custom proxy input (microsoft#218) 258d189b Improve logging when the content type is wrong (microsoft#221) 216210ab Adding required permissions to enable uploading of CodeQL results (microsoft#214) fb953d6e Bump github/codeql-action from 2 to 3 (microsoft#215) 52af7124 Enabling CodeQL scanning (microsoft#211) e555d764 Bump clang-format from 18.1.5 to 19.1.1 (microsoft#210) ab8f0e72 Setup: improving build tools installation (microsoft#207) git-subtree-dir: src/SfsClient/sfs-client git-subtree-split: c639a506e712dbd29ca7ca0c78d5216658e78748
0e27525d Bumping version to 1.1.0 (microsoft#222) c639a506 Adding support for a custom proxy input (microsoft#218) 258d189b Improve logging when the content type is wrong (microsoft#221) 216210ab Adding required permissions to enable uploading of CodeQL results (microsoft#214) fb953d6e Bump github/codeql-action from 2 to 3 (microsoft#215) 52af7124 Enabling CodeQL scanning (microsoft#211) e555d764 Bump clang-format from 18.1.5 to 19.1.1 (microsoft#210) ab8f0e72 Setup: improving build tools installation (microsoft#207) git-subtree-dir: src/SfsClient/sfs-client git-subtree-split: 0e27525d597c730e71646fd0b15bdc8c8503f24d
Description of the new feature/enhancement
As an Enterprise Administrator I want to be able to select and deploy WinGet packages directly from Intune like I can with the Microsoft Store for Business. An auto update mechanism exists which helps me to stay current with 3rd party software on my devices.
The text was updated successfully, but these errors were encountered: