PSResourceGet icon indicating copy to clipboard operation
PSResourceGet copied to clipboard

`Get-InstalledPSResource` Should have a `-Type` parameter for filtering different types

Open StevenBucher98 opened this issue 2 years ago • 1 comments

Summary of the new feature / enhancement

As a user I want to be able to filter the different resources I have installed with an easy paramter similiar to that of Find-PSResource, https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.psresourceget/find-psresource?view=powershellget-3.x#-type

Proposed technical implementation details (optional)

Have a -Type parameter for Get-InstalledPSResource that supports at least the following types:

  • Module
  • Script
  • Command
  • DscResource

StevenBucher98 avatar Sep 27 '23 15:09 StevenBucher98