Open hposkiparta opened 3 years ago
Figured it out. Needed to create Standard Packages, rather then Driver Packages.
Hi,
I use only standard packages and this is not this case.
I find other solution the this issue and this article way I can use these standard packages during OSD Task sequence and OS and driver installation works fine.
This is strancy issue, because debug mode works fine and script can connect to sccm site and query available drivers.
Other solution what we test last week and that works.
https://sysmansquad.com/2020/05/15/modern-driver-management-with-the-administration-service/
Br. Harri
On Sat, Feb 27, 2021, 02:42 jab3059 notifications@github.com wrote:
Figured it out. Needed to create Standard Packages, rather then Driver Packages.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/maurice-daly/DriverAutomationTool/issues/192#issuecomment-786967851, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARLMLWXJON5BRNXUZPCFTIDTBA5V7ANCNFSM4YCRRUJQ .
Thank you. I haven't tried your solution yet, but was wondering. Is it possible to pre-cache the standard driver package and then later use it to do a driver-refresh?
[Dykema]http://www.dykema.com Joseph A. Beeler Senior Application Development/Systems Integrator JBeeler@dykema.com 313-568-6671 Direct 248-203-0700 Main 866-509-3812 Fax 39577 Woodward Avenue, Suite 300 Bloomfield Hills, Michigan 48304 www.dykema.comhttp://www.dykema.com
From: hposkiparta notifications@github.com Sent: Sunday, February 28, 2021 1:49 PM To: maurice-daly/DriverAutomationTool DriverAutomationTool@noreply.github.com Cc: Beeler, Joseph JBeeler@dykema.com; Comment comment@noreply.github.com Subject: Re: [maurice-daly/DriverAutomationTool] Retrieved a total of '0' driver packages from () matching operational mode: Production (#192)
EXTERNAL Hi,
I use only standard packages and this is not this case.
I find other solution the this issue and this article way I can use these standard packages during OSD Task sequence and OS and driver installation works fine.
This is strancy issue, because debug mode works fine and script can connect to sccm site and query available drivers.
Other solution what we test last week and that works.
https://sysmansquad.com/2020/05/15/modern-driver-management-with-the-administration-service/https://urldefense.com/v3/__https:/sysmansquad.com/2020/05/15/modern-driver-management-with-the-administration-service/__;!!KDBJ75Mt!LU80X-CdbQawFZz_i9UgNDmDBlph6jUX0PEQpVeukIQJNqNphiKgj-S-moMJ6Ho$
Br. Harri
On Sat, Feb 27, 2021, 02:42 jab3059 notifications@github.com<mailto:notifications@github.com> wrote:
Figured it out. Needed to create Standard Packages, rather then Driver Packages.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/maurice-daly/DriverAutomationTool/issues/192#issuecomment-786967851https://urldefense.com/v3/__https:/github.com/maurice-daly/DriverAutomationTool/issues/192*issuecomment-786967851*3E__;IyU!!KDBJ75Mt!LU80X-CdbQawFZz_i9UgNDmDBlph6jUX0PEQpVeukIQJNqNphiKgj-S-oQCaGiY$, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARLMLWXJON5BRNXUZPCFTIDTBA5V7ANCNFSM4YCRRUJQhttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/ARLMLWXJON5BRNXUZPCFTIDTBA5V7ANCNFSM4YCRRUJQ*3E__;JQ!!KDBJ75Mt!LU80X-CdbQawFZz_i9UgNDmDBlph6jUX0PEQpVeukIQJNqNphiKgj-S-2t9Uq3Y$ .
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/maurice-daly/DriverAutomationTool/issues/192*issuecomment-787501421__;Iw!!KDBJ75Mt!LU80X-CdbQawFZz_i9UgNDmDBlph6jUX0PEQpVeukIQJNqNphiKgj-S-Qt5Xaas$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AOLRAMT4GPYD3Z2QJ66J6U3TBKF3PANCNFSM4YCRRUJQ__;!!KDBJ75Mt!LU80X-CdbQawFZz_i9UgNDmDBlph6jUX0PEQpVeukIQJNqNphiKgj-S-KS1tthQ$.
*** Notice from Dykema Gossett PLLC: This Internet message may contain information that is privileged, confidential, and exempt from disclosure. It is intended for use only by the person to whom it is addressed. If you have received this in error, please (1) do not forward or use this information in any way; and (2) contact me immediately. Neither this information block, the typed name of the sender, nor anything else in this message is intended to constitute an electronic signature unless a specific statement to the contrary is included in this message.
Hi,
Does anyone have any advice on the problem with the Driver Automation Tool? On SCCM 2002 environment with https communication and your own PKI certificates.
The problem is that with OSD Task Sequence Modern Driver Management script version 4.1.0 always crashes on error: - Retrieved a total of '0' driver packages from () matching operational mode: Production.
The admin service works properly with the service account and also this modern driver Automation script in debug mode when the script is run from the operating system. However, in Windows PE phase, the script always stays on this same error.
The script's debug mode also works when run in the Windows PE phase.
Would anyone have any clue to this problem?