DSCResources/DCPP_SupportAssistSystemResolution/DCPP_SupportAssistSystemResolution.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("SupportAssistSystemResolution")] class DCPP_SupportAssistSystemResolution : OMI_BaseResource { [Key] String Category; [Write, Description("BiosConnect"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string BiosConnect; [Write, Description("EnableSupportAssistOSRecovery"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string EnableSupportAssistOSRecovery; [Write] Uint32 AutoOSRecoveryThreshold; [Write, Description("Password")] string Password; [Write, Description("SecurePassword")] string SecurePassword; [Write] string PathToKey; }; |