IntelPack 10.0 x64

Now I want to create an IntelPack that is compatible with both MDT and CM. In this Package, there is no need to support anything other than Windows 10 x64, so I can give it a good AppendName and limit my OsArch and OsVersion. I'll also skip the GridView selection by using the SkipGridView parameter

Save-IntelPack -AppendName "10.0 x64" -WorkspacePath D:\OSDDrivers -OsArch x64 -OsVersion 10.0 -Pack -SkipGridView

This command is fully automated and results in a beautiful 570MB Package that I can use in CM for EVERY WINDOWS 10 COMPUTER IN MY ENVIRONMENT

Last updated