Skip to content

[Invoke-CMApplyDriverPackage.ps1] Invokcation of pnputil does not work correctly in DriverUpdate mode due to incorrect parameters on Win10 LTSB 2015 #9

@EvilGrinUK

Description

@EvilGrinUK

I have Windows 10 LTSB 2015 (Build 10240) installed on a Dell Latitude E5550. When I run Invoke-CMApplyDriverPackage.ps1 on this machine the packages are detected and downloaded from SCCM however the invocation of pnputil does not work as the command line parameters are different than on newer Windows 10 builds.

Microsoft PnP Utility
Usage:
------
pnputil.exe [-f | -i] [ -? | -a | -d | -e ] <INF name>
Examples:
pnputil.exe -a a:\usbcam\USBCAM.INF      -> Add package specified by USBCAM.INF
pnputil.exe -a c:\drivers\*.inf          -> Add all packages in c:\drivers\
pnputil.exe -i -a a:\usbcam\USBCAM.INF   -> Add and install driver package
pnputil.exe -e                           -> Enumerate all 3rd party packages
pnputil.exe -d oem0.inf                  -> Delete package oem0.inf
pnputil.exe -f -d oem0.inf               -> Force delete package oem0.inf
pnputil.exe -?                           -> This usage screen

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions