Save-OSDMultiPack

This function creates a Dell or HP MultiPack

Comment Based Help

1
.SYNOPSIS
2
Downloads Dell or Hp Model Packs and creates a MultiPack
3
​
4
.DESCRIPTION
5
Downloads Dell or Hp Model Packs and creates a MultiPack
6
Requires BITS for downloading the Downloads
7
Requires Internet access
8
​
9
.LINK
10
https://osddrivers.osdeploy.com/module/functions/save-osdmultipack
11
​
12
.PARAMETER WorkspacePath
13
Directory to the OSDDrivers Workspace. This contains the Download, Expand, and Package subdirectories
14
​
15
.PARAMETER Make
16
Select Dell or HP
17
​
18
.PARAMETER AppendName
19
Appends the string to the MultiPack Name
20
​
21
.PARAMETER Generation
22
Generation of the Model Packs
23
​
24
.PARAMETER OsArch
25
Operating System Architecture of the Model Pack to be extracted
26
​
27
.PARAMETER OsVersion
28
Operating System Version of the Model Pack to be extracted
29
​
30
.PARAMETER SaveAudio
31
Adds drivers in the Audio Directory to the MultiPack
32
​
33
.PARAMETER SaveAmdVideo
34
Adds AMD Video Drivers to the MultiPack
35
​
36
.PARAMETER SaveIntelVideo
37
Adds Intel Video Drivers to the MultiPack
38
​
39
.PARAMETER SaveNvidiaVideo
40
Adds Nvidia Video Drivers to the MultiPack
Copied!
​
Copy link