Export and list output not the same #4812
Answered
by
Trenly
GBMacMan-LFS
asked this question in
General
-
I want to manipulate (in PoSh) the data output from 'winget list' in which has all packages installed regardless of source and users. Using the export switch only returns a subset of the 'list' data in the json file. is winget capable of this or bail and use get-appxpackage. |
Beta Was this translation helpful? Give feedback.
Answered by
Trenly
Sep 16, 2024
Replies: 1 comment
-
I recommend trying the WinGet PowerShell Module and the
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
denelon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recommend trying the WinGet PowerShell Module and the
Get-WinGetPackage
commandlet