We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Same applies to Invoke-CMApplyDriverPackage.ps1 v2.2.3
Sorry, something went wrong.
Im using “Driver” have to try ‘Driver’ to see what happens
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: