JustusIV
-
Total Posts
:
87
- Scores: 0
-
Reward points
:
11090
- Joined: 4/8/2011
-
Status: offline
|
How to update drivers
Tuesday, June 12, 2012 9:23 AM
( permalink)
Ok i am trying to tackle a project i havent done with SCCM before and am not sure the best way to go about it. I have about 200 Optiplex 760s that need the latest Video drivers installed. During my searching I am just seeing how to create a task sequence with the newest drivers however that looks like it is only for a new OS deploy. I am only wanting to update the drivers on an existing OS. If someone could just point me in the right directions :)
|
|
|
|
shadster
-
Total Posts
:
280
- Scores: 3
-
Reward points
:
21880
- Joined: 8/6/2008
- Location: Central Ohio
-
Status: offline
|
Re:How to update drivers
Tuesday, June 12, 2012 11:23 AM
( permalink)
You will need to make a application package and then push it out. see if there is a silent switch for the driver upgrade installer then just call the exe/msi and target it by making a collection that holds all machines with that driver that you are looking to upgrade. or target it with something like "model=Optiplex 760" in your collection query. then you can just replace the driver in the database so it will install the new driver on all future builds. hope that helps steer you in the right direction :)
<message edited by shadster on Tuesday, June 12, 2012 11:24 AM>
|
|
|
|
JustusIV
-
Total Posts
:
87
- Scores: 0
-
Reward points
:
11090
- Joined: 4/8/2011
-
Status: offline
|
Re:How to update drivers
Tuesday, June 12, 2012 11:48 AM
( permalink)
I kinda guessed that if there was an app for the driver what about if its just an inf?
|
|
|
|
bmason505
-
Total Posts
:
3258
- Scores: 244
-
Reward points
:
77830
- Joined: 1/23/2003
- Location: Minneapolis, MN
-
Status: offline
|
Re:How to update drivers
Tuesday, June 12, 2012 2:23 PM
( permalink)
Looks like this would work: rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 .\<file>.inf
|
|
|
|
okis14
-
Total Posts
:
49
- Scores: 6
-
Reward points
:
11390
- Joined: 12/28/2006
-
Status: offline
|
Re:How to update drivers
Tuesday, June 12, 2012 2:37 PM
( permalink)
What OS? DPInst or PNPUtil may work. I've not used these to "update" drivers though but don't see why they shouldn't work. http://technet.microsoft.com/en-us/library/dd744334(v=WS.10).aspx PNPUtil requires the drivers to be on the local hard drive and not a UNC path, at least in my experience.
<message edited by okis14 on Tuesday, June 12, 2012 2:49 PM>
|
|
|
|
Lightman81
-
Total Posts
:
1
- Scores: 0
-
Reward points
:
6410
- Joined: 10/11/2010
-
Status: offline
|
Re:How to update drivers
Wednesday, June 13, 2012 5:31 AM
( permalink)
One way to handle this is to install SCUP 2011 Then you can download update catalog for Dell Business Clients. Import the drivers you want to deploy, and deploy as a Update.
|
|
|
|
JustusIV
-
Total Posts
:
87
- Scores: 0
-
Reward points
:
11090
- Joined: 4/8/2011
-
Status: offline
|
Re:How to update drivers
Wednesday, June 13, 2012 9:32 AM
( permalink)
99% of our boxes are win7 32bit. 99% of our boxes are dell. So 3 different people 3 different answers :) Might have to play around and see what i like.
|
|
|
|