CCM_PowerManagementClientOptoutSetting Client WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The CCM_PowerManagementClientOptoutSetting Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the settings that allow users to exclude their device from power management.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class CCM_PowerManagementClientOptoutSetting :
{
Boolean AdminAllowOptout;
Boolean EffectiveClientOptOut;
Boolean IsClientOptOut;
};
The CCM_PowerManagementClientOptoutSetting class does not define any methods.
- AdminAllowOptOut
Data type: Boolean
Access type: Read/Write
Qualifiers: none
true if the Admin allows users to exclude their device from power management.
- EffectiveClientOptOut
Data type: Boolean
Access type: Read/Write
Qualifiers: none
true if the result of AdminAllowOptOut and IsClientOptOut is ClientOptOut.
- IsClientOptOut
Data type: Boolean
Access type: Read/Write
Qualifiers: none
true if the user has excluded their device from power management.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.