You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
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
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: