1
0
Files
Repository/Windows-ActivateBitlocker/Modules/DellBIOSProvider/DSCResources/DCPP_Maintenance/DCPP_Maintenance.schema.mof
2025-10-31 08:58:36 +01:00

16 lines
1.8 KiB
Plaintext


[ClassVersion("1.0.0.0"), FriendlyName("Maintenance")]
class DCPP_Maintenance : OMI_BaseResource
{
[Key] String Category;
[Write, Description("Serr"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string Serr;
[Write, Description("BiosRcvrFrmHdd"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string BiosRcvrFrmHdd;
[Write, Description("BiosAutoRcvr"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string BiosAutoRcvr;
[Write, Description("BiosIntegrityCheck"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string BiosIntegrityCheck;
[Write, Description("AllowBIOSDowngrade"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string AllowBIOSDowngrade;
[Write, Description("Password")] string Password;
[Write, Description("SecurePassword")] string SecurePassword;
[Write] string PathToKey;
};