-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directly use index if Edition fits exactly #29
Comments
Line 1848 Adjust, so it reads: {$_.ImageName -ilike "*$($Edition)"} Remove the second asterix * after Edition |
I will add the code to check if the Edition-string fits exactly. You can use the index for now. |
I could not figure out what it accepted as Index (because the number or the name was not accepted) |
Did you try: -Edition 1 for example? |
Sure, could not find combination that got accepted |
Can confirm that using -Edition [int] will in fact select the correct edition. I used it with -Edition 6, see the log below.
|
In command I have: -Edition "Windows Server 2022 SERVERSTANDARD"
Yet output shows:
The text was updated successfully, but these errors were encountered: