PSResourceGet
PSResourceGet copied to clipboard
Add Set-PSResourceRepository Name parameter wildcard support
Summary of the new feature / enhancement
I would like to be able to pass wildcard characters to Set-PSResourceRepository name parameter.
Currently this error is returned.
PS /> Set-PSResourceRepository * -Trusted
Set-PSResourceRepository: Name cannot be null/empty, contain asterisk or be just whitespace
Proposed technical implementation details (optional)
No response