Skip to Main Content
Patch My PC Ideas & Feedback

A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize requests, please see:

13 VOTE
Status SHIPPED
Created by Guest
Created on Nov 12, 2024

Create PSADT function for installing Winget packages

It would be great if PSADT had a function for installing\uninstalling Winget packages. Something like

Install-WingetPackage -AppID 7zip.7zip

and

Uninstall-WingetPackage -AppID 7zip.7zip


The function would have to do a couple things. One, make sure that Winget is installed, and if not install it. Then it would have to resolve the winget.exe path, and launch winget from there. There could also be parameters for silent install, accept package agreements etc.

  • Attach files
  • Jeffery Field
    Reply
    |
    May 13, 2025

    Amazing! Love it!

  • Admin
    Dan Gough
    Reply
    |
    Apr 9, 2025

    There is an extension for this here:
    https://github.com/mjr4077au/PSAppDeployToolkit.WinGet/

  • +8