winget-cli
winget-cli copied to clipboard
Configuration PowerShell objects do not expose full data
Brief description of your issue
The configuration PowerShell cmdlets do not always return the full objects that wrap their COM counterpart calls. All of the properties should be exposed so that callers of the PowerShell cmdlets can use them fully.
For instance:
- Units are not exposed on the configuration set
- The result object of applying a configuration set is only the HRESULT, not the full result object including the individual statuses
A full pass should be done to ensure that it is possible to fully inspect these objects.
Steps to reproduce
Use configuration cmdlets.
Expected behavior
Get full data.
Actual behavior
Get partial data.
Environment
Current code.