Skip to content

Get-PSResource should have -Type parameter #1075

Open
@peetrike

Description

@peetrike

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions