Skip to content
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

Invoke-CMDownloadBIOSPackage.ps1 Filter Parameter must use single quotes #162

Open
EvilerBetty opened this issue Jul 19, 2019 · 2 comments

Comments

@EvilerBetty
Copy link

Maybe related to: #138

While trying to filter out Pilot and Retired BIOS updates, I ran into this issue with the command example:

Invoke-CMDownloadBIOSPackage.ps1 -Filter "BIOS Update -"

This will result in an error stating that parameter "Update" cannot be found.

Updating the TS command line with single quotes to:

Invoke-CMDownloadBIOSPackage.ps1 -Filter 'BIOS Update -'

Seems to resolve the issue.

@EvilerBetty
Copy link
Author

Same applies to Invoke-CMApplyDriverPackage.ps1 v2.2.3

@vartaxe
Copy link
Contributor

vartaxe commented Jul 30, 2019

Im using “Driver” have to try ‘Driver’ to see what happens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants