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

17 lines
2.0 KiB
Plaintext


[ClassVersion("1.0.0.0"), FriendlyName("TPMSecurity")]
class DCPP_TPMSecurity : OMI_BaseResource
{
[Key] String Category;
[Write, Description("TpmSecurity"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string TpmSecurity;
[Write, Description("TpmActivation"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string TpmActivation;
[Write, Description("TpmPpiAcpi"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string TpmPpiAcpi;
[Write, Description("TpmPpiPo"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string TpmPpiPo;
[Write, Description("TpmPpiDpo"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string TpmPpiDpo;
[Write, Description("TpmPpiClearOverride"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string TpmPpiClearOverride;
[Write, Description("Password")] string Password;
[Write, Description("SecurePassword")] string SecurePassword;
[Write] string PathToKey;
};