Winget FW make software deployment easy
Introduction
Key Features
Integration with PSADT and Winget: The tool combines the strengths of the PowerShell App Deployment Toolkit (PSADT) with Winget, Microsoft's package manager for Windows. This allows for flexible, script-based software deployment alongside Winget’s robust package management.
Seamless Intune compatibility: Designed specifically to work with Microsoft Intune, the tool simplifies software deployment within the Intune environment. IT admins can easily automate and manage installations and updates across devices.
Simplified user experience: The interface is designed for ease of use, making it accessible to both experienced IT professionals and those newer to software deployment. It abstracts away much of the complexity of Winget and PSADT, allowing users to focus on deployment, not the underlying code.
Enhanced scalability: Whether deploying software to a small number of devices or an entire enterprise, the tool scales easily, ensuring that deployment processes remain efficient regardless of the scope.
Latest software version: As this tool is using Winget to install the software its always the newest that Intune install and you no longer was to repacked for a newer version.
Use Cases
Here is some examples on how it can be used:
Example 1
Deploy-Application.exe -DeploymentType "Install" -WingetID "Postman.Postman"
Example 2
ServiceUI.exe -process:explorer.exe Deploy-Application.exe -DeploymentType "Install" -WingetID "Neovim.Neovim" -WingetScope '--Scope machine'
Detections
Detection
Comments
Post a Comment