CSVDK

Results 4 comments of CSVDK

Any progress on this? I really miss te scope parameter for uninstall-wingetpackage because when I have an installation that is installed for both the user and the system it can't...

Hi o-l-a-v, Thx for your input. It works for most apps but not all. Long id's in the CLI output are truncated to fit on one line in the CLI...

If you want to get all user installed apps the following works reliably, but it's very slow. `get-wingetpackage -Source 'winget' | Where-Object {$_.source -eq 'winget' -and (winget list --scope user...

Hi, Is there any progess on the issue? Is the fact that using the powershell module commands in system context in PS 5.1 is not working a bug? Or is...