Skip to Main Content
Patch My PC Feature and Application Request

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

1 VOTE
Status SUBMITTED
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