Open
Description
Summary of the new feature / enhancement
As user I would like to list locally installed resources by type. The following helps but it is not too convinient:
Get-PSResource | Where-Object Type -like 'Module'
Proposed technical implementation details (optional)
Add -Type parameter to Get-PSResource:
Get-PSResource -Type Module