- 0
How to install Lenovo Software and Drivers with Update Retriever and SCCM during OS deployment
Asked by
jeaostro
Asked by
jeaostro
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.
Here is my solution for Lenovo Computers:
1.Install and configure Lenovo Update Retriever on a server. Lenovo has good guides for this where you download the software.
2.Download Thininstaller
3.Create a software package that contains the thininstaller files(my software packages is the POC0002D below, this package contains all the thininstaller files) You can download Thininstaller from the same place that you download Update Retriever.
Then do the following in the OS deployment task:
1. Under "Install Software" in the OS Deployment task, create a command line task that has the following command line:
cmd.exe /c xcopy.exe \\SCCMSERVER1\SMSPKGE$\POC0002D\*.* c:\lenovo\thininstaller\ /E /D -> With timeout 5 minutes or so.
2.Create a new command line task that has the following command line:
cmd.exe /c thininstaller.exe /CM -search A -action INSTALL -noicon -includerebootpackages 1,2,3,4 -repository \\TVSU-Server\tvsu -> With timout 120 minutes if you like to.
The computers is deployed with all the Lenovo drivers and software you specified in the update retriever software.
If you get a new Lenovo Model, just add the model to Lenovo Update Retriever and download the drivers/software with this tool.
No need to add lenovo drivers or Lenovo software to sccm.
best regards.
jeaostro
Share this post
Link to post
Share on other sites