DSCResources/DCPP_SupportAssistSystemResolution/DCPP_SupportAssistSystemResolution.schema.mof
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[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; }; |