-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirmware_classes.mof
147 lines (143 loc) · 4.17 KB
/
firmware_classes.mof
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
[ SMS_Report (TRUE),
SMS_Group_Name ("Firmware Settings - Dell"),
SMS_Class_ID ("MICROSOFT|DCIM_BIOSENUMERATION|1.0"),
Namespace ("root\\\\dcim\\\\sysman") ]
class DCIM_BIOSEnumeration : SMS_Class_Template
{
[ SMS_Report (TRUE), key ]
String InstanceID;
[ SMS_Report (TRUE) ]
String AttributeName;
[ SMS_Report (FALSE) ]
String Caption;
[ SMS_Report (TRUE) ]
String CurrentValue[];
[ SMS_Report (TRUE) ]
String DefaultValue[];
[ SMS_Report (FALSE) ]
String Description;
[ SMS_Report (FALSE) ]
String ElementName;
[ SMS_Report (FALSE) ]
Boolean IsOrderedList;
[ SMS_Report (TRUE) ]
Boolean IsReadOnly;
[ SMS_Report (FALSE) ]
String PendingValue[];
[ SMS_Report (TRUE) ]
String PossibleValues[];
[ SMS_Report (TRUE) ]
String PossibleValuesDescription[];
};
[ SMS_Report (TRUE),
SMS_Group_Name ("Firmware Settings - Dell Boot Order"),
SMS_Class_ID ("MICROSOFT|DCIM_BOOTSOURCESETTING|1.0"),
Namespace ("root\\\\dcim\\\\sysman") ]
class DCIM_BootSourceSetting : SMS_Class_Template
{
[ SMS_Report (TRUE), key ]
String InstanceID;
[ SMS_Report (TRUE) ]
String BIOSBootString;
[ SMS_Report (FALSE) ]
String BootString;
[ SMS_Report (FALSE) ]
String Caption;
[ SMS_Report (FALSE) ]
UInt16 ChangeableType;
[ SMS_Report (FALSE) ]
String ConfigurationName;
[ SMS_Report (FALSE) ]
String Description;
[ SMS_Report (TRUE) ]
String ElementName;
[ SMS_Report (FALSE) ]
UInt16 FailThroughSupported;
[ SMS_Report (TRUE) ]
String StructuredBootString;
};
[ SMS_Report (TRUE),
SMS_Group_Name ("Firmware Settings - HP"),
SMS_Class_ID ("MICROSOFT|HPBIOS_BIOSENUMERATION|1.0"),
Namespace ("root\\\\HP\\\\instrumentedbios") ]
class HPBIOS_BIOSEnumeration : SMS_Class_Template
{
[ SMS_Report (TRUE), key ]
String InstanceName;
[ SMS_Report (FALSE) ]
Boolean Active;
[ SMS_Report (TRUE) ]
String CurrentValue;
[ SMS_Report (TRUE) ]
UInt32 DisplayInUI;
[ SMS_Report (TRUE) ]
UInt32 IsReadOnly;
[ SMS_Report (TRUE) ]
String Name;
[ SMS_Report (FALSE) ]
String Path;
[ SMS_Report (TRUE) ]
String PossibleValues[];
[ SMS_Report (TRUE) ]
String Prerequisites[];
[ SMS_Report (FALSE) ]
UInt32 PrerequisiteSize;
[ SMS_Report (TRUE) ]
UInt32 RequiresPhysicalPresence;
[ SMS_Report (FALSE) ]
UInt32 SecurityLevel;
[ SMS_Report (FALSE) ]
UInt32 Sequence;
[ SMS_Report (FALSE) ]
UInt32 Size;
[ SMS_Report (TRUE) ]
String Value;
};
[ SMS_Report (TRUE),
SMS_Group_Name ("Firmware Settings - HP Boot Order"),
SMS_Class_ID ("MICROSOFT|HPBIOS_BIOSORDEREDLIST|1.0"),
Namespace ("root\\\\HP\\\\instrumentedbios") ]
class HPBIOS_BIOSOrderedList : SMS_Class_Template
{
[ SMS_Report (TRUE), key ]
String InstanceName;
[ SMS_Report (FALSE) ]
Boolean Active;
[ SMS_Report (FALSE) ]
UInt32 DisplayInUI;
[ SMS_Report (FALSE) ]
String Elements[];
[ SMS_Report (FALSE) ]
UInt32 IsReadOnly;
[ SMS_Report (TRUE) ]
String Name;
[ SMS_Report (FALSE) ]
String Path;
[ SMS_Report (FALSE) ]
String Prerequisites[];
[ SMS_Report (FALSE) ]
UInt32 PrerequisiteSize;
[ SMS_Report (FALSE) ]
UInt32 RequiresPhysicalPresence;
[ SMS_Report (FALSE) ]
UInt32 SecurityLevel;
[ SMS_Report (FALSE) ]
UInt32 Sequence;
[ SMS_Report (FALSE) ]
UInt32 Size;
[ SMS_Report (TRUE) ]
String Value;
};
[ SMS_Report (TRUE),
SMS_Group_Name ("Firmware Settings - Lenovo"),
SMS_Class_ID ("MICROSOFT|LENOVO_BIOSSETTING|1.0"),
Namespace ("root\\\\wmi") ]
class Lenovo_BiosSetting : SMS_Class_Template
{
[ SMS_Report (TRUE), key ]
String InstanceName;
[ SMS_Report (TRUE) ]
Boolean Active;
[ SMS_Report (TRUE) ]
String CurrentSetting;
};