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

Update Invoke-CMDownloadBIOSPackage: Script 'bails out' when multiple packages are added to the BIOS package list #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 4, 2021

  1. Update Invoke-CMDownloadBIOSPackage.ps1

    Troubleshooting: device has some UEFI updates, but none is selected instead of the last update. It's a casting error at selection by all lines with: $PackageList = $PackageList | Sort-Object -Property SourceDate -Descending | Select-Object -First 1
    
    Solution: Create an array object and not a PSCustom object, so that the method count is present.
    mstraessner authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    4150a1d View commit details
    Browse the repository at this point in the history