PSResourceGet
PSResourceGet copied to clipboard
Wildcard Support For Find-PSResource -CommandName
Summary of the new feature / enhancement
I think when trying to find a command name wildcards should be supported as most users probably don't know the exact command name they want. I know this would place a large list on the API but maybe the psgallery source could be cached and updated somehow?
Proposed technical implementation details (optional)
Make a cache of the psgallery as a whole and add a parameter to update it. That way you could reduce API load and still wildcats search command names.
Thanks @kpcintegrations this would be great when we have cacheing in place