LogoLogo
OSDeploy.comTwitterPowerShell GalleryGitHub
  • Overview
  • Release Notes
  • OSDeploy Home
  • Module
    • Install and Update
    • Functions
      • Get-DellModelPack
      • Get-HpModelPack
      • Save-OSDDriverPack
      • Save-OSDIntelPack
      • Save-OSDModelPack
      • Save-OSDMultiPack
      • Show-OSDWmiQuery
      • Update-ModuleOSDDrivers
      • Update-OSDDriverScripts
      • Update-OSDMultiPack
    • PowerShell Gallery
    • GitHub
  • Docs
    • Driver Basics
      • SystemSKU
      • HardwareID
      • SUBSYS
      • Microsoft Update Catalog
      • OEM Drivers
      • Generic Drivers
      • Audio Drivers
      • Driver Family Packs
      • Security
      • Recommendation
    • AmdPack (AMD Video)
      • AMD Reference
        • Enterprise Drivers
        • CVE
        • ISV Certifications
        • OEM Radeon Compatibility
        • OEM Radeon Pro Compatibility
      • Real World OEM Compatibility
      • AmdPack Download
      • AmdPack Package
    • NvidiaPack (Nvidia Video)
      • Nvidia Enterprise Drivers
      • Nvidia CVE
      • Nvidia vs OEM
      • Standard vs DCH
    • OSDDriver Basics
      • WorkspacePath
      • Save-DellModelPack
      • MultiPack
        • Create a Single Model MultiPack
        • Add a Similar Model Pack
        • Add a Different Model Pack
        • DellMultiPack (Full)
        • DellMultiPack (Size Comparison)
        • Create a Generation Pack
        • Final Results
        • Deployment
    • How I Roll
      • Drivers
        • IntelPack MDT
        • IntelPack 10.0 x64
        • IntelPack 10.0 x86
        • NvidiaPack 10.0 x64
        • NvidiaPacks (MultiOS)
        • DellMultiPack 10.0 x64 MDT
        • MDT - DellMultiPack (MultiOS)
        • Update-DellMultiPack
        • CM - Dell Generation Packs
      • MDT - Microsoft Deployment
        • MDT Integration
        • MDT Deployment
      • CM - Configuration Manager
        • CM Packages
        • CM Task Sequence
        • CM Deployment Test
  • Links
    • Dell
      • Model Packs
      • Family Packs
      • Family Packs (DIA)
    • Intel
      • Bluetooth
      • Ethernet
      • Wireless
    • Nvidia
      • Driver Search
      • Advanced Driver Search
      • Quadro Branch History
      • CVE
  • Development
    • Solutions
      • Deploy Cabs
      • Intel Video - Part 1
      • Intel Video - Tests
      • Remove Intel Video Drivers
      • AMD Video Drivers
      • Nvidia Video Drivers
    • NvidiaPack
      • NvidiaPack Test
    • Examples
      • MDT Dell Win7 + Win10 x64
      • Windows 7 to Windows 10 Upgrade
    • ConfigMgr
      • Packages
        • IntelPack 10.0 x64
        • NvidiaPack 10.0 x64
      • Task Sequence
    • Deployment
      • Integration
        • ConfigMgr Package
        • ConfigMgr Task Sequence
      • Execution
        • Local Test
        • Windows Setup
        • ConfigMgr Package Deploy
  • Real World
    • HPMultiPack
      • Heine Hanevik
Powered by GitBook
On this page
  • The Problem
  • Intel Downloads
  • Download Intel Display Drivers
  • Compress Intel Display Drivers
  • Size Comparison
  • Solution

Was this helpful?

  1. Development
  2. Solutions

Intel Video - Part 1

PreviousDeploy CabsNextIntel Video - Tests

Last updated 5 years ago

Was this helpful?

The Problem

How can I easily deploy the latest Intel Video Drivers during OS Deployment?

Ok, so this may not be a huge problem, but Driver Packs are notorious for not having the latest drivers. One easy one that can be downloaded and deployed separately are Intel Video Drivers.

Intel Downloads

Follow this link to Intel's Driver Downloads

You will find that there are exactly 3 Video Drivers that you can download for Windows 10. Remember this as this will come up later in a test ...

Download Intel Display Drivers

The Intel Video can be downloaded by OSDDrivers using the following command

Get-DownOSDDriver -WorkspacePath D:\OSDDrivers -OSDGroup IntelDisplay -OSVersion 10.0 -OSArch x64

As you can see, this function will check Intel's website for the latest Drivers and download them

If I want to skip the GridView selection, I can just use the SkipGridView parameter

Get-DownOSDDriver -WorkspacePath D:\OSDDrivers -OSDGroup IntelDisplay -OSVersion 10.0 -OSArch x64 -SkipGridView

Which will download all the Windows 10 Drivers I need automatically

Compress Intel Display Drivers

OSDDrivers includes the ability to convert these expanded Zip files to Highly compressed CAB files by adding the Pack parameter

Get-DownOSDDriver -WorkspacePath D:\OSDDrivers -OSDGroup IntelDisplay -OSVersion 10.0 -OSArch x64 -SkipGridView -Pack

Size Comparison

Here is a quick comparison of the different sizes of the 3 Intel Video Drivers for Windows 10 x64

Intel Video Drivers (3)

Size

Downloaded

681 MB

Expanded

1.85 GB

CAB (High Compression)

551 MB

Solution

Use OSDDrivers Module to download and compress the Intel Video Drivers, and use the Deploy-OSDDrivers script to expand the matching Driver for the hardware on your system. This will ensure the latest Intel Video Drivers are present for OS Deployment

Support for Intel® GraphicsIntel
Logo