DSCResources/DCPP_SecureBoot/DCPP_SecureBoot.schema.mof
[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; }; |