The SMS_PowerAgentConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that specifies power management settings on client computers.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_PowerAgentConfig : SMS_ClientAgentConfig_BaseClass
{
	UInt32 AgentID;
	Boolean AllowUserToOptOutFromPowerPlan;
	Boolean Enabled;
	Boolean EnableP2PWakeupSolution; (obsolete in SP1)
	Boolean EnableWakeupProxy;
	Boolean EnableUserIdleMonitoring;
	UInt32 MaxCPU;
	UInt32 MaxMachinesPerManager;
	UInt32 MinimumServersNeeded;
	UInt32 NumOfDaysToKeep;
	UInt32 NumOfMonthsToKeep;
	UInt32 Port;
	UInt32 WakeupProxyDirectAccessPrefixList;
	UInt32 WakeupProxyFirewallFlags;
	UInt32 WolPort;
};

Methods

The SMS_PowerAgentConfig class does not define any methods.

Properties

AgentID

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Identifies the client agent component. The Power Management Agent ID is 18.
AllowUserToOptOutFromPowerPlan

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue to allow users to exclude their device from power management.
Enabled

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if the agent is enabled.
EnableP2PWakeupSolution

Data type: BooleanAccess type: Read/Write Qualifiers: noneThis method/property has been removed or deprecated in System Center Configuration Manager SP1.
EnableWakeupProxy

Data type: BooleanAccess type: Read/Write Qualifiers: noneEnableWakeupProxy.  This information applies only to System Center 2012 Configuration Manager SP1 and System Center 2012 R2 Configuration Manager.
EnableUserIdleMonitoring

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if user idle status needs to be monitored. The default value is true.
MaxCPU

Data type: UInt32Access type: Read/Write Qualifiers: noneReserved for future use.
MaxMachinesPerManager

Data type: UInt32Access type: Read/Write Qualifiers: noneReserved for future use.
MinimumServersNeeded

Data type: UInt32Access type: Read/Write Qualifiers: noneReserved for future use.
NumOfDaysToKeep

Data type: UInt32Access type: Read/Write Qualifiers: noneMaximum number of days that power data will be kept on the client computer. The default value is 31.
NumOfMonthsToKeep

Data type: UInt32Access type: Read/Write Qualifiers: noneMaximum number of months that power data will be kept on the client computer. The default value is 13.
Port

Data type: UInt32Access type: Read/Write Qualifiers: noneReserved for future use.
WakeupProxyDirectAccessPrefixList

Data type: UInt32Access type: Read/Write Qualifiers: noneWakeupProxyDirectAccessPrefixList.  This information applies only to System Center 2012 Configuration Manager SP1 and System Center 2012 R2 Configuration Manager.
WakeupProxyFirewallFlags

Data type: UInt32Access type: Read/Write Qualifiers: noneWakeupProxyFirewallFlags.  This information applies only to System Center 2012 Configuration Manager SP1 and System Center 2012 R2 Configuration Manager.
WolPort

Data type: UInt32Access type: Read/Write Qualifiers: noneReserved for future use.

Remarks

Requirements

Runtime Requirements

Development Requirements