DSCResources/DCPP_SecureBoot/DCPP_SecureBoot.schema.mof

1
2
3
4
5
6
7
8
9
10
11
12
 
[ClassVersion("1.0.0.0"), FriendlyName("SecureBoot")]
class DCPP_SecureBoot : OMI_BaseResource
{
    [Key] String Category;
    [Write, Description("SecureBoot"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string SecureBoot;
    [Write, Description("Password")] string Password;
    [Write, Description("SecurePassword")] string SecurePassword;
    [Write] string PathToKey;
};