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-CMApplyDriverPackage.ps1] Invokcation of pnputil does not work correctly in DriverUpdate mode due to incorrect parameters on Win10 LTSB 2015 #9

Open
EvilGrinUK opened this issue Jun 1, 2018 · 0 comments

Comments

@EvilGrinUK
Copy link

EvilGrinUK commented Jun 1, 2018

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
@EvilGrinUK EvilGrinUK changed the title [Invoke-CMDownloadDriverPackage.ps1] Invokcation of pnputil does not work correctly in DriverUpdate mode due to incorrect parameters on Win10 LTSB 2015 [Invoke-CMApplyDriverPackage.ps1] Invokcation of pnputil does not work correctly in DriverUpdate mode due to incorrect parameters on Win10 LTSB 2015 Jun 1, 2018
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

1 participant