PSResourceGet
PSResourceGet copied to clipboard
`Get-InstalledPSResource` Should have a `-Type` parameter for filtering different types
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