(Lenovo) Définir ou annuler la définition du seuil d'alimentation

IBM.WinComputer.SetPowerThreshold (Task)

Pour afficher les valeurs actuelles du seuil ainsi que la propriété MonitoringCapable, reportez-vous à la vue Détails de ce système sous Lenovo Windows System Group.

Element properties:

TargetIBM.WinComputer
AccessibilityPublic
CategoryCustom
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA WriteAction IBM.Windows.SetPowerThreshold Default

Source Code:

<Task ID="IBM.WinComputer.SetPowerThreshold" Accessibility="Public" Enabled="true" Target="IBM.WinComputer" Timeout="300" Remotable="true">
<Category>Custom</Category>
<WriteAction ID="PA" TypeID="IBM.Windows.SetPowerThreshold">
<PowerThresholdWarning>$Target/Property[Type="IBM.WinComputer"]/PowerThresholdWarning$</PowerThresholdWarning>
<PowerThresholdCritical>$Target/Property[Type="IBM.WinComputer"]/PowerThresholdCritical$</PowerThresholdCritical>
<AgentLicenseLevel>$Target/Property[Type="IBM.WinComputer"]/Licensed$</AgentLicenseLevel>
<FirmwareType>$Target/Property[Type="IBM.WinComputer"]/FirmwareType$</FirmwareType>
<DirAgentVer>$Target/Property[Type="IBM.WinComputer"]/PlatformAgentInfo$</DirAgentVer>
</WriteAction>
</Task>