Jump to content


  • 0
suspected

Machines and Drivers

Question

Hi Guys,

 

i got some problems. we got 6 different types of machines in our testlab... now i want to use just 1 TS for build all systems with windows 7, but i have driver problems. so my question is can i place all 6 HardDisk drivers for each of that machines in mine BUILD TS ???

 

how can i make that the Driver step in the TS searches himself the right driver for each machine

 

so f.e. i advertise the TS to all 6 machines, now he's installing a SIEMENS FUJITSU machine with that TS, how can i make that the step of the TS (Drivers) see ""ok this is a siemens fujitsu machine, i have to give him this driver"" is that possible ?? otherwise i have to make 6 TS for each machine with the associated/right driver but that isnt so cool :S can you help guys ??

 

 

 

thanks a lot

Share this post


Link to post
Share on other sites

9 answers to this question

Recommended Posts

  • 0

this is how

 

create a new group for each model and place the appropriate software install commands in each group,

 

cheers

niall

 

hi niall thanks for your reply. yes it looks good, but i need to user 1 TS for each system which is different, so i have to paste in that 1 TS all these DRIVER Groups of all different systems, and he would choice himself the right one for each system.. so like : now he's building a DELL PC so he see "thats dell i use this step and skip the other driver group steps" ??

 

thanks

Share this post


Link to post
Share on other sites

  • 0

hi

 

i made 6 packages with 6 programs and add them to a group and then to my TS with all 6 drivers for each of 6 machines, but he always try to install all of them :S can you give me some commandcodes that he find the right himself please ???

 

now i have 6 packages and programs, added all to 1 group "Drivers" which is in my tasksequence... but how said how to told him that he install the right one ? :(

 

with SELECT * FROM Win32_ComputerSystem WHERE model Like "%Computers%" doensts work

Share this post


Link to post
Share on other sites

  • 0

what result do you get when you try this ?

 

Open a command prompt on your client hardware (the machines you intend to be deploying to....) and type

 

wmic

 

 

 

To find out the model name type this

 

CSProduct Get Name

 

 

The result is what we need

Share this post


Link to post
Share on other sites

  • 0

hmm it doenst work man :(

 

so one more time...

 

1. for each driver i have to make a package and a program right ?

2. all driver packages i have to add to 1 group DRIVERS right ?

3. the group i have to add to my TS by step drivers right ?

4. on the client write wmic in cmd so i get name like ESPRIMO 7950 (ok that i already know)

5. in this step i have to write : with SELECT * FROM Win32_ComputerSystem WHERE model Like "%Computers%" doensts work

 

but how can i to do them to search himself out which driver he needs ? have i to name the drivers like the Hardware model ? and which commandline ? the one with select doesnt work... task sequence broke up with 0x0000.. error

 

greetz

Share this post


Link to post
Share on other sites

  • 0

Check out the attached, this is how we do it.....

 

Hello jamitupya

 

What does to update: HAL type do?

 

We ran into a problem, created a windows 7 image from a computer with Intel Core 2 duo, and when deploying it to a computer with Intel Core I5 the computer fails to start up.

Just gets a message like "problem starting the operating system, might be because of hardware changes.."

 

And do we really need to create driver packages? Is it not enough to Import them into SCCM, and in the task sequence use the "Apply device drivers" step?

 

Thanks for the response

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.