Dell Driver Through Task sequence and DISM command line SCCM 1810


Deploy Precision 3530 Windows 10 Driver Pack from SCCM

In this article we will download the Dell Driver from Online and Make package and Deploy through the Task Sequence.

Download the cab file from Dell Website from Deploy Dell Precision 3530 Windows 10 Driver Pack link below

https://www.dell.com/support/home/uk/en/ukbsdt1/drivers/driversdetails?driverid=r61wv

Now we should extract the cab file and put in Shared network location

Now we will create the package for Dell driver and Distribute the same for DP.

Step 1. Go to Software Library >Click on Software >Package>Create new package

Step 2. Name the application select the Network location and click Next

Step 3. Select Do not create program and click Next.

Step 4 Click Next on the summary and finished.

Step 5. once the package ready we should distribute it to DP and Create the TS Steps for Dell OEM Drivers.

Step 6. ADD the DISM Command line and Select the relevant package and Click on Option on the other tab.

Step 7. On this last step we will set the WMI query for this particular Model and Apply this .

Hope this will help someone to make the driver and apply through Task Sequence.

Dell BIOS Configuration update with SCCM and Dell Command Tool

In this post, We will see how to update BIOS setting for all model Dell laptops.

We will user Dell Command line configuration to extract the required change in the BIOS and we will make a package and then we will make a custom Task sequence to deploy and test the same.

First install the Dell Command Configure tool locally and then select Multi platform package

Screenshot_3

Here we will change two settings for Dell BIOS Configuration

Screenshot_5Screenshot_4

Now Click on Export Config and save it.Screenshot_6

Once you save the new configuration you can see in the Html file also from the saved location.

Screenshot_2

Screenshot_15

Once you save your configuration, navigate to “C:\Program Files (x86)\Dell\Command Configure” and copy the contents of the folder “X86_64” to a location SCCM can access. You will be importing the directory to which you copy these files as a package in SCCM.

Screenshot_1

Now we will make package for BIOS Configuration and Do not create a program and Distribute it after that.

Screenshot_7

Select Do not create Program and Click on Next

Screenshot_8

Now Distribute the BIOS Configuration Package

Screenshot_9

Now we will create the Custom Task sequence and we will add the configuration and Command line there.

Screenshot_10

Add>General Run Command line HAPI\HAPIInstall.bat and select the package.

Screenshot_11

Step 2. Add the Clear BIOS password and attach the package also.

Screenshot_12

Step 3. CCTK BIOS Configuration Dell Model and Add Command line for that and attach package also.

Screenshot_13

Step 4. In the end we will set the BIOS password back to the Dell model .

Screenshot_14

This is the process to Change the BIOS Configuration from Dell Command line and SCCM TS. Hope this will help someone to understand.