OSDeploy / OSD

OSD Shared Functions
MIT License
147 stars 61 forks source link

Use OSDCloud DirverPack with SCCM #166

Open trongtinh1212 opened 1 week ago

trongtinh1212 commented 1 week ago

Hi there I just read this, this is for MDT, How i can use this driverpack for SCCM Task sequence ? Thanks

trongtinh1212 commented 1 week ago

i just read this, i'm not sure Invoke-OSDCloudDriverPackCM cmd.exe /c start /wait PowerShell -ExecutionPolicy Bypass -Command Invoke-OSDCloudDriverPackCM

gwblok commented 1 day ago

Are you looking to download the Driver Pack during OSD and apply it?

That function will download the driver pack that it matches to your system to c:\Drivers

From there, you'll need to extract and apply.

Before you try that funciton, you'd have to have all of the pre-reqs in WinPE setup. A simple way to do that is in a step, run iex (irm sandbox.osdcloud.com), and that will setup your pre-reqs

image

Then you can launch another PowerShell Step that with that Function Invoke-OSDCloudDriverPackCM

Then do your testing, make sure it downloaded what you wanted to C:\Drivers, then you can extract and apply