ironmansoftware / issues

Public Issue tracker for Ironman Software products.
https://ironmansoftware.com
32 stars 2 forks source link

Get-UdTheme - Parameter set cannot be resolved using the specified named parameters. #3363

Closed potatoqualitee closed 1 month ago

potatoqualitee commented 1 month ago

Version

4.2.21

Severity

Low

Environment

msi

Steps to Reproduce

I can't get Get-UDTheme to work to show me all available Themes

 pwsh -noprofile
PowerShell 7.4.2
PS C:\github> get-udtheme
Get-UDTheme: Parameter set cannot be resolved using the specified named parameters. One or more parameters issued cannot be used together or an insufficient number of parameters were provided.
PS C:\github> $psdefaultParameterValues
PS C:\github>

Expected behavior

Shows tons of themes

Actual behavior

Get-UDTheme: Parameter set cannot be resolved using the specified named parameters. One or more parameters issued cannot be used together or an insufficient number of parameters were provided.

Additional Environment data

No response

Screenshots/Animations

No response

MikeShepard commented 1 month ago

Looks like there needs to be a default parameter set configured since neither parameter set has a required parameter:

image

potatoqualitee commented 4 weeks ago

so crazy fast! thank you