-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOSD-BIOSConfig.xml
76 lines (71 loc) · 2.21 KB
/
OSD-BIOSConfig.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0"?>
<app>
<title>BIOS Prerequisites Tool</title>
<version>1.0.2</version>
<configs>
<debugmode>False</debugmode>
<alwaysCheckBIOS>True</alwaysCheckBIOS>
<useRemote>
<remote>false</remote>
<path>\\SERVERNAME\SHARE\Path-to-Config.xml</path>
</useRemote>
<additionalPowershellScripts>
<scriptFile>$scriptRoot\PowershellModules\functions.ps1</scriptFile>
</additionalPowershellScripts>
<additionalProviders>
<provider enabled="false">
<name>DellBIOSPowershell</name>
<platformsupport>Dell Inc.</platformsupport>
<path_x64>D:\DeploymentShare\Scripts\Custom\PowershellModules\DellBIOSProvider\1.0</path_x64>
<path_x86>D:\DeploymentShare\Scripts\Custom\PowershellModules\DellBIOSProviderX86\1.0</path_x86>
</provider>
<provider enabled="true">
<name>Dell Command | Configure Toolkit</name>
<platformsupport>Dell Inc.</platformsupport>
<path_x64>Bin\CCTK\X86_64</path_x64>
<path_x86>Bin\CCTK\X86</path_x86>
</provider>
</additionalProviders>
<knownBIOSPasswords>
<cryptpassword>Vp/6rtVh5xVxqVakKqKSlQ==</cryptpassword>
<cryptpassword>dLJ+P3TJ3kzFVxxlaypqzA==</cryptpassword>
<cryptpassword>az1IW4sWbG12Tc1tKXoLPA==</cryptpassword>
</knownBIOSPasswords>
</configs>
<supported>
<OSbuilds>
<OS id="minimum">
<name>Microsoft Windows 10 Enterprise (1511)</name>
<version>10586</version>
<arc>x64</arc>
</OS>
</OSbuilds>
<hardwarePlatforms>
<system>
<manufacturer>Dell Inc.</manufacturer>
<model>Latitude E7450</model>
<biosrev>A12</biosrev>
</system>
<system>
<manufacturer>Dell Inc.</manufacturer>
<model>Precision T5610</model>
<biosrev>A11</biosrev>
</system>
<system>
<manufacturer>Dell Inc.</manufacturer>
<model>Precision T7610</model>
<biosrev>A11</biosrev>
</system>
<system>
<manufacturer>Dell Inc.</manufacturer>
<model>Precision M4600</model>
<biosrev>A17</biosrev>
</system>
<system id="test">
<manufacturer>System manufacturer</manufacturer>
<model>System Product Name</model>
<biosrev>1101</biosrev>
</system>
</hardwarePlatforms>
</supported>
</app>