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

14 lines
1.2 KiB
Plaintext


[ClassVersion("1.0.0.0"), FriendlyName("SystemLogs")]
class DCPP_SystemLogs : OMI_BaseResource
{
[Key] String Category;
[Write, Description("BiosLogClear"), ValueMap{"Keep","Clear"}, Values{"Keep","Clear"}] string BiosLogClear;
[Write, Description("PowerLogClear"), ValueMap{"Keep","Clear"}, Values{"Keep","Clear"}] string PowerLogClear;
[Write, Description("ThermalLogClear"), ValueMap{"Keep","Clear"}, Values{"Keep","Clear"}] string ThermalLogClear;
[Write, Description("Password")] string Password;
[Write, Description("SecurePassword")] string SecurePassword;
[Write] string PathToKey;
};